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

Commit

Permalink
change version to 1.1.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
adamralph committed Dec 28, 2013
1 parent 1c5927f commit 797dfe4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/CommonAssemblyInfo.cs
Expand Up @@ -12,8 +12,7 @@
[assembly: AssemblyCulture("")]
[assembly: AssemblyProduct("xBehave.net")]

[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyInformationalVersion("2.0.0-alpha01")]
[assembly: SuppressMessage(
"Microsoft.Usage", "CA2243:AttributeStringLiteralsShouldParseCorrectly", Justification = "Using SemVer in AssemblyInformationalVersion.")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyInformationalVersion("1.1.0-beta01")]
[assembly: SuppressMessage("Microsoft.Usage", "CA2243:AttributeStringLiteralsShouldParseCorrectly", Justification = "Using SemVer in AssemblyInformationalVersion.")]

0 comments on commit 797dfe4

Please sign in to comment.