Skip to content

Commit 5e48cda

Browse files
chore(package): turn major version change into a minor one
1 parent bceaa90 commit 5e48cda

File tree

3 files changed

+3
-17
lines changed

3 files changed

+3
-17
lines changed

BREAKING-CHANGES.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
11
# Breaking Changes
22

3-
## 1.0.0
4-
5-
### NSpec
6-
7-
Removed support for NSpec 2.0.1. Minimum NSpec required version is now 3.0.0.
8-
9-
#### Reason
10-
11-
Until now, *dotnet-test-nspec* and *NSpec* only supported .NET Core command line interface.
12-
While evolving to integrate with VS 2015 IDE, inner API between the two changed and
13-
broke compatibility.
14-
15-
#### Workaround
16-
17-
None. Remain on dotnet-test-nspec 0.1.1 if you need to support NSpec 2.0.1 test projects.
3+
None (yet).

sln/src/DotNetTestNSpec/DotNetTestNSpec.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>dotnet-test-nspec</id>
5-
<version>1.0.0.0</version>
5+
<version>0.2.0.0</version>
66
<title>NSpec dotnet test runner</title>
77
<summary>NSpec runner for .NET Core command line interface and VS 2015.</summary>
88
<description>

sln/src/DotNetTestNSpec/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0.0",
2+
"version": "0.2.0.0",
33

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

0 commit comments

Comments
 (0)