Skip to content

Commit 0add322

Browse files
committed
Bump version to 2.4.1-alpha
1 parent 4dbbbbe commit 0add322

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/box2dx/Box2D.NetStandard/Box2D.NetStandard.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<Nullable>enable</Nullable>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<Authors>Erin Catto, Ben Ukhanov, Hugh Phoenix-Hulme</Authors>
7-
<Copyright>Copyright © Erin Catto, Ben Ukhanov, Hugh Phoenix-Hulme 2020</Copyright>
7+
<Copyright>Copyright © Erin Catto, Ben Ukhanov, Hugh Phoenix-Hulme 2021</Copyright>
88
<PackageTags>Box2D, Physics, .NET, Standard, Core</PackageTags>
99
<Description>Box2D.NetStandard is the C# port of C++ Box2D. This package supports .NET Standard 2.1.</Description>
1010
<PackageProjectUrl>https://github.com/benukhanov/box2d-netstandard</PackageProjectUrl>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
12-
<AssemblyVersion>2.4.0.1</AssemblyVersion>
13-
<FileVersion>2.4.0.1</FileVersion>
14-
<Version>2.4.0-alpha1</Version>
15-
<PackageVersion>2.4.0-alpha1</PackageVersion>
12+
<AssemblyVersion>2.4.1.2</AssemblyVersion>
13+
<FileVersion>2.4.1.2</FileVersion>
14+
<Version>2.4.1-alpha</Version>
15+
<PackageVersion>2.4.1-alpha</PackageVersion>
1616
<TieredCompilation>false</TieredCompilation>
1717
<Nullable>disable</Nullable>
1818
</PropertyGroup>

0 commit comments

Comments
 (0)