We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ab37f commit e0e1c2cCopy full SHA for e0e1c2c
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.4.0</AssemblyVersion>
13
- <FileVersion>2.4.4.0</FileVersion>
14
- <Version>2.4.4-alpha</Version>
15
- <PackageVersion>2.4.4-alpha</PackageVersion>
+ <AssemblyVersion>2.4.5.0</AssemblyVersion>
+ <FileVersion>2.4.5.0</FileVersion>
+ <Version>2.4.5-alpha</Version>
+ <PackageVersion>2.4.5-alpha</PackageVersion>
16
<TieredCompilation>false</TieredCompilation>
17
<Nullable>disable</Nullable>
18
</PropertyGroup>
0 commit comments