From d3bf37d89678327ca8d2e84db75180ffd1236a1d Mon Sep 17 00:00:00 2001 From: Alberto Spelta Date: Sat, 26 Mar 2022 18:57:14 +0100 Subject: [PATCH] Package configuration --- LICENSE => LICENSE.md | 0 src/Directory.Build.props | 2 ++ src/Minsk.TestConsole/Minsk.Console.csproj | 6 ++--- src/Minsk.Tests/Minsk.Tests.csproj | 2 ++ src/Minsk.sln | 1 + src/Minsk/Minsk.csproj | 26 +++++++++++++++++++--- src/nuget.config | 8 +++++++ 7 files changed, 39 insertions(+), 6 deletions(-) rename LICENSE => LICENSE.md (100%) create mode 100644 src/nuget.config diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 54016da..21674bf 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,4 +1,6 @@ + true + $(MSBuildThisFileDirectory)/artifacts diff --git a/src/Minsk.TestConsole/Minsk.Console.csproj b/src/Minsk.TestConsole/Minsk.Console.csproj index e9a37c7..dccfa70 100644 --- a/src/Minsk.TestConsole/Minsk.Console.csproj +++ b/src/Minsk.TestConsole/Minsk.Console.csproj @@ -3,13 +3,13 @@ Exe net461;netcoreapp3.1;net6.0 - Minsk.TConsole - Minsk + Minsk.Console + Minsk.Console false - + diff --git a/src/Minsk.Tests/Minsk.Tests.csproj b/src/Minsk.Tests/Minsk.Tests.csproj index 8e9fb6a..daab86b 100644 --- a/src/Minsk.Tests/Minsk.Tests.csproj +++ b/src/Minsk.Tests/Minsk.Tests.csproj @@ -2,6 +2,8 @@ net461;netcoreapp3.1;net6.0 + Minsk.Tests + Minsk.Tests latest enable false diff --git a/src/Minsk.sln b/src/Minsk.sln index 8c964d1..e55fe5e 100644 --- a/src/Minsk.sln +++ b/src/Minsk.sln @@ -12,6 +12,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{98E94102-3E34-4F8D-B491-EE2E2F3B132E}" ProjectSection(SolutionItems) = preProject Directory.Build.props = Directory.Build.props + nuget.config = nuget.config EndProjectSection EndProject Global diff --git a/src/Minsk/Minsk.csproj b/src/Minsk/Minsk.csproj index 8b1e894..a4c36df 100644 --- a/src/Minsk/Minsk.csproj +++ b/src/Minsk/Minsk.csproj @@ -4,16 +4,20 @@ net461;netstandard2.0;net6.0 latest enable + true + Minsk + Minsk + 1.0.0.0 - 1.0.0.0 1.0.1 1.0.1 beta1 + Alberto Spelta Minsk Compiler Building a compiler in C# - Copyright © 2022 + No copyright © 2022 Building a compiler in C# uses many of the concepts that you can find in the Microsoft C# and Visual Basic compilers, code named Roslyn en-US Minsk @@ -24,15 +28,31 @@ https://raw.githubusercontent.com/albertospelta/minsk/master/src/Minsk/Assets/minsk.png https://github.com/albertospelta/minsk MIT - + true + true + true + snupkg + true + true + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/nuget.config b/src/nuget.config new file mode 100644 index 0000000..a4fb066 --- /dev/null +++ b/src/nuget.config @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file