Skip to content

Commit

Permalink
Set version number to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sliekens committed Dec 24, 2015
1 parent e51bbfd commit 185a067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
[assembly: AssemblyVersion("1.0")]

// MEMO: [AssemblyFileVersion] is used for display
[assembly: AssemblyFileVersion("1.3")]
[assembly: AssemblyFileVersion("1.4")]

// MEMO: [AssemblyInformationalVersion] is the NuGet package version.
// The informational version uses different versioning rules, based on semantic versioning (SemVer).
Expand All @@ -35,4 +35,4 @@
// Note: version '1.0.0' is considered greater than '1.0.0-beta'.
// Note: version '1.0.0-beta1' is considered greater than '1.0.0-beta12' ---> lexical sort instead of numeric sort.
// More information: http://semver.org/
[assembly: AssemblyInformationalVersion("1.3.0")]
[assembly: AssemblyInformationalVersion("1.4.0")]

0 comments on commit 185a067

Please sign in to comment.