Skip to content

Commit d6feab3

Browse files
committed
Bump version to 2.1.0
1 parent 2d2207a commit d6feab3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

BurnOutSharp/BurnOutSharp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<Copyright>Copyright (c)2005-2010 Gernot Knippen, Copyright (c)2018-2022 Matt Nadareski</Copyright>
1212
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1313
<RepositoryUrl>https://github.com/mnadareski/BurnOutSharp</RepositoryUrl>
14-
<Version>2.0.0</Version>
15-
<AssemblyVersion>2.0.0</AssemblyVersion>
16-
<FileVersion>2.0.0</FileVersion>
14+
<Version>2.1.0</Version>
15+
<AssemblyVersion>2.1.0</AssemblyVersion>
16+
<FileVersion>2.1.0</FileVersion>
1717
<IncludeSource>true</IncludeSource>
1818
<IncludeSymbols>true</IncludeSymbols>
1919
</PropertyGroup>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# version format
2-
version: 1.8.0-{build}
2+
version: 2.1.0-{build}
33

44
# pull request template
55
pull_requests:

0 commit comments

Comments
 (0)