Skip to content

Commit 7b0e276

Browse files
chore(package): up version to 3.0.3
Also, drop using AppVeyor private project feed
1 parent 6aa87e3 commit 7b0e276

File tree

7 files changed

+5
-7
lines changed

7 files changed

+5
-7
lines changed

appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ branches:
77
- /gh-pages.*/
88

99
nuget:
10-
project_feed: true
1110
disable_publish_on_pr: true
1211

1312
skip_commits:

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.2",
11+
"NSpec": "3.0.3",
1212
"Shouldly": "2.8.2"
1313
},
1414

examples/NetFrameworkSample/NuGet.Config

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<configuration>
33
<packageSources>
44
<add key="MyGet" value="https://www.myget.org/F/nspec/api/v2/" />
5-
<add key="AppVeyor NSpec" value="https://ci.appveyor.com/nuget/nspec-nspec/" />
65
</packageSources>
76
<activePackageSource>
87
<add key="All" value="(Aggregate source)" />
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.2" targetFramework="net451" />
3+
<package id="NSpec" version="3.0.3" 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.2")]
24+
[assembly: AssemblyVersion("3.0.3")]
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.2.0</version>
5+
<version>3.0.3.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.2.0",
2+
"version": "3.0.3.0",
33

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

0 commit comments

Comments
 (0)