We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e084b10 commit 448cfd7Copy full SHA for 448cfd7
1 file changed
src/box2dx/Box2D.NetStandard/Box2D.NetStandard.csproj
@@ -9,10 +9,10 @@
9
<Description>Box2D.NetStandard is the C# port of C++ Box2D. This package supports .NET Standard 2.1.</Description>
10
<PackageProjectUrl>https://github.com/benukhanov/box2d-netstandard</PackageProjectUrl>
11
<PackageLicenseExpression>MIT</PackageLicenseExpression>
12
- <AssemblyVersion>2.4.5.0</AssemblyVersion>
13
- <FileVersion>2.4.5.0</FileVersion>
14
- <Version>2.4.5-alpha</Version>
15
- <PackageVersion>2.4.5-alpha</PackageVersion>
+ <AssemblyVersion>2.4.6.0</AssemblyVersion>
+ <FileVersion>2.4.6.0</FileVersion>
+ <Version>2.4.6-alpha</Version>
+ <PackageVersion>2.4.6-alpha</PackageVersion>
16
<TieredCompilation>false</TieredCompilation>
17
<Nullable>disable</Nullable>
18
</PropertyGroup>
0 commit comments