Skip to content

Commit

Permalink
Updating version moniker to "Composite C1 5.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
mawtex committed Aug 11, 2016
1 parent 6df239d commit 9ccc229
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Composite.Workflows/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Composite A/S")]
[assembly: AssemblyProduct("Composite C1")]
[assembly: AssemblyCopyright("Copyright © Composite A/S 2015")]
[assembly: AssemblyCopyright("Copyright © Composite A/S 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,6 +32,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("5.0.*")]
[assembly: AssemblyVersion("5.1.*")]

[assembly: InternalsVisibleTo("UpgradePackage")]
8 changes: 4 additions & 4 deletions Composite/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
// associated with an assembly.

#if !InternalBuild
[assembly: AssemblyTitle("Composite C1 5.0")]
[assembly: AssemblyTitle("Composite C1 5.1")]
#else
[assembly: AssemblyTitle("Composite C1 5.0 (Internal Build)")]
[assembly: AssemblyTitle("Composite C1 5.1 (Internal Build)")]
#endif

[assembly: AssemblyDescription("Composite C1 Core classes")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Composite A/S")]
[assembly: AssemblyProduct("Composite C1")]
[assembly: AssemblyCopyright("Copyright © Composite A/S 2015")]
[assembly: AssemblyCopyright("Copyright © Composite A/S 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -39,7 +39,7 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("5.0.*")]
[assembly: AssemblyVersion("5.1.*")]

[assembly: InternalsVisibleTo("UpgradePackage")]
[assembly: InternalsVisibleTo("Composite.Workflows")]

0 comments on commit 9ccc229

Please sign in to comment.