Skip to content

Commit 2af0692

Browse files
committed
Update libraries, fix deps, bump to 1.04.1
1 parent e00c878 commit 2af0692

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

BurnOutSharp/BurnOutSharp.csproj

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<Copyright>Copyright (c)2005-2010 Gernot Knippen, Copyright (c)2018-2020 Matt Nadareski</Copyright>
1111
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1212
<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>
13+
<Version>1.4.1</Version>
14+
<AssemblyVersion>1.4.1</AssemblyVersion>
15+
<FileVersion>1.04.1</FileVersion>
1616
<IncludeSource>true</IncludeSource>
1717
<IncludeSymbols>true</IncludeSymbols>
1818
</PropertyGroup>
@@ -24,29 +24,28 @@
2424
<ItemGroup>
2525
<PackageReference Include="LessIO" Version="0.6.16" />
2626
<PackageReference Include="libmspack4n" Version="0.9.10" />
27-
<PackageReference Include="SharpCompress" Version="0.25.1" />
27+
<PackageReference Include="SharpCompress" Version="0.26.0" />
2828
<PackageReference Include="UnshieldSharp" Version="1.4.2.3" />
29-
<PackageReference Include="WiseUnpacker" Version="1.0.0" />
29+
<PackageReference Include="WiseUnpacker" Version="1.0.1" />
3030
<PackageReference Include="zlib.net" Version="1.0.4" />
3131
</ItemGroup>
3232

3333
<ItemGroup>
34-
<None Include="LICENSE.txt" Pack="true" PackagePath="$(PackageLicenseFile)"/>
34+
<None Include="LICENSE.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<None Update="HLLib.x64.dll">
38+
<None Include="*.dll" Pack="true">
3939
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
40+
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
41+
<PackageCopyToOutput>true</PackageCopyToOutput>
4042
</None>
41-
<None Update="HLLib.x86.dll">
43+
<None Include="*.pdb" Pack="true">
4244
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
45+
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
46+
<PackageCopyToOutput>true</PackageCopyToOutput>
4347
</None>
44-
<None Update="StormLib.dll">
45-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
46-
</None>
47-
<None Update="StormLib.pdb">
48-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
49-
</None>
50-
</ItemGroup>
48+
49+
</ItemGroup>
5150

5251
</Project>

Test/Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net472;net48;netcoreapp3.1</TargetFrameworks>
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
6+
<OutputType>Exe</OutputType>
67
</PropertyGroup>
78

89
<ItemGroup>

0 commit comments

Comments
 (0)