Skip to content

Commit 30bfff8

Browse files
committed
Bump version to 1.5.1
1 parent e37d5a8 commit 30bfff8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

BurnOutSharp/BurnOutSharp.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<Description>Port of BurnOut to C#, with additions</Description>
99
<Authors>Matt Nadareski;Gernot Knippen</Authors>
1010
<Product>BurnOutSharp</Product>
11-
<Copyright>Copyright (c)2005-2010 Gernot Knippen, Copyright (c)2018-2020 Matt Nadareski</Copyright>
11+
<Copyright>Copyright (c)2005-2010 Gernot Knippen, Copyright (c)2018-2021 Matt Nadareski</Copyright>
1212
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1313
<RepositoryUrl>https://github.com/mnadareski/BurnOutSharp</RepositoryUrl>
14-
<Version>1.5.0</Version>
15-
<AssemblyVersion>1.5.0</AssemblyVersion>
16-
<FileVersion>1.5.0</FileVersion>
14+
<Version>1.5.1</Version>
15+
<AssemblyVersion>1.5.1</AssemblyVersion>
16+
<FileVersion>1.5.1</FileVersion>
1717
<IncludeSource>true</IncludeSource>
1818
<IncludeSymbols>true</IncludeSymbols>
1919
</PropertyGroup>
@@ -22,17 +22,17 @@
2222
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2323
</PropertyGroup>
2424

25-
<PropertyGroup Condition="'$(TargetFramework)'!='netcoreapp3.1' AND '$(TargetFramework)'!='net5.0'">
25+
<PropertyGroup Condition="'$(TargetFramework.TrimEnd(`0123456789`))' == 'net'">
2626
<DefineConstants>NET_FRAMEWORK</DefineConstants>
2727
</PropertyGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="LessIO" Version="1.0.34" Condition="'$(TargetFramework)'!='netcoreapp3.1' AND '$(TargetFramework)'!='net5.0'" />
31-
<PackageReference Include="libmspack4n" Version="0.9.10" Condition="'$(TargetFramework)'!='netcoreapp3.1' AND '$(TargetFramework)'!='net5.0'" />
30+
<PackageReference Include="LessIO" Version="1.0.34" Condition="'$(TargetFramework.TrimEnd(`0123456789`))' == 'net'" />
31+
<PackageReference Include="libmspack4n" Version="0.9.10" Condition="'$(TargetFramework.TrimEnd(`0123456789`))' == 'net'" />
3232
<PackageReference Include="SharpCompress" Version="0.26.0" />
3333
<PackageReference Include="UnshieldSharp" Version="1.4.2.4" />
3434
<PackageReference Include="WiseUnpacker" Version="1.0.1" />
35-
<PackageReference Include="wix-libs" Version="3.11.1" Condition="'$(TargetFramework)'!='netcoreapp3.1' AND '$(TargetFramework)'!='net5.0'" />
35+
<PackageReference Include="wix-libs" Version="3.11.1" Condition="'$(TargetFramework.TrimEnd(`0123456789`))' == 'net'" />
3636
</ItemGroup>
3737

3838
<ItemGroup>

Test/Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net472;net48;netcoreapp3.1;net5.0</TargetFrameworks>
4+
<TargetFrameworks>net472;net48;netcoreapp3.1;net5.0-win</TargetFrameworks>
55
<PlatformTarget>x86</PlatformTarget>
66
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
77
<OutputType>Exe</OutputType>

0 commit comments

Comments
 (0)