Skip to content

Commit

Permalink
chore: release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonciu Liang committed Dec 13, 2020
1 parent 2e89cd2 commit b777d05
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions src/Box2DSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,45 @@
<LangVersion>7.3</LangVersion>
<AssemblyName>Box2DSharp</AssemblyName>
<RootNamespace>Box2DSharp</RootNamespace>
<Version>0.3.1</Version>
<Version>0.5</Version>
<Authors>Zonciu Liang</Authors>
<Company>Zonciu Studio</Company>
<PackageLicenseUrl>https://raw.githubusercontent.com/Zonciu/Box2DSharp/master/LICENSE</PackageLicenseUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>https://github.com/Zonciu/Box2DSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Zonciu/Box2DSharp</RepositoryUrl>
<Copyright>Copyright © Zonciu Liang 2018</Copyright>
<Copyright>Copyright © Zonciu Liang 2020</Copyright>
<Description>A C# port of Box2D</Description>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageVersion>0.4</PackageVersion>
<PackageVersion>0.5</PackageVersion>
<Title>Box2DSharp</Title>
<PackageTags>2D;C#;Box2D;Physic</PackageTags>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>E:\dev\Box2DSharp\src\Box2DSharp.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>E:\dev\Box2DSharp\src\Box2DSharp.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<None Remove="**\*.meta" />
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b777d05

Please sign in to comment.