Skip to content

Commit 0aaf7c2

Browse files
committed
👽 Added package configuration.
1 parent bbc4628 commit 0aaf7c2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

examples/window/Box2D.Window/Box2D.Window.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
4+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
5+
<Authors>Ben Ukhanov</Authors>
6+
<Copyright>Copyright © Ben Ukhanov 2020</Copyright>
7+
<PackageTags>Box2D, OpenTK</PackageTags>
8+
<Description>The Box2D window physics simulation.</Description>
9+
<PackageProjectUrl>https://github.com/benzuk/box2d-netstandard/tree/master/examples/window</PackageProjectUrl>
10+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
11+
<AssemblyVersion>1.0.0.0</AssemblyVersion>
12+
<FileVersion>1.0.0.0</FileVersion>
13+
<Version>1.0.0</Version>
414
</PropertyGroup>
515
<ItemGroup>
616
<PackageReference Include="Box2D.NetStandard" Version="1.0.1"/>

0 commit comments

Comments
 (0)