Skip to content

Commit

Permalink
Updated version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtanr committed Mar 29, 2020
1 parent d6b4c71 commit 5be9dd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions SimpleSudokuSolver.UI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyFileVersion("0.8.0.0")]
[assembly: AssemblyInformationalVersion("0.8.0.0")]
[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyFileVersion("0.9.0.0")]
[assembly: AssemblyInformationalVersion("0.9.0.0")]
2 changes: 1 addition & 1 deletion SimpleSudokuSolver/SimpleSudokuSolver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.8.0</Version>
<Version>0.9.0</Version>
<Authors>Robert Kurtanjek</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/kurtanr/SimpleSudokuSolver</PackageProjectUrl>
Expand Down

0 comments on commit 5be9dd8

Please sign in to comment.