Skip to content

Commit e00c878

Browse files
committed
Update version to 1.4.0
1 parent ab6298a commit e00c878

File tree

4 files changed

+691
-70
lines changed

4 files changed

+691
-70
lines changed

BurnOutSharp/BurnOutSharp.csproj

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,25 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net472;net48;netcoreapp3.1</TargetFrameworks>
5-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
5+
<Title>BurnOutSharp</Title>
6+
<AssemblyName>BurnOutSharp</AssemblyName>
7+
<Description>Port of BurnOut to C#, with additions</Description>
8+
<Authors>Matt Nadareski;Gernot Knippen</Authors>
9+
<Product>BurnOutSharp</Product>
10+
<Copyright>Copyright (c)2005-2010 Gernot Knippen, Copyright (c)2018-2020 Matt Nadareski</Copyright>
11+
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
12+
<RepositoryUrl>https://github.com/mnadareski/BurnOutSharp</RepositoryUrl>
13+
<Version>1.4.0</Version>
14+
<AssemblyVersion>1.4.0</AssemblyVersion>
15+
<FileVersion>1.04.0</FileVersion>
16+
<IncludeSource>true</IncludeSource>
17+
<IncludeSymbols>true</IncludeSymbols>
618
</PropertyGroup>
719

820
<PropertyGroup>
921
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1022
</PropertyGroup>
1123

12-
<ItemGroup>
13-
<None Include="BurnOutSharp.nuspec" />
14-
</ItemGroup>
15-
1624
<ItemGroup>
1725
<PackageReference Include="LessIO" Version="0.6.16" />
1826
<PackageReference Include="libmspack4n" Version="0.9.10" />
@@ -22,6 +30,10 @@
2230
<PackageReference Include="zlib.net" Version="1.0.4" />
2331
</ItemGroup>
2432

33+
<ItemGroup>
34+
<None Include="LICENSE.txt" Pack="true" PackagePath="$(PackageLicenseFile)"/>
35+
</ItemGroup>
36+
2537
<ItemGroup>
2638
<None Update="HLLib.x64.dll">
2739
<CopyToOutputDirectory>Always</CopyToOutputDirectory>

BurnOutSharp/BurnOutSharp.nuspec

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)