This commit is contained in:
Serraniel 2017-01-29 10:27:30 +01:00
parent acff1d0eca
commit 8f84544af0
2 changed files with 10 additions and 2 deletions

View file

@ -19,4 +19,12 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(AutomaticVersions) = postSolution
UpdateAssemblyVersion.Release|Any CPU = True
UpdateAssemblyFileVersion.Release|Any CPU = True
UpdateAssemblyInfoVersion.Release|Any CPU = True
AssemblyVersionSettings.Release|Any CPU = None.IncrementOnDemand.MonthStamp.Increment
AssemblyFileVersionSettings.Release|Any CPU = None.IncrementOnDemand.MonthStamp.Increment
AssemblyInfoVersionSettings.Release|Any CPU = None.IncrementOnDemand.MonthStamp.Increment
EndGlobalSection
EndGlobal

View file

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.0.51")]
[assembly: AssemblyFileVersion("0.1.0.51")]
[assembly: AssemblyVersion("0.1.1.54")]
[assembly: AssemblyFileVersion("0.1.1.54")]