Skip to content

Commit

Permalink
chore(package): up version to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuseppePiscopo committed Mar 21, 2017
1 parent d350d2d commit 73625cb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/DotNetTestSample/test/LibrarySpecs/project.json
Expand Up @@ -8,7 +8,7 @@
"LibraryUnderTest": {
"target": "project"
},
"NSpec": "3.0.3",
"NSpec": "3.0.4",
"Shouldly": "2.8.2"
},

Expand Down
Expand Up @@ -37,7 +37,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="NSpec, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\NSpec.2.0.0\lib\net451\NSpec.dll</HintPath>
<HintPath>..\..\packages\NSpec.3.0.4\lib\net451\NSpec.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Shouldly, Version=2.8.2.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
Expand Down
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NSpec" version="3.0.3" targetFramework="net451" />
<package id="NSpec" version="3.0.4" targetFramework="net451" />
<package id="Shouldly" version="2.8.2" targetFramework="net451" />
</packages>
2 changes: 1 addition & 1 deletion sln/SharedAssemblyInfo.cs
Expand Up @@ -21,6 +21,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("3.0.3")]
[assembly: AssemblyVersion("3.0.4")]

// AssemblyFileVersion not explicitly specified, so it will be same as AssemblyVersion
2 changes: 1 addition & 1 deletion sln/src/NSpec/NSpec.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>NSpec</id>
<version>3.0.3.0</version>
<version>3.0.4.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
@@ -1,5 +1,5 @@
{
"version": "3.0.3.0",
"version": "3.0.4.0",

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

0 comments on commit 73625cb

Please sign in to comment.