diff --git a/ATxCommon/Properties/AssemblyInfo.cs b/ATxCommon/Properties/AssemblyInfo.cs index 9488ca049ea3cbceb7e727e328bae26a1b60899d..04d826f0406ee64ee36bd35976d84504cb222074 100644 --- a/ATxCommon/Properties/AssemblyInfo.cs +++ b/ATxCommon/Properties/AssemblyInfo.cs @@ -1,5 +1,6 @@ using System.Reflection; using System.Runtime.InteropServices; +using ATxCommon; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -31,13 +32,13 @@ using System.Runtime.InteropServices; // 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(ATxCommon.BuildDetails.GitMajor + "." + - ATxCommon.BuildDetails.GitMinor + "." + - ATxCommon.BuildDetails.GitPatch + ".0")] -[assembly: AssemblyFileVersion(ATxCommon.BuildDetails.GitMajor + "." + - ATxCommon.BuildDetails.GitMinor + "." + - ATxCommon.BuildDetails.GitPatch + ".0")] +[assembly: AssemblyVersion(BuildDetails.GitMajor + "." + + BuildDetails.GitMinor + "." + + BuildDetails.GitPatch + ".0")] +[assembly: AssemblyFileVersion(BuildDetails.GitMajor + "." + + BuildDetails.GitMinor + "." + + BuildDetails.GitPatch + ".0")] -[assembly: AssemblyInformationalVersion(ATxCommon.BuildDetails.BuildDate + - " " + ATxCommon.BuildDetails.GitCommit + - " (" + ATxCommon.BuildDetails.GitBranch + ")")] \ No newline at end of file +[assembly: AssemblyInformationalVersion(BuildDetails.BuildDate + + " " + BuildDetails.GitCommit + + " (" + BuildDetails.GitBranch + ")")] \ No newline at end of file diff --git a/ATxConfigTest/Properties/AssemblyInfo.cs b/ATxConfigTest/Properties/AssemblyInfo.cs index 1c4175b6c97236393f0f3b87b6de755328c33418..27ba0fb0455df91e96444597c1c898d01b07089b 100644 --- a/ATxConfigTest/Properties/AssemblyInfo.cs +++ b/ATxConfigTest/Properties/AssemblyInfo.cs @@ -1,5 +1,6 @@ using System.Reflection; using System.Runtime.InteropServices; +using ATxCommon; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -41,3 +42,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyInformationalVersion(BuildDetails.BuildDate + " " + BuildDetails.GitCommit + " (" + BuildDetails.GitBranch + ")")] + diff --git a/ATxService/Properties/AssemblyInfo.cs b/ATxService/Properties/AssemblyInfo.cs index dab30e9eb6cb8a11fff898b252f96a39e404575b..f22d2ab03cb35d27fecd43128a97f6ed0612df73 100644 --- a/ATxService/Properties/AssemblyInfo.cs +++ b/ATxService/Properties/AssemblyInfo.cs @@ -1,5 +1,6 @@ using System.Reflection; using System.Runtime.InteropServices; +using ATxCommon; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -31,13 +32,13 @@ using System.Runtime.InteropServices; // 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(ATxCommon.BuildDetails.GitMajor + "." + - ATxCommon.BuildDetails.GitMinor + "." + - ATxCommon.BuildDetails.GitPatch + ".0")] -[assembly: AssemblyFileVersion(ATxCommon.BuildDetails.GitMajor + "." + - ATxCommon.BuildDetails.GitMinor + "." + - ATxCommon.BuildDetails.GitPatch + ".0")] +[assembly: AssemblyVersion(BuildDetails.GitMajor + "." + + BuildDetails.GitMinor + "." + + BuildDetails.GitPatch + ".0")] +[assembly: AssemblyFileVersion(BuildDetails.GitMajor + "." + + BuildDetails.GitMinor + "." + + BuildDetails.GitPatch + ".0")] -[assembly: AssemblyInformationalVersion(ATxCommon.BuildDetails.BuildDate + - " " + ATxCommon.BuildDetails.GitCommit + - " (" + ATxCommon.BuildDetails.GitBranch + ")")] +[assembly: AssemblyInformationalVersion(BuildDetails.BuildDate + + " " + BuildDetails.GitCommit + + " (" + BuildDetails.GitBranch + ")")] diff --git a/ATxTray/Properties/AssemblyInfo.cs b/ATxTray/Properties/AssemblyInfo.cs index 9642ea06a3624dc8eb390593d6a3186399a1eb5a..5ec8d16fa967a534ffd3bc09ffd04daf05b973a6 100644 --- a/ATxTray/Properties/AssemblyInfo.cs +++ b/ATxTray/Properties/AssemblyInfo.cs @@ -1,5 +1,6 @@ using System.Reflection; using System.Runtime.InteropServices; +using ATxCommon; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -41,3 +42,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyInformationalVersion(BuildDetails.BuildDate + " " + BuildDetails.GitCommit + " (" + BuildDetails.GitBranch + ")")] +