Skip to content

Commit

Permalink
chore(package): up version to 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuseppePiscopo committed Mar 28, 2017
1 parent 834429d commit 19b2d1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sln/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("3.0.5")]
[assembly: AssemblyVersion("3.0.6")]

// AssemblyFileVersion not explicitly specified, so it will be same as AssemblyVersion
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>3.0.5.0</version>
<version>3.0.6.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": "3.0.5.0",
"version": "3.0.6.0",

"buildOptions": {
"compile": {
Expand Down

0 comments on commit 19b2d1d

Please sign in to comment.