From 9a732fdb17c403ff7ede6c8063e5cbf341de4196 Mon Sep 17 00:00:00 2001 From: yanisimov Date: Mon, 5 Sep 2016 20:46:46 -0700 Subject: [PATCH] Setting right version --- ExpressMapper NET40/Properties/AssemblyInfo.cs | 6 +++--- ExpressMapper NETCORE/Properties/AssemblyInfo.cs | 10 ++++++++-- ExpressMapper PCL NET45/Properties/AssemblyInfo.cs | 6 +++--- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/ExpressMapper NET40/Properties/AssemblyInfo.cs b/ExpressMapper NET40/Properties/AssemblyInfo.cs index 152d46b..a9e67fe 100644 --- a/ExpressMapper NET40/Properties/AssemblyInfo.cs +++ b/ExpressMapper NET40/Properties/AssemblyInfo.cs @@ -33,6 +33,6 @@ // 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.8.1.0")] -[assembly: AssemblyFileVersion("1.8.1.0")] -[assembly: AssemblyInformationalVersion("1.8.1")] \ No newline at end of file +[assembly: AssemblyVersion("1.8.2.0")] +[assembly: AssemblyFileVersion("1.8.2.0")] +[assembly: AssemblyInformationalVersion("1.8.2")] \ No newline at end of file diff --git a/ExpressMapper NETCORE/Properties/AssemblyInfo.cs b/ExpressMapper NETCORE/Properties/AssemblyInfo.cs index 8ecc6d3..3a36270 100644 --- a/ExpressMapper NETCORE/Properties/AssemblyInfo.cs +++ b/ExpressMapper NETCORE/Properties/AssemblyInfo.cs @@ -5,10 +5,12 @@ // 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("ExpressMapper")] +[assembly: AssemblyDescription("ExpressMapper")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("FluentSprings")] [assembly: AssemblyProduct("ExpressMapper")] -[assembly: AssemblyTrademark("")] +[assembly: AssemblyCopyright("Copyright © 2015")] // 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 @@ -17,3 +19,7 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("969e6614-0489-4174-a735-cc66f51d8746")] + +[assembly: AssemblyVersion("1.8.2.0")] +[assembly: AssemblyFileVersion("1.8.2.0")] +[assembly: AssemblyInformationalVersion("1.8.2")] diff --git a/ExpressMapper PCL NET45/Properties/AssemblyInfo.cs b/ExpressMapper PCL NET45/Properties/AssemblyInfo.cs index e0ea812..704537d 100644 --- a/ExpressMapper PCL NET45/Properties/AssemblyInfo.cs +++ b/ExpressMapper PCL NET45/Properties/AssemblyInfo.cs @@ -24,6 +24,6 @@ // 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.8.1.0")] -[assembly: AssemblyFileVersion("1.8.1.0")] -[assembly: AssemblyInformationalVersion("1.8.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.8.2.0")] +[assembly: AssemblyFileVersion("1.8.2.0")] +[assembly: AssemblyInformationalVersion("1.8.2.0")] \ No newline at end of file