diff --git a/sln/SharedAssemblyInfo.cs b/sln/SharedAssemblyInfo.cs index 9d690d7b..5cd6048d 100644 --- a/sln/SharedAssemblyInfo.cs +++ b/sln/SharedAssemblyInfo.cs @@ -21,6 +21,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.7")] +[assembly: AssemblyVersion("3.1.0")] // AssemblyFileVersion not explicitly specified, so it will be same as AssemblyVersion diff --git a/sln/src/NSpec/NSpec.nuspec b/sln/src/NSpec/NSpec.nuspec index 4468c45e..ef740891 100644 --- a/sln/src/NSpec/NSpec.nuspec +++ b/sln/src/NSpec/NSpec.nuspec @@ -2,7 +2,7 @@ NSpec - 3.0.7.0 + 3.1.0 NSpec NSpec is a testing framework for .NET. NSpec is heavily inspired by RSpec and Mocha. NSpec is a BDD-style testing framework for .NET. NSpec is intended to drive development by specifying behavior within a context or scenario. NSpec belongs to the xSpec (Context/Specification) family and is heavily inspired by RSpec and Mocha. diff --git a/sln/src/NSpec/project.json b/sln/src/NSpec/project.json index 4f1f4138..6f179bf4 100644 --- a/sln/src/NSpec/project.json +++ b/sln/src/NSpec/project.json @@ -1,5 +1,5 @@ { - "version": "3.0.7.0", + "version": "3.1.0", "buildOptions": { "compile": {