Skip to content

Commit

Permalink
chore: prepare for 0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonciu Liang committed Dec 23, 2020
1 parent 938fdab commit 0547ad7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
13 changes: 7 additions & 6 deletions src/Box2DSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,29 @@
<LangVersion>7.3</LangVersion>
<AssemblyName>Box2DSharp</AssemblyName>
<RootNamespace>Box2DSharp</RootNamespace>
<Version>0.5</Version>
<Version>0.6</Version>
<Authors>Zonciu Liang</Authors>
<Company>Zonciu Studio</Company>
<PackageProjectUrl>https://github.com/Zonciu/Box2DSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Zonciu/Box2DSharp</RepositoryUrl>
<Copyright>Copyright © Zonciu Liang 2020</Copyright>
<Description>A C# port of Box2D</Description>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageVersion>0.5</PackageVersion>
<Title>Box2DSharp</Title>
<PackageTags>2D;C#;Box2D;Physic</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<DocumentationFile>$(OutDir)\Box2DSharp.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE">
<None Include="..\LICENSE-Box2D.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\Box2D.LICENSE">
<Pack>True</Pack>
<None Include="..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion test/ConsoleTest/ConsoleTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>7.3</LangVersion>
<RootNamespace>NETCoreTest</RootNamespace>
<TargetFrameworks>netcoreapp3.1;netcoreapp5.0</TargetFrameworks>
<TargetFrameworks>net5.0;netcoreapp3.1</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand Down
2 changes: 1 addition & 1 deletion test/Testbed/Testbed.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<TargetFrameworks>net5.0;netcoreapp3.1</TargetFrameworks>
<LangVersion>7.3</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit 0547ad7

Please sign in to comment.