Skip to content

Commit 229e645

Browse files
committed
Bump version
1 parent b4606a8 commit 229e645

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

BurnOutSharp.Builder/BurnOutSharp.Builder.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<Product>BurnOutSharp</Product>
99
<Copyright>Copyright (c)2022 Matt Nadareski</Copyright>
1010
<RepositoryUrl>https://github.com/mnadareski/BurnOutSharp</RepositoryUrl>
11-
<Version>2.3.4</Version>
12-
<AssemblyVersion>2.3.4</AssemblyVersion>
13-
<FileVersion>2.3.4</FileVersion>
11+
<Version>2.5</Version>
12+
<AssemblyVersion>2.5</AssemblyVersion>
13+
<FileVersion>2.5</FileVersion>
1414
<IncludeSource>true</IncludeSource>
1515
<IncludeSymbols>true</IncludeSymbols>
1616
</PropertyGroup>

BurnOutSharp.Matching/BurnOutSharp.Matching.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<Product>BurnOutSharp</Product>
99
<Copyright>Copyright (c)2018-2022 Matt Nadareski</Copyright>
1010
<RepositoryUrl>https://github.com/mnadareski/BurnOutSharp</RepositoryUrl>
11-
<Version>2.3.4</Version>
12-
<AssemblyVersion>2.3.4</AssemblyVersion>
13-
<FileVersion>2.3.4</FileVersion>
11+
<Version>2.5</Version>
12+
<AssemblyVersion>2.5</AssemblyVersion>
13+
<FileVersion>2.5</FileVersion>
1414
<IncludeSource>true</IncludeSource>
1515
<IncludeSymbols>true</IncludeSymbols>
1616
</PropertyGroup>

BurnOutSharp.Models/BurnOutSharp.Models.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<Product>BurnOutSharp</Product>
99
<Copyright>Copyright (c)2022 Matt Nadareski</Copyright>
1010
<RepositoryUrl>https://github.com/mnadareski/BurnOutSharp</RepositoryUrl>
11-
<Version>2.3.4</Version>
12-
<AssemblyVersion>2.3.4</AssemblyVersion>
13-
<FileVersion>2.3.4</FileVersion>
11+
<Version>2.5</Version>
12+
<AssemblyVersion>2.5</AssemblyVersion>
13+
<FileVersion>2.5</FileVersion>
1414
<IncludeSource>true</IncludeSource>
1515
<IncludeSymbols>true</IncludeSymbols>
1616
</PropertyGroup>

BurnOutSharp.Wrappers/BurnOutSharp.Wrappers.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<Product>BurnOutSharp</Product>
99
<Copyright>Copyright (c)2022 Matt Nadareski</Copyright>
1010
<RepositoryUrl>https://github.com/mnadareski/BurnOutSharp</RepositoryUrl>
11-
<Version>2.3.4</Version>
12-
<AssemblyVersion>2.3.4</AssemblyVersion>
13-
<FileVersion>2.3.4</FileVersion>
11+
<Version>2.5</Version>
12+
<AssemblyVersion>2.5</AssemblyVersion>
13+
<FileVersion>2.5</FileVersion>
1414
<IncludeSource>true</IncludeSource>
1515
<IncludeSymbols>true</IncludeSymbols>
1616
</PropertyGroup>

BurnOutSharp/BurnOutSharp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<Copyright>Copyright (c)2005-2010 Gernot Knippen, Copyright (c)2018-2022 Matt Nadareski</Copyright>
1111
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1212
<RepositoryUrl>https://github.com/mnadareski/BurnOutSharp</RepositoryUrl>
13-
<Version>2.3.4</Version>
14-
<AssemblyVersion>2.3.4</AssemblyVersion>
15-
<FileVersion>2.3.4</FileVersion>
13+
<Version>2.5</Version>
14+
<AssemblyVersion>2.5</AssemblyVersion>
15+
<FileVersion>2.5</FileVersion>
1616
<IncludeSource>true</IncludeSource>
1717
<IncludeSymbols>true</IncludeSymbols>
1818
</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: 2.3.0-{build}
2+
version: 2.5-{build}
33

44
# pull request template
55
pull_requests:

0 commit comments

Comments
 (0)