Index: Core/Common/src/Core.Common.Version/GlobalAssembly.cs.svn =================================================================== diff -u -r08c1a9d855a1beecb7396a1e95b3bc83fe8c7065 -ra66c8ac59eed02495ebcde483360278e4c60552c --- Core/Common/src/Core.Common.Version/GlobalAssembly.cs.svn (.../GlobalAssembly.cs.svn) (revision 08c1a9d855a1beecb7396a1e95b3bc83fe8c7065) +++ Core/Common/src/Core.Common.Version/GlobalAssembly.cs.svn (.../GlobalAssembly.cs.svn) (revision a66c8ac59eed02495ebcde483360278e4c60552c) @@ -35,5 +35,6 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] -[assembly: AssemblyVersion("18.1.1.GITHASH")] -[assembly: AssemblyFileVersion("18.1.1.GITHASH")] \ No newline at end of file +[assembly: AssemblyVersion("18.1.1.1")] +[assembly: AssemblyFileVersion("18.1.1.1")] +[assembly: AssemblyInformationalVersion("18.1.1.GITHASH")] \ No newline at end of file Index: build/git_insert_hash.cmd =================================================================== diff -u -r08c1a9d855a1beecb7396a1e95b3bc83fe8c7065 -ra66c8ac59eed02495ebcde483360278e4c60552c --- build/git_insert_hash.cmd (.../git_insert_hash.cmd) (revision 08c1a9d855a1beecb7396a1e95b3bc83fe8c7065) +++ build/git_insert_hash.cmd (.../git_insert_hash.cmd) (revision a66c8ac59eed02495ebcde483360278e4c60552c) @@ -1,5 +1,5 @@ REM This script is used for adding the GIT (short) hash to the properties of -REM a .Net assembly. +REM a .Net assembly (AssemblyInformationalVersion). REM It has to be positioned in the present dir, where the solution is, REM because the this script (the pre-build-events in the .Net projects) REM refer to $(SolutionDir)