We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24766cf commit c310d45Copy full SHA for c310d45
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.6.0</AssemblyVersion>
13
- <FileVersion>2.4.6.0</FileVersion>
14
- <Version>2.4.6-alpha</Version>
15
- <PackageVersion>2.4.6-alpha</PackageVersion>
+ <AssemblyVersion>2.4.7.0</AssemblyVersion>
+ <FileVersion>2.4.7.0</FileVersion>
+ <Version>2.4.7-alpha</Version>
+ <PackageVersion>2.4.7-alpha</PackageVersion>
16
<TieredCompilation>false</TieredCompilation>
17
<Nullable>disable</Nullable>
18
</PropertyGroup>
0 commit comments