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 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" ) ]
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments