Skip to content

Commit 8811598

Browse files
committed
Prepare For Test Release 0.1
1 parent 9dd597d commit 8811598

File tree

5 files changed

+31
-3
lines changed

5 files changed

+31
-3
lines changed

DoofesZeug.Generators/DoofesZeug.Generators.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net5.0</TargetFramework>
6-
<AssemblyName>Generators</AssemblyName>
6+
<AssemblyName>DoofesZeug.Generators</AssemblyName>
77
<StartupObject>DoofesZeug.Generators</StartupObject>
88
<RootNamespace>DoofesZeug</RootNamespace>
9+
<Version>0.1</Version>
10+
<RepositoryUrl>https://github.com/ObiWanLansi/DoofesZeug</RepositoryUrl>
11+
<Authors>ObiWanLansi</Authors>
12+
<Product>DoofesZeug.Generators</Product>
13+
<PackageId>DoofesZeug.Generators</PackageId>
14+
<PackageProjectUrl>https://github.com/ObiWanLansi/DoofesZeug</PackageProjectUrl>
915
</PropertyGroup>
1016

1117
<ItemGroup>

DoofesZeug.Library/DoofesZeug.Library.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111
<PackageTags>doof, zeug, objects, world</PackageTags>
1212
<Authors>ObiWanLansi</Authors>
1313
<Description>An collection of some usefuel models for rapid prototyping and / or creating test for stuff.</Description>
14-
<AssemblyVersion>1.0.0.0</AssemblyVersion>
14+
<AssemblyVersion>0.1.0.0</AssemblyVersion>
1515
<Product>DoofesZeug</Product>
1616
<PackageId>DoofesZeug</PackageId>
1717
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1818
<RootNamespace>DoofesZeug</RootNamespace>
1919
<AssemblyName>DoofesZeug</AssemblyName>
20+
<Version>0.1</Version>
2021
</PropertyGroup>
2122

2223
<ItemGroup>

DoofesZeug.TestConsole/DoofesZeug.TestConsole.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@
55
<TargetFramework>net5.0</TargetFramework>
66
<RootNamespace>DoofesZeug</RootNamespace>
77
<StartupObject>DoofesZeug.TestConsole</StartupObject>
8-
<AssemblyName>TestConsole</AssemblyName>
8+
<AssemblyName>DoofesZeug.TestConsole</AssemblyName>
9+
<Version>0.1</Version>
10+
<RepositoryUrl>https://github.com/ObiWanLansi/DoofesZeug</RepositoryUrl>
11+
<Authors>ObiWanLansi</Authors>
12+
<Company>ObiWanLansi</Company>
13+
<Product>DoofesZeug.TestConsole</Product>
14+
<PackageId>DoofesZeug.TestConsole</PackageId>
15+
<PackageProjectUrl>https://github.com/ObiWanLansi/DoofesZeug</PackageProjectUrl>
916
</PropertyGroup>
1017

1118
<ItemGroup>

DoofesZeug.UnitTests/DoofesZeug.UnitTests.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44
<TargetFramework>net5.0</TargetFramework>
55

66
<IsPackable>false</IsPackable>
7+
8+
<Version>0.1</Version>
9+
10+
<AssemblyVersion>0.1.0.0</AssemblyVersion>
11+
12+
<RepositoryUrl>https://github.com/ObiWanLansi/DoofesZeug</RepositoryUrl>
13+
14+
<Authors>ObiWanLansi</Authors>
15+
16+
<PackageProjectUrl>https://github.com/ObiWanLansi/DoofesZeug</PackageProjectUrl>
17+
18+
<AssemblyName>DoofesZeug.DoofesZeug.UnitTests</AssemblyName>
719
</PropertyGroup>
820

921
<ItemGroup>

Packet.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@cls
2+
@dotnet pack -c Release

0 commit comments

Comments
 (0)