Skip to content

Commit 19b2d1d

Browse files
chore(package): up version to 3.0.6
1 parent 834429d commit 19b2d1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sln/SharedAssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
// by using the '*' as shown below:
2222
// [assembly: AssemblyVersion("1.0.*")]
2323

24-
[assembly: AssemblyVersion("3.0.5")]
24+
[assembly: AssemblyVersion("3.0.6")]
2525

2626
// AssemblyFileVersion not explicitly specified, so it will be same as AssemblyVersion

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>3.0.5.0</version>
5+
<version>3.0.6.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": "3.0.5.0",
2+
"version": "3.0.6.0",
33

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

0 commit comments

Comments
 (0)