diff --git a/src/ARKServerManager.Common/Properties/AssemblyInfo.cs b/src/ARKServerManager.Common/Properties/AssemblyInfo.cs
index 9e5b0759..a04d1780 100644
--- a/src/ARKServerManager.Common/Properties/AssemblyInfo.cs
+++ b/src/ARKServerManager.Common/Properties/AssemblyInfo.cs
@@ -1,9 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
[assembly: AssemblyTitle("ARKServerManager Common Library")]
[assembly: AssemblyDescription("The library is used to provide common functionality to the ark server manager.")]
[assembly: AssemblyConfiguration("")]
@@ -13,23 +10,10 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
-// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("dd0a2401-99b8-4de1-b8ed-9b075172f8af")]
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
+// include semantic versioning - ARKServerManager
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/src/ARKServerManager/Properties/AssemblyInfo.cs b/src/ARKServerManager/Properties/AssemblyInfo.cs
index 1e2743e8..6888352a 100644
--- a/src/ARKServerManager/Properties/AssemblyInfo.cs
+++ b/src/ARKServerManager/Properties/AssemblyInfo.cs
@@ -2,9 +2,6 @@
using System.Runtime.InteropServices;
using System.Windows;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
[assembly: AssemblyTitle("ARK: Survival Evolved™ Server Manager")]
[assembly: AssemblyDescription("The server manager makes it easy to setup and manage your ARK: Survival Evolved™ dedicated servers.")]
[assembly: AssemblyConfiguration("")]
@@ -14,32 +11,13 @@ using System.Windows;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
[assembly: ThemeInfo(
- //where theme specific resource dictionaries are located
- //(used if a resource is not found in the page,
- // or application resource dictionaries)
ResourceDictionaryLocation.None,
- //where the generic resource dictionary is located
- //(used if a resource is not found in the page,
- // app, or any theme specific resource dictionaries)
ResourceDictionaryLocation.SourceAssembly
)]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0")]
+// include semantic versioning - ARKServerManager
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/src/ARKServerManager/version.txt b/src/ARKServerManager/version.txt
new file mode 100644
index 00000000..bec71af4
--- /dev/null
+++ b/src/ARKServerManager/version.txt
@@ -0,0 +1 @@
+1.1.411.5
\ No newline at end of file
diff --git a/src/ArkData/Properties/AssemblyInfo.cs b/src/ArkData/Properties/AssemblyInfo.cs
index 4cecaeb0..c715c7ac 100644
--- a/src/ArkData/Properties/AssemblyInfo.cs
+++ b/src/ArkData/Properties/AssemblyInfo.cs
@@ -1,9 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
[assembly: AssemblyTitle("ArkData SDK")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
@@ -13,23 +10,10 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(true)]
-// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("d2ee1483-021f-4900-bbe8-88338d1386f4")]
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.3.0")]
+// exclude from semantic versioning
+[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]
diff --git a/src/ConanData/Properties/AssemblyInfo.cs b/src/ConanData/Properties/AssemblyInfo.cs
index d310b59b..99ad74df 100644
--- a/src/ConanData/Properties/AssemblyInfo.cs
+++ b/src/ConanData/Properties/AssemblyInfo.cs
@@ -1,9 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
[assembly: AssemblyTitle("ConanData SDK")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
@@ -13,23 +10,10 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
-// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("96832688-29bd-464f-9dce-482e37bfc751")]
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
+// include semantic versioning - ConanServerManager
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/src/ConanServerManager.Common/Properties/AssemblyInfo.cs b/src/ConanServerManager.Common/Properties/AssemblyInfo.cs
index 63095396..9f88930f 100644
--- a/src/ConanServerManager.Common/Properties/AssemblyInfo.cs
+++ b/src/ConanServerManager.Common/Properties/AssemblyInfo.cs
@@ -1,9 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
[assembly: AssemblyTitle("ConanServerManager Common Library")]
[assembly: AssemblyDescription("The library is used to provide common functionality to the conan server manager.")]
[assembly: AssemblyConfiguration("")]
@@ -13,23 +10,10 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
-// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("630422ca-4bcc-4d1d-9701-87d8eaf0b209")]
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
+// include semantic versioning - ConanServerManager
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/src/ConanServerManager/Properties/AssemblyInfo.cs b/src/ConanServerManager/Properties/AssemblyInfo.cs
index 14395f92..0e3e60e5 100644
--- a/src/ConanServerManager/Properties/AssemblyInfo.cs
+++ b/src/ConanServerManager/Properties/AssemblyInfo.cs
@@ -2,9 +2,6 @@
using System.Runtime.InteropServices;
using System.Windows;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
[assembly: AssemblyTitle("Conan Exiles™ Server Manager")]
[assembly: AssemblyDescription("The server manager makes it easy to setup and manage your Conan Exiles™ dedicated servers.")]
[assembly: AssemblyConfiguration("")]
@@ -14,32 +11,13 @@ using System.Windows;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
[assembly: ThemeInfo(
- //where theme specific resource dictionaries are located
- //(used if a resource is not found in the page,
- // or application resource dictionaries)
ResourceDictionaryLocation.None,
- //where the generic resource dictionary is located
- //(used if a resource is not found in the page,
- // app, or any theme specific resource dictionaries)
ResourceDictionaryLocation.SourceAssembly
)]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0")]
+// include semantic versioning - ConanServerManager
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/src/ConanServerManager/version.txt b/src/ConanServerManager/version.txt
new file mode 100644
index 00000000..39679e68
--- /dev/null
+++ b/src/ConanServerManager/version.txt
@@ -0,0 +1 @@
+1.1.56.5
\ No newline at end of file
diff --git a/src/NeXtVdf/Properties/AssemblyInfo.cs b/src/NeXtVdf/Properties/AssemblyInfo.cs
index ef1cded9..a02fe98c 100644
--- a/src/NeXtVdf/Properties/AssemblyInfo.cs
+++ b/src/NeXtVdf/Properties/AssemblyInfo.cs
@@ -1,9 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
-// Allgemeine Informationen über eine Assembly werden über die folgenden
-// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
-// die mit einer Assembly verknüpft sind.
[assembly: AssemblyTitle("NeXt.Vdf")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
@@ -13,23 +10,10 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar
-// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von
-// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest.
[assembly: ComVisible(false)]
-// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
[assembly: Guid("4a5c4314-a7bc-48a6-938e-58e224bd0879")]
-// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
-//
-// Hauptversion
-// Nebenversion
-// Buildnummer
-// Revision
-//
-// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
-// übernehmen, indem Sie "*" eingeben:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
+// exclude from semantic versioning
+[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/src/Plugin.Common.UnitTests/Properties/AssemblyInfo.cs b/src/Plugin.Common.UnitTests/Properties/AssemblyInfo.cs
new file mode 100644
index 00000000..b75e0d13
--- /dev/null
+++ b/src/Plugin.Common.UnitTests/Properties/AssemblyInfo.cs
@@ -0,0 +1,19 @@
+using System.Reflection;
+using System.Runtime.InteropServices;
+
+[assembly: AssemblyTitle("Plugin.Common.UnitTests")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Bletch1971")]
+[assembly: AssemblyProduct("Plugin.Common.UnitTests")]
+[assembly: AssemblyCopyright("Copyright © 2015-2021")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+[assembly: ComVisible(false)]
+
+[assembly: Guid("8d13fc88-9508-4c3a-8ed0-f7bd46e343cc")]
+
+// exclude from semantic versioning
+[assembly: AssemblyVersion("1.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/src/Plugin.Common/Properties/AssemblyInfo.cs b/src/Plugin.Common/Properties/AssemblyInfo.cs
index 8ceb0f0e..98970ca1 100644
--- a/src/Plugin.Common/Properties/AssemblyInfo.cs
+++ b/src/Plugin.Common/Properties/AssemblyInfo.cs
@@ -2,9 +2,6 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
[assembly: AssemblyTitle("ServerManager Common Plugin Library")]
[assembly: AssemblyDescription("The library is used to provide common plugin functionality to the server managers.")]
[assembly: AssemblyConfiguration("")]
@@ -14,23 +11,10 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
-// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("679fe859-9a82-4ffb-a758-c1e8df915f58")]
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/src/Plugin.Discord.UnitTests/Properties/AssemblyInfo.cs b/src/Plugin.Discord.UnitTests/Properties/AssemblyInfo.cs
index 62c6dd1c..7176e82a 100644
--- a/src/Plugin.Discord.UnitTests/Properties/AssemblyInfo.cs
+++ b/src/Plugin.Discord.UnitTests/Properties/AssemblyInfo.cs
@@ -1,9 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
[assembly: AssemblyTitle("Plugin.Discord.UnitTests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
@@ -13,22 +10,10 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
-// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("8d13fc88-9508-4c3a-8ed0-f7bd46e343cc")]
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
+// exclude from semantic versioning
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/src/Plugin.Discord/Plugin.Discord.csproj b/src/Plugin.Discord/Plugin.Discord.csproj
index db578d2e..c1affa94 100644
--- a/src/Plugin.Discord/Plugin.Discord.csproj
+++ b/src/Plugin.Discord/Plugin.Discord.csproj
@@ -34,6 +34,7 @@
+
diff --git a/src/Plugin.Discord/Properties/AssemblyInfo.cs b/src/Plugin.Discord/Properties/AssemblyInfo.cs
index a0267d2b..7d3f1df2 100644
--- a/src/Plugin.Discord/Properties/AssemblyInfo.cs
+++ b/src/Plugin.Discord/Properties/AssemblyInfo.cs
@@ -1,9 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
[assembly: AssemblyTitle("ServerManager Discord Plugin")]
[assembly: AssemblyDescription("A Discord plugin that can be used with the server managers.")]
[assembly: AssemblyConfiguration("")]
@@ -13,22 +10,10 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
-// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("936ef260-fecf-4e9e-a21e-092d65931c7d")]
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.19.3")]
+// include semantic versioning - Plugin.Discord
+[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.19.3")]
diff --git a/src/Plugin.Discord/version.txt b/src/Plugin.Discord/version.txt
new file mode 100644
index 00000000..52d56900
--- /dev/null
+++ b/src/Plugin.Discord/version.txt
@@ -0,0 +1 @@
+1.0.19.3
\ No newline at end of file
diff --git a/src/QueryMaster/Properties/AssemblyInfo.cs b/src/QueryMaster/Properties/AssemblyInfo.cs
index f8d3b6ce..6dd932fd 100644
--- a/src/QueryMaster/Properties/AssemblyInfo.cs
+++ b/src/QueryMaster/Properties/AssemblyInfo.cs
@@ -1,9 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
[assembly: AssemblyTitle("QueryMaster")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
@@ -13,22 +10,10 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
-// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("f8b1937a-2d2e-48a8-9364-3f0719461309")]
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
+// exclude from semantic versioning
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/src/QueryMaster/QueryMaster.csproj b/src/QueryMaster/QueryMaster.csproj
index 04e8208e..1ef6aa41 100644
--- a/src/QueryMaster/QueryMaster.csproj
+++ b/src/QueryMaster/QueryMaster.csproj
@@ -13,7 +13,4 @@
-
-
-
\ No newline at end of file
diff --git a/src/ServerManager.Common/Properties/AssemblyInfo.cs b/src/ServerManager.Common/Properties/AssemblyInfo.cs
index 56cd079f..defc52b6 100644
--- a/src/ServerManager.Common/Properties/AssemblyInfo.cs
+++ b/src/ServerManager.Common/Properties/AssemblyInfo.cs
@@ -1,9 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
[assembly: AssemblyTitle("ServerManager Common Library")]
[assembly: AssemblyDescription("The library is used to provide common functionality to the server managers.")]
[assembly: AssemblyConfiguration("")]
@@ -13,23 +10,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
-// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("7c99d9f7-0c65-4116-927a-94eb018c88fd")]
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/src/ServerManager.Discord/Properties/AssemblyInfo.cs b/src/ServerManager.Discord/Properties/AssemblyInfo.cs
index 4543ce7b..e2afec7f 100644
--- a/src/ServerManager.Discord/Properties/AssemblyInfo.cs
+++ b/src/ServerManager.Discord/Properties/AssemblyInfo.cs
@@ -1,9 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
[assembly: AssemblyTitle("ServerManager Discord Library")]
[assembly: AssemblyDescription("The library is used to provide discord functionality to the server managers.")]
[assembly: AssemblyConfiguration("")]
@@ -13,23 +10,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
-// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("7c99d9f7-0c65-4116-927a-94eb018c88fd")]
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/src/ServerManager.Updater/Properties/AssemblyInfo.cs b/src/ServerManager.Updater/Properties/AssemblyInfo.cs
index f45504c6..120148a0 100644
--- a/src/ServerManager.Updater/Properties/AssemblyInfo.cs
+++ b/src/ServerManager.Updater/Properties/AssemblyInfo.cs
@@ -1,9 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
[assembly: AssemblyTitle("ServerManager Updater")]
[assembly: AssemblyDescription("An application used to update the server managers.")]
[assembly: AssemblyConfiguration("")]
@@ -13,23 +10,10 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
-// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("3e0c9ee6-780f-4fef-ba03-e38062a5fdb6")]
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
+// include semantic versioning - ServerManager.Updater
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/src/WPFSharp.Globalizer/Properties/AssemblyInfo.cs b/src/WPFSharp.Globalizer/Properties/AssemblyInfo.cs
index 8c233828..7a39a2ab 100644
--- a/src/WPFSharp.Globalizer/Properties/AssemblyInfo.cs
+++ b/src/WPFSharp.Globalizer/Properties/AssemblyInfo.cs
@@ -1,9 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
[assembly: AssemblyTitle("WPFSharp.Globalizer")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
@@ -13,22 +10,10 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
-// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("26260edf-a6b3-4c8a-bb0c-712ad759abe3")]
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
+// exclude from semantic versioning
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]