From 48c5bc911b01ba2b9690b96ff9df0ff125ce1928 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 29 Dec 2018 14:04:18 +0000 Subject: [PATCH] Correct server version. --- .../.idea/contentModel.xml | 4 ++- .../Properties/AssemblyInfo.cs | 16 ++++----- .../DiscImageChef.Server.csproj | 1 + .../Properties/AssemblyInfo.cs | 35 +++++++++++++++++++ 4 files changed, 47 insertions(+), 9 deletions(-) create mode 100644 DiscImageChef.Server/Properties/AssemblyInfo.cs diff --git a/.idea/.idea.DiscImageChef/.idea/contentModel.xml b/.idea/.idea.DiscImageChef/.idea/contentModel.xml index 9f3735797..732f5f11c 100644 --- a/.idea/.idea.DiscImageChef/.idea/contentModel.xml +++ b/.idea/.idea.DiscImageChef/.idea/contentModel.xml @@ -1857,6 +1857,9 @@ + + + @@ -1894,7 +1897,6 @@ - diff --git a/DiscImageChef.Server.Task/Properties/AssemblyInfo.cs b/DiscImageChef.Server.Task/Properties/AssemblyInfo.cs index 473a67914..cfbcbce98 100644 --- a/DiscImageChef.Server.Task/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Server.Task/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ using System.Reflection; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following +// 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("DiscImageChef.Server.Task")] @@ -9,12 +9,12 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("DiscImageChef.Server.Task")] -[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyCopyright("Copyright © 2011-2018 Natalia Portillo")] [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 +// 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)] @@ -24,12 +24,12 @@ using System.Runtime.InteropServices; // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Build and Revision Numbers +// 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.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("4.5.99.1693")] +[assembly: AssemblyFileVersion("4.5.99.1693")] \ No newline at end of file diff --git a/DiscImageChef.Server/DiscImageChef.Server.csproj b/DiscImageChef.Server/DiscImageChef.Server.csproj index 8306e917e..e30d648fb 100644 --- a/DiscImageChef.Server/DiscImageChef.Server.csproj +++ b/DiscImageChef.Server/DiscImageChef.Server.csproj @@ -273,6 +273,7 @@ + diff --git a/DiscImageChef.Server/Properties/AssemblyInfo.cs b/DiscImageChef.Server/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..aa36178a3 --- /dev/null +++ b/DiscImageChef.Server/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +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("DiscImageChef.Server")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("DiscImageChef.Server")] +[assembly: AssemblyCopyright("Copyright © 2011-2018 Natalia Portillo")] +[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("A893FA0E-6952-4517-B4AA-658E421737C1")] + +// 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("4.5.99.1693")] +[assembly: AssemblyFileVersion("4.5.99.1693")] \ No newline at end of file