diff --git a/ScheMe/Web.config b/ScheMe/Web.config index 5372398..99b51f5 100644 --- a/ScheMe/Web.config +++ b/ScheMe/Web.config @@ -63,7 +63,8 @@ --> - + + @@ -92,9 +93,8 @@ + - - @@ -154,14 +154,18 @@ - + + + + + diff --git a/ScheMe/bin/ScheMe.dll b/ScheMe/bin/ScheMe.dll index 8520081..7bb210c 100644 Binary files a/ScheMe/bin/ScheMe.dll and b/ScheMe/bin/ScheMe.dll differ diff --git a/ScheMe/bin/ScheMe.dll.config b/ScheMe/bin/ScheMe.dll.config index 5372398..99b51f5 100644 --- a/ScheMe/bin/ScheMe.dll.config +++ b/ScheMe/bin/ScheMe.dll.config @@ -63,7 +63,8 @@ --> - + + @@ -92,9 +93,8 @@ + - - @@ -154,14 +154,18 @@ - + + + + + diff --git a/ScheMe/bin/ScheMe_Data.dll b/ScheMe/bin/ScheMe_Data.dll index 19a451b..43919f4 100644 Binary files a/ScheMe/bin/ScheMe_Data.dll and b/ScheMe/bin/ScheMe_Data.dll differ diff --git a/ScheMe/bin/SteamWare.dll b/ScheMe/bin/SteamWare.dll index 4738694..1a8a9a2 100644 Binary files a/ScheMe/bin/SteamWare.dll and b/ScheMe/bin/SteamWare.dll differ diff --git a/ScheMe_Data/bin/Debug/ScheMe_Data.dll b/ScheMe_Data/bin/Debug/ScheMe_Data.dll index 19a451b..43919f4 100644 Binary files a/ScheMe_Data/bin/Debug/ScheMe_Data.dll and b/ScheMe_Data/bin/Debug/ScheMe_Data.dll differ diff --git a/ScheMe_Data/bin/Debug/SteamWare.dll b/ScheMe_Data/bin/Debug/SteamWare.dll index 4738694..1a8a9a2 100644 Binary files a/ScheMe_Data/bin/Debug/SteamWare.dll and b/ScheMe_Data/bin/Debug/SteamWare.dll differ diff --git a/VersGen/VersGen.cs b/VersGen/VersGen.cs index 1f9dc67..3ec1645 100644 --- a/VersGen/VersGen.cs +++ b/VersGen/VersGen.cs @@ -5,7 +5,7 @@ using System.Reflection; -[assembly: AssemblyVersion("2.1.1700.2579")] -[assembly: AssemblyFileVersion("2.1.1700.2579")] +[assembly: AssemblyVersion("2.1.1701.863")] +[assembly: AssemblyFileVersion("2.1.1701.863")] [assembly: AssemblyCopyright("Steamware © 2007-2017")] [assembly: AssemblyCompany("Steamware")] diff --git a/VersGen/VersGen.tt b/VersGen/VersGen.tt index 2b4998c..a104432 100644 --- a/VersGen/VersGen.tt +++ b/VersGen/VersGen.tt @@ -6,14 +6,15 @@ using System.Reflection; -[assembly: AssemblyVersion("2.1.1700.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("2.1.1700.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("2.1.<#= this.Build #>.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("2.1.<#= this.Build #>.<#= this.RevisionNumber #>")] [assembly: AssemblyCopyright("Steamware © 2007-<#= DateTime.Now.Year #>")] [assembly: AssemblyCompany("Steamware")] <#+ // int Major = 2; // int Minor = 4; // int Build = 602; -// int RevisionNumber = (int)(DateTime.Now - DateTime.Today).TotalSeconds; - int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2010,1,1)).TotalDays; +// int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2010,1,1)).TotalDays; + int Build = (int)((DateTime.Today.Year - 2000) * 100 + DateTime.Today.Month); + int RevisionNumber = (int)(DateTime.Now - DateTime.Today).TotalMinutes; #> \ No newline at end of file diff --git a/VersGen/bin/Debug/VersGen.dll b/VersGen/bin/Debug/VersGen.dll index 8470001..f330104 100644 Binary files a/VersGen/bin/Debug/VersGen.dll and b/VersGen/bin/Debug/VersGen.dll differ