Skip to content

Commit babf833

Browse files
committed
👽 Newer version.
1 parent 2bca32d commit babf833

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<TargetFramework>netstandard2.1</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<Authors>Erin Catto</Authors>
77
<Copyright>Copyright © Ihar Kalasouski 2008</Copyright>
88
<PackageTags>Box2D, Physics</PackageTags>
99
<Description>Box2D is the C# port of C++ Box2D. This package supports .NET Standard 2.1.</Description>
1010
<PackageProjectUrl>https://github.com/benzuk/box2d-netstandard</PackageProjectUrl>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
12-
<AssemblyVersion>1.0.2.0</AssemblyVersion>
13-
<FileVersion>1.0.2.0</FileVersion>
14-
<Version>1.0.2</Version>
12+
<AssemblyVersion>1.0.3.0</AssemblyVersion>
13+
<FileVersion>1.0.3.0</FileVersion>
14+
<Version>1.0.3</Version>
1515
</PropertyGroup>
1616

1717
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)