Skip to content

Commit fb11cfa

Browse files
chore(package): up version to 0.1.1
NOTE: samples will not build until new package is published
1 parent 28228a1 commit fb11cfa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

sln/src/NSpec/NSpec.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>NSpec</id>
5-
<version>2.0.0.0</version>
5+
<version>2.0.1.0</version>
66
<title>NSpec</title>
77
<summary>NSpec is a testing framework for .NET. NSpec is heavily inspired by RSpec and Mocha.</summary>
88
<description>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.</description>

sln/src/NSpec/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0.0",
2+
"version": "2.0.1.0",
33

44
"buildOptions": {
55
"compile": {

sln/test/Samples/DotNetTestSample/test/LibrarySpecs/project.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"testRunner": "nspec",
55

66
"dependencies": {
7-
"dotnet-test-nspec": "0.1.0",
7+
"dotnet-test-nspec": "0.1.1",
88
"LibraryUnderTest": {
99
"target": "project"
1010
},
11-
"NSpec": "2.0.0",
11+
"NSpec": "2.0.1",
1212
"Shouldly": "2.8.2"
1313
},
1414

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NSpec" version="2.0.0" targetFramework="net451" />
3+
<package id="NSpec" version="2.0.1" targetFramework="net451" />
44
<package id="Shouldly" version="2.8.2" targetFramework="net451" />
55
</packages>

0 commit comments

Comments
 (0)