We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d618d15 commit b632eadCopy full SHA for b632ead
src/TBC.Common.Configuration.Registry/Versioning.cs
@@ -1,9 +1,9 @@
1
// Copyright (C) TBC Bank. All Rights Reserved.
2
3
/*
4
- * Pin assembly version to 2.0.0.0 because it is a part of the strong name;
+ * Pin assembly version to 3.0.0.0 because it is a part of the strong name;
5
* to avoid assembly load exceptions and the need for manual binding redirects,
6
* just pin it to a static version, even if the file version keeps on incrementing.
7
* Only bump it when major version changes.
8
*/
9
-[assembly: System.Reflection.AssemblyVersion("2.0.0.0")]
+[assembly: System.Reflection.AssemblyVersion("3.0.0.0")]
0 commit comments