Skip to content

Commit

Permalink
Updating version to 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
napernik committed Oct 18, 2016
1 parent 50f2495 commit 52b6cda
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.2.*")]
[assembly: AssemblyVersion("5.3.*")]

[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("Orckestra CMS 5.2")]
[assembly: AssemblyTitle("Orckestra CMS 5.3")]
#else
[assembly: AssemblyTitle("Orckestra CMS 5.2 (Internal Build)")]
[assembly: AssemblyTitle("Orckestra CMS 5.3 (Internal Build)")]
#endif

[assembly: AssemblyDescription("Orckestra CMS 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.2.*")]
[assembly: AssemblyVersion("5.3.*")]

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

3 comments on commit 52b6cda

@burningice2866
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@napernik
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@napernik never misses a file © :) Our build replaces it with the assembly version, I was considering writing 1.0.0.0 or leaving it empty, as 5.2.0.0 does look like a magic number :)

@burningice2866
Copy link
Contributor

@burningice2866 burningice2866 commented on 52b6cda Oct 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@napernik then use $version$ - thats the official "magic number" for using in a .nuspec file :)

https://docs.nuget.org/ndocs/schema/nuspec - look under replacement tokens.

Please sign in to comment.