Skip to content

Commit

Permalink
chore(package): up version to 0.1.1
Browse files Browse the repository at this point in the history
NOTE: samples will not build until new package is published
  • Loading branch information
GiuseppePiscopo committed Feb 17, 2017
1 parent 28228a1 commit fb11cfa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sln/src/NSpec/NSpec.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>NSpec</id>
<version>2.0.0.0</version>
<version>2.0.1.0</version>
<title>NSpec</title>
<summary>NSpec is a testing framework for .NET. NSpec is heavily inspired by RSpec and Mocha.</summary>
<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>
Expand Down
2 changes: 1 addition & 1 deletion sln/src/NSpec/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0.0",
"version": "2.0.1.0",

"buildOptions": {
"compile": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"testRunner": "nspec",

"dependencies": {
"dotnet-test-nspec": "0.1.0",
"dotnet-test-nspec": "0.1.1",
"LibraryUnderTest": {
"target": "project"
},
"NSpec": "2.0.0",
"NSpec": "2.0.1",
"Shouldly": "2.8.2"
},

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NSpec" version="2.0.0" targetFramework="net451" />
<package id="NSpec" version="2.0.1" targetFramework="net451" />
<package id="Shouldly" version="2.8.2" targetFramework="net451" />
</packages>

0 comments on commit fb11cfa

Please sign in to comment.