Skip to content

Commit 0547ad7

Browse files
author
Zonciu Liang
committed
chore: prepare for 0.6 release
1 parent 938fdab commit 0547ad7

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

File renamed without changes.
File renamed without changes.

src/Box2DSharp.csproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,29 @@
55
<LangVersion>7.3</LangVersion>
66
<AssemblyName>Box2DSharp</AssemblyName>
77
<RootNamespace>Box2DSharp</RootNamespace>
8-
<Version>0.5</Version>
8+
<Version>0.6</Version>
99
<Authors>Zonciu Liang</Authors>
1010
<Company>Zonciu Studio</Company>
1111
<PackageProjectUrl>https://github.com/Zonciu/Box2DSharp</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/Zonciu/Box2DSharp</RepositoryUrl>
1313
<Copyright>Copyright © Zonciu Liang 2020</Copyright>
1414
<Description>A C# port of Box2D</Description>
1515
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
16-
<PackageVersion>0.5</PackageVersion>
1716
<Title>Box2DSharp</Title>
1817
<PackageTags>2D;C#;Box2D;Physic</PackageTags>
19-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
18+
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
2019
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
2120
<DocumentationFile>$(OutDir)\Box2DSharp.xml</DocumentationFile>
2221
</PropertyGroup>
2322

2423
<ItemGroup>
25-
<None Include="..\LICENSE">
24+
<None Include="..\LICENSE-Box2D.txt">
2625
<Pack>True</Pack>
26+
<PackagePath></PackagePath>
2727
</None>
28-
<None Include="..\Box2D.LICENSE">
29-
<Pack>True</Pack>
28+
<None Include="..\LICENSE.txt">
29+
<Pack>True</Pack>
30+
<PackagePath></PackagePath>
3031
</None>
3132
</ItemGroup>
3233

test/ConsoleTest/ConsoleTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
66
<LangVersion>7.3</LangVersion>
77
<RootNamespace>NETCoreTest</RootNamespace>
8-
<TargetFrameworks>netcoreapp3.1;netcoreapp5.0</TargetFrameworks>
8+
<TargetFrameworks>net5.0;netcoreapp3.1</TargetFrameworks>
99
</PropertyGroup>
1010

1111
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

test/Testbed/Testbed.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
5+
<TargetFrameworks>net5.0;netcoreapp3.1</TargetFrameworks>
66
<LangVersion>7.3</LangVersion>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)