Skip to content

Commit

Permalink
Update version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Sep 11, 2020
1 parent ab6298a commit e00c878
Show file tree
Hide file tree
Showing 4 changed files with 691 additions and 70 deletions.
22 changes: 17 additions & 5 deletions BurnOutSharp/BurnOutSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,25 @@

<PropertyGroup>
<TargetFrameworks>net472;net48;netcoreapp3.1</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Title>BurnOutSharp</Title>
<AssemblyName>BurnOutSharp</AssemblyName>
<Description>Port of BurnOut to C#, with additions</Description>
<Authors>Matt Nadareski;Gernot Knippen</Authors>
<Product>BurnOutSharp</Product>
<Copyright>Copyright (c)2005-2010 Gernot Knippen, Copyright (c)2018-2020 Matt Nadareski</Copyright>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<RepositoryUrl>https://github.com/mnadareski/BurnOutSharp</RepositoryUrl>
<Version>1.4.0</Version>
<AssemblyVersion>1.4.0</AssemblyVersion>
<FileVersion>1.04.0</FileVersion>
<IncludeSource>true</IncludeSource>
<IncludeSymbols>true</IncludeSymbols>
</PropertyGroup>

<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<None Include="BurnOutSharp.nuspec" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="LessIO" Version="0.6.16" />
<PackageReference Include="libmspack4n" Version="0.9.10" />
Expand All @@ -22,6 +30,10 @@
<PackageReference Include="zlib.net" Version="1.0.4" />
</ItemGroup>

<ItemGroup>
<None Include="LICENSE.txt" Pack="true" PackagePath="$(PackageLicenseFile)"/>
</ItemGroup>

<ItemGroup>
<None Update="HLLib.x64.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
29 changes: 0 additions & 29 deletions BurnOutSharp/BurnOutSharp.nuspec

This file was deleted.

Loading

0 comments on commit e00c878

Please sign in to comment.