Skip to content

Commit

Permalink
Setting right version
Browse files Browse the repository at this point in the history
  • Loading branch information
yanisimov committed Sep 6, 2016
1 parent 64d65b0 commit 9a732fd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 3 additions & 3 deletions ExpressMapper NET40/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("1.8.2.0")]
[assembly: AssemblyFileVersion("1.8.2.0")]
[assembly: AssemblyInformationalVersion("1.8.2")]
10 changes: 8 additions & 2 deletions ExpressMapper NETCORE/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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")]
6 changes: 3 additions & 3 deletions ExpressMapper PCL NET45/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("1.8.2.0")]
[assembly: AssemblyFileVersion("1.8.2.0")]
[assembly: AssemblyInformationalVersion("1.8.2.0")]

0 comments on commit 9a732fd

Please sign in to comment.