Index: Core/Common/src/Core.Common.Version/GlobalAssembly.cs.template
===================================================================
diff -u -r9155f30558f9f75a53b7f762e45bc43e72c434a9 -re6438250ba35b7a10373270b65763d114e6f272d
--- Core/Common/src/Core.Common.Version/GlobalAssembly.cs.template (.../GlobalAssembly.cs.template) (revision 9155f30558f9f75a53b7f762e45bc43e72c434a9)
+++ Core/Common/src/Core.Common.Version/GlobalAssembly.cs.template (.../GlobalAssembly.cs.template) (revision e6438250ba35b7a10373270b65763d114e6f272d)
@@ -36,8 +36,4 @@
[assembly: CLSCompliant(false)]
[assembly: AssemblyVersion("20.1.1.1")]
-[assembly: AssemblyFileVersion("20.1.1")]
-
-#if DEVELOPMENT
-[assembly: AssemblyInformationalVersion("20.1.1.GITHASH")]
-#endif
\ No newline at end of file
+[assembly: AssemblyFileVersion("20.1.1")]
\ No newline at end of file
Index: build/Base.targets
===================================================================
diff -u -rcf98b5f6afaf1d758971494457843199d67e301f -re6438250ba35b7a10373270b65763d114e6f272d
--- build/Base.targets (.../Base.targets) (revision cf98b5f6afaf1d758971494457843199d67e301f)
+++ build/Base.targets (.../Base.targets) (revision e6438250ba35b7a10373270b65763d114e6f272d)
@@ -19,13 +19,13 @@
true
full
false
- DEBUG;TRACE;DEVELOPMENT
+ TRACE;DEBUG
Release
none
true
- TRACE;DEVELOPMENT;RELEASE
+ TRACE;RELEASE
none
false