Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Adapted Version Number to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BeniGemperle authored and BeniGemperle committed Dec 12, 2014
1 parent a4c0da8 commit 51aca83
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
12 changes: 6 additions & 6 deletions ToSic.Eav.ManagementUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +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("EAVManagementUI")]
[assembly: AssemblyDescription("Eav Management UI")]
[assembly: AssemblyTitle("EAV Management UI")]
[assembly: AssemblyDescription("Web UI to manage the EAV")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("2sic Internet Solutions GmbH")]
[assembly: AssemblyProduct("EAVManagementUI")]
[assembly: AssemblyCopyright("Copyright © 2sic 2012")]
[assembly: AssemblyProduct("2sic EAV")]
[assembly: AssemblyCopyright("Copyright © 2sic 2012-2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
13 changes: 6 additions & 7 deletions ToSic.Eav/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +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("Eav Library")]
[assembly: AssemblyDescription("Entity-attribute-value (Eav) Library")]
[assembly: AssemblyTitle("EAV Library")]
[assembly: AssemblyDescription("Entity-Attribute-Value (EAV) Library")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("2sic Internet Solutions GmbH")]
[assembly: AssemblyProduct("Eav Library")]
[assembly: AssemblyCopyright("Copyright © 2sic 2012")]
[assembly: AssemblyProduct("2sic EAV")]
[assembly: AssemblyCopyright("Copyright © 2sic 2012-2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,6 +31,5 @@
//
// 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("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]

0 comments on commit 51aca83

Please sign in to comment.