Skip to content

Commit aeb379f

Browse files
committed
Bump version to 2.8
1 parent cae0edf commit aeb379f

File tree

14 files changed

+40
-40
lines changed

14 files changed

+40
-40
lines changed

BinaryObjectScanner.ASN1/BinaryObjectScanner.ASN1.csproj

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

BinaryObjectScanner.Builders/BinaryObjectScanner.Builders.csproj

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

BinaryObjectScanner.Compression/BinaryObjectScanner.Compression.csproj

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

BinaryObjectScanner.FileType/BinaryObjectScanner.FileType.csproj

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

BinaryObjectScanner.GameEngine/BinaryObjectScanner.GameEngine.csproj

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

BinaryObjectScanner.Interfaces/BinaryObjectScanner.Interfaces.csproj

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

BinaryObjectScanner.Matching/BinaryObjectScanner.Matching.csproj

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

BinaryObjectScanner.Models/BinaryObjectScanner.Models.csproj

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

BinaryObjectScanner.Packer/BinaryObjectScanner.Packer.csproj

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

BinaryObjectScanner.Protection/BinaryObjectScanner.Protection.csproj

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

0 commit comments

Comments
 (0)