Skip to content

Commit

Permalink
chore(package): up version to 3.0.3
Browse files Browse the repository at this point in the history
Also, drop using AppVeyor private project feed
  • Loading branch information
GiuseppePiscopo committed Mar 6, 2017
1 parent 6aa87e3 commit 7b0e276
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ branches:
- /gh-pages.*/

nuget:
project_feed: true
disable_publish_on_pr: true

skip_commits:
Expand Down
2 changes: 1 addition & 1 deletion examples/DotNetTestSample/test/LibrarySpecs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"LibraryUnderTest": {
"target": "project"
},
"NSpec": "3.0.2",
"NSpec": "3.0.3",
"Shouldly": "2.8.2"
},

Expand Down
1 change: 0 additions & 1 deletion examples/NetFrameworkSample/NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<configuration>
<packageSources>
<add key="MyGet" value="https://www.myget.org/F/nspec/api/v2/" />
<add key="AppVeyor NSpec" value="https://ci.appveyor.com/nuget/nspec-nspec/" />
</packageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NSpec" version="3.0.2" targetFramework="net451" />
<package id="NSpec" version="3.0.3" targetFramework="net451" />
<package id="Shouldly" version="2.8.2" targetFramework="net451" />
</packages>
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.2")]
[assembly: AssemblyVersion("3.0.3")]

// 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.2.0</version>
<version>3.0.3.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.2.0",
"version": "3.0.3.0",

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

0 comments on commit 7b0e276

Please sign in to comment.