From 737fbfc19caf359b8528479954cb3848da1430cb Mon Sep 17 00:00:00 2001 From: Adam Ralph Date: Mon, 3 Mar 2014 22:29:15 +0100 Subject: [PATCH] #104 changed to version 1.1.0 and cleared release notes --- src/CommonAssemblyInfo.cs | 3 +-- src/Xbehave.nuspec | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/CommonAssemblyInfo.cs b/src/CommonAssemblyInfo.cs index b4444c5f..a730ef2d 100644 --- a/src/CommonAssemblyInfo.cs +++ b/src/CommonAssemblyInfo.cs @@ -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")] diff --git a/src/Xbehave.nuspec b/src/Xbehave.nuspec index c24ea8ed..d7d68469 100644 --- a/src/Xbehave.nuspec +++ b/src/Xbehave.nuspec @@ -5,12 +5,11 @@ 0.0.0 xBehave.net Adam Ralph, xBehave.net contributors + 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. + en-US http://xbehave.github.io/ https://raw.github.com/xbehave/xbehave.net/master/assets/xbehave_128x128.png https://github.com/xbehave/xbehave.net/blob/master/license.txt - false - 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. - TBD Copyright (c) xBehave.net contributors. (xbehave.net@gmail.com) xUnit.net BDD test TDD