Skip to content

Commit 73625cb

Browse files
chore(package): up version to 3.0.4
1 parent d350d2d commit 73625cb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/DotNetTestSample/test/LibrarySpecs/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"LibraryUnderTest": {
99
"target": "project"
1010
},
11-
"NSpec": "3.0.3",
11+
"NSpec": "3.0.4",
1212
"Shouldly": "2.8.2"
1313
},
1414

examples/NetFrameworkSample/test/LibrarySpecs/LibrarySpecs.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</PropertyGroup>
3838
<ItemGroup>
3939
<Reference Include="NSpec, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
40-
<HintPath>..\..\packages\NSpec.2.0.0\lib\net451\NSpec.dll</HintPath>
40+
<HintPath>..\..\packages\NSpec.3.0.4\lib\net451\NSpec.dll</HintPath>
4141
<Private>True</Private>
4242
</Reference>
4343
<Reference Include="Shouldly, Version=2.8.2.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
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="3.0.3" targetFramework="net451" />
3+
<package id="NSpec" version="3.0.4" targetFramework="net451" />
44
<package id="Shouldly" version="2.8.2" targetFramework="net451" />
55
</packages>

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.3")]
24+
[assembly: AssemblyVersion("3.0.4")]
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.3.0</version>
5+
<version>3.0.4.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.3.0",
2+
"version": "3.0.4.0",
33

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

0 commit comments

Comments
 (0)