From 8811598b1deaf1247ecd8788e6b70783911aee02 Mon Sep 17 00:00:00 2001 From: ObiWanLansi Date: Mon, 11 Oct 2021 18:36:46 +0200 Subject: [PATCH] Prepare For Test Release 0.1 --- DoofesZeug.Generators/DoofesZeug.Generators.csproj | 8 +++++++- DoofesZeug.Library/DoofesZeug.Library.csproj | 3 ++- DoofesZeug.TestConsole/DoofesZeug.TestConsole.csproj | 9 ++++++++- DoofesZeug.UnitTests/DoofesZeug.UnitTests.csproj | 12 ++++++++++++ Packet.bat | 2 ++ 5 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 Packet.bat diff --git a/DoofesZeug.Generators/DoofesZeug.Generators.csproj b/DoofesZeug.Generators/DoofesZeug.Generators.csproj index 275564e..d4a3242 100644 --- a/DoofesZeug.Generators/DoofesZeug.Generators.csproj +++ b/DoofesZeug.Generators/DoofesZeug.Generators.csproj @@ -3,9 +3,15 @@ Exe net5.0 - Generators + DoofesZeug.Generators DoofesZeug.Generators DoofesZeug + 0.1 + https://github.com/ObiWanLansi/DoofesZeug + ObiWanLansi + DoofesZeug.Generators + DoofesZeug.Generators + https://github.com/ObiWanLansi/DoofesZeug diff --git a/DoofesZeug.Library/DoofesZeug.Library.csproj b/DoofesZeug.Library/DoofesZeug.Library.csproj index 7ba2b19..c38e073 100644 --- a/DoofesZeug.Library/DoofesZeug.Library.csproj +++ b/DoofesZeug.Library/DoofesZeug.Library.csproj @@ -11,12 +11,13 @@ doof, zeug, objects, world ObiWanLansi An collection of some usefuel models for rapid prototyping and / or creating test for stuff. - 1.0.0.0 + 0.1.0.0 DoofesZeug DoofesZeug LICENSE DoofesZeug DoofesZeug + 0.1 diff --git a/DoofesZeug.TestConsole/DoofesZeug.TestConsole.csproj b/DoofesZeug.TestConsole/DoofesZeug.TestConsole.csproj index 12b9c4b..6047788 100644 --- a/DoofesZeug.TestConsole/DoofesZeug.TestConsole.csproj +++ b/DoofesZeug.TestConsole/DoofesZeug.TestConsole.csproj @@ -5,7 +5,14 @@ net5.0 DoofesZeug DoofesZeug.TestConsole - TestConsole + DoofesZeug.TestConsole + 0.1 + https://github.com/ObiWanLansi/DoofesZeug + ObiWanLansi + ObiWanLansi + DoofesZeug.TestConsole + DoofesZeug.TestConsole + https://github.com/ObiWanLansi/DoofesZeug diff --git a/DoofesZeug.UnitTests/DoofesZeug.UnitTests.csproj b/DoofesZeug.UnitTests/DoofesZeug.UnitTests.csproj index 27101df..27c5a1f 100644 --- a/DoofesZeug.UnitTests/DoofesZeug.UnitTests.csproj +++ b/DoofesZeug.UnitTests/DoofesZeug.UnitTests.csproj @@ -4,6 +4,18 @@ net5.0 false + + 0.1 + + 0.1.0.0 + + https://github.com/ObiWanLansi/DoofesZeug + + ObiWanLansi + + https://github.com/ObiWanLansi/DoofesZeug + + DoofesZeug.DoofesZeug.UnitTests diff --git a/Packet.bat b/Packet.bat new file mode 100644 index 0000000..5126cad --- /dev/null +++ b/Packet.bat @@ -0,0 +1,2 @@ +@cls +@dotnet pack -c Release