File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ class Constants
4
4
{
5
5
public const string ApplicationName = "ReClass.NET" ;
6
6
7
- public const string ApplicationVersion = "1.0" ;
7
+ public const string ApplicationVersion = "1.0.1 " ;
8
8
9
9
public const string Author = "KN4CK3R" ;
10
10
Original file line number Diff line number Diff line change 10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
11
[ assembly: AssemblyCompany ( "" ) ]
12
12
[ assembly: AssemblyProduct ( "Reclass.NET" ) ]
13
- [ assembly: AssemblyCopyright ( "" ) ]
13
+ [ assembly: AssemblyCopyright ( "KN4CK3R " ) ]
14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
32
32
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
33
33
// übernehmen, indem Sie "*" eingeben:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.0.0 .0" ) ]
36
- [ assembly: AssemblyFileVersion ( "1.0.0 .0" ) ]
35
+ [ assembly: AssemblyVersion ( "1.0.1 .0" ) ]
36
+ [ assembly: AssemblyFileVersion ( "1.0.1 .0" ) ]
You can’t perform that action at this time.
0 commit comments