Skip to content

Commit

Permalink
chore(package): up version to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuseppePiscopo committed Mar 26, 2017
1 parent a88fa64 commit 3cdbab3
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.4")]
[assembly: AssemblyVersion("3.0.5")]

// 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.4.0</version>
<version>3.0.5.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.4.0",
"version": "3.0.5.0",

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

0 comments on commit 3cdbab3

Please sign in to comment.