File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
SimpleSudokuSolver.UI/Properties Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 53
53
// You can specify all the values or you can default the Build and Revision Numbers
54
54
// by using the '*' as shown below:
55
55
// [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" ) ]
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
- <Version >0.7 .0</Version >
5
+ <Version >0.8 .0</Version >
6
6
<Authors >Robert Kurtanjek</Authors >
7
7
<PackageLicenseExpression >MIT</PackageLicenseExpression >
8
8
<PackageProjectUrl >https://github.com/kurtanr/SimpleSudokuSolver</PackageProjectUrl >
You can’t perform that action at this time.
0 commit comments