File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
SimpleSudokuSolver.UI/Properties Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 8
8
// set of attributes. Change these attribute values to modify the information
9
9
// associated with an assembly.
10
10
[ assembly: AssemblyTitle ( "SimpleSudokuSolver.UI" ) ]
11
- [ assembly: AssemblyDescription ( "" ) ]
12
- [ assembly: AssemblyConfiguration ( "" ) ]
13
- [ assembly: AssemblyCompany ( "" ) ]
11
+ [ assembly: AssemblyDescription ( "UI for the SimpleSudokuSolver library" ) ]
12
+ #if DEBUG
13
+ [ assembly: AssemblyConfiguration ( "Debug" ) ]
14
+ #else
15
+ [ assembly: AssemblyConfiguration ( "Release" ) ]
16
+ #endif
17
+ [ assembly: AssemblyCompany ( "Robert Kurtanjek" ) ]
14
18
[ assembly: AssemblyProduct ( "SimpleSudokuSolver.UI" ) ]
15
- [ assembly: AssemblyCopyright ( "Copyright © 2019 " ) ]
19
+ [ assembly: AssemblyCopyright ( "" ) ]
16
20
[ assembly: AssemblyTrademark ( "" ) ]
17
21
[ assembly: AssemblyCulture ( "" ) ]
18
22
51
55
// You can specify all the values or you can default the Build and Revision Numbers
52
56
// by using the '*' as shown below:
53
57
// [assembly: AssemblyVersion("1.0.*")]
54
- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
55
- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
58
+ [ assembly: AssemblyVersion ( "0.6.0.0" ) ]
59
+ [ assembly: AssemblyFileVersion ( "0.6.0.0" ) ]
60
+ [ assembly: AssemblyInformationalVersion ( "0.6.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.5 .0</Version >
5
+ <Version >0.6 .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