Skip to content

Commit 01a9e0d

Browse files
committed
Updated version to 0.8.0
1 parent 7cd1b46 commit 01a9e0d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SimpleSudokuSolver.UI/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
// You can specify all the values or you can default the Build and Revision Numbers
5454
// by using the '*' as shown below:
5555
// [assembly: AssemblyVersion("1.0.*")]
56-
[assembly: AssemblyVersion("0.7.0.0")]
57-
[assembly: AssemblyFileVersion("0.7.0.0")]
58-
[assembly: AssemblyInformationalVersion("0.7.0.0")]
56+
[assembly: AssemblyVersion("0.8.0.0")]
57+
[assembly: AssemblyFileVersion("0.8.0.0")]
58+
[assembly: AssemblyInformationalVersion("0.8.0.0")]

SimpleSudokuSolver/SimpleSudokuSolver.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>0.7.0</Version>
5+
<Version>0.8.0</Version>
66
<Authors>Robert Kurtanjek</Authors>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>
88
<PackageProjectUrl>https://github.com/kurtanr/SimpleSudokuSolver</PackageProjectUrl>

0 commit comments

Comments
 (0)