Skip to content

Commit

Permalink
Updating version number to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
napernik committed Aug 31, 2016
1 parent bf720ce commit 44b1f45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Composite.Workflows/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.*")]
[assembly: AssemblyVersion("5.2.*")]

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

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

[assembly: AssemblyDescription("Composite C1 Core classes")]
Expand Down Expand Up @@ -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.1.*")]
[assembly: AssemblyVersion("5.2.*")]

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

0 comments on commit 44b1f45

Please sign in to comment.