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

#104 changed to version 1.1.0 and cleared release notes #138

Merged
merged 1 commit into from Mar 3, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/CommonAssemblyInfo.cs
Expand Up @@ -14,5 +14,4 @@


[assembly: AssemblyVersion("1.1.0.0")] [assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")] [assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyInformationalVersion("1.1.0-beta01")] [assembly: AssemblyInformationalVersion("1.1.0")]
[assembly: SuppressMessage("Microsoft.Usage", "CA2243:AttributeStringLiteralsShouldParseCorrectly", Justification = "Using SemVer in AssemblyInformationalVersion.")]
5 changes: 2 additions & 3 deletions src/Xbehave.nuspec
Expand Up @@ -5,12 +5,11 @@
<version>0.0.0</version> <version>0.0.0</version>
<title>xBehave.net</title> <title>xBehave.net</title>
<authors>Adam Ralph, xBehave.net contributors</authors> <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> <projectUrl>http://xbehave.github.io/</projectUrl>
<iconUrl>https://raw.github.com/xbehave/xbehave.net/master/assets/xbehave_128x128.png</iconUrl> <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> <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> <copyright>Copyright (c) xBehave.net contributors. (xbehave.net@gmail.com)</copyright>
<tags>xUnit.net BDD test TDD</tags> <tags>xUnit.net BDD test TDD</tags>
<dependencies> <dependencies>
Expand Down