Skip to content

Commit

Permalink
Update NuGet Package
Browse files Browse the repository at this point in the history
  • Loading branch information
ObiWanLansi committed Apr 29, 2022
1 parent c7f4920 commit 0b4472e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion DoofesZeug.Generators/DoofesZeug.Generators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>DoofesZeug.Generators</AssemblyName>
<StartupObject>DoofesZeug.Generators</StartupObject>
<RootNamespace>DoofesZeug</RootNamespace>
<Version>0.1.1</Version>
<Version>0.2.0</Version>
<RepositoryUrl>https://github.com/ObiWanLansi/DoofesZeug</RepositoryUrl>
<Authors>ObiWanLansi</Authors>
<Product>DoofesZeug.Generators</Product>
Expand Down
4 changes: 2 additions & 2 deletions DoofesZeug.Library/DoofesZeug.Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<PackageTags>doof, zeug, objects, world</PackageTags>
<Authors>ObiWanLansi</Authors>
<Description>An collection of some usefuel models for rapid prototyping and / or creating test for stuff.</Description>
<AssemblyVersion>0.1.0.0</AssemblyVersion>
<AssemblyVersion>0.2.0.0</AssemblyVersion>
<Product>DoofesZeug</Product>
<PackageId>DoofesZeug</PackageId>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RootNamespace>DoofesZeug</RootNamespace>
<AssemblyName>DoofesZeug</AssemblyName>
<Version>0.1.1</Version>
<Version>0.2.0</Version>
<RepositoryType>Github</RepositoryType>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion DoofesZeug.TestConsole/DoofesZeug.TestConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>DoofesZeug</RootNamespace>
<StartupObject>DoofesZeug.TestConsole</StartupObject>
<AssemblyName>DoofesZeug.TestConsole</AssemblyName>
<Version>0.1.1</Version>
<Version>0.2.0</Version>
<RepositoryUrl>https://github.com/ObiWanLansi/DoofesZeug</RepositoryUrl>
<Authors>ObiWanLansi</Authors>
<Company>ObiWanLansi</Company>
Expand Down
16 changes: 4 additions & 12 deletions DoofesZeug.UnitTests/DoofesZeug.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,20 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>

<IsPackable>false</IsPackable>

<Version>0.1.1</Version>

<AssemblyVersion>0.1.1.0</AssemblyVersion>

<Version>0.2.0</Version>
<AssemblyVersion>0.2.0.0</AssemblyVersion>
<RepositoryUrl>https://github.com/ObiWanLansi/DoofesZeug</RepositoryUrl>

<Authors>ObiWanLansi</Authors>

<PackageProjectUrl>https://obiwanlansi.github.io/DoofesZeug</PackageProjectUrl>

<AssemblyName>DoofesZeug.DoofesZeug.UnitTests</AssemblyName>

<RepositoryType>Github</RepositoryType>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Packet.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@cls
@dotnet pack -c Release
@dotnet pack -c Release .\DoofesZeug.Library\DoofesZeug.Library.csproj

0 comments on commit 0b4472e

Please sign in to comment.