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

Commit

Permalink
#104 changed to version 1.1.0 and cleared release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamralph committed Mar 3, 2014
1 parent 8255437 commit 737fbfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/CommonAssemblyInfo.cs
Expand Up @@ -14,5 +14,4 @@

[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.")]
[assembly: AssemblyInformationalVersion("1.1.0")]
5 changes: 2 additions & 3 deletions src/Xbehave.nuspec
Expand Up @@ -5,12 +5,11 @@
<version>0.0.0</version>
<title>xBehave.net</title>
<authors>Adam Ralph, xBehave.net contributors</authors>
<description>A BDD/TDD framework based on xUnit.net and inspired by Gherkin. Allows features and scenarios to be written directly in code rather than mapping to external feature files. Works seamlessly with xUnit.net tooling.</description>
<language>en-US</language>
<projectUrl>http://xbehave.github.io/</projectUrl>
<iconUrl>https://raw.github.com/xbehave/xbehave.net/master/assets/xbehave_128x128.png</iconUrl>
<licenseUrl>https://github.com/xbehave/xbehave.net/blob/master/license.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A BDD/TDD framework based on xUnit.net and inspired by Gherkin. Allows features and scenarios to be written directly in code rather than mapping to external feature files. Works seamlessly with xUnit.net tooling.</description>
<releaseNotes>TBD</releaseNotes>
<copyright>Copyright (c) xBehave.net contributors. (xbehave.net@gmail.com)</copyright>
<tags>xUnit.net BDD test TDD</tags>
<dependencies>
Expand Down

0 comments on commit 737fbfc

Please sign in to comment.