Skip to content

Commit

Permalink
Prepare beta3 against MSpec 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanz committed Aug 5, 2016
1 parent a116725 commit 8fc3016
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Source/Machine.Fakes.Adapters.Specs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
}
},
"dependencies": {
"Machine.Specifications": "0.11-*",
"Machine.Specifications.Should": "0.11-*",
"Machine.Specifications": "0.11.0",
"Machine.Specifications.Should": "0.11.0",
"dotnet-test-mspec": "0.2-*",
"Machine.Fakes.Moq": {
"target": "project"
Expand Down
4 changes: 2 additions & 2 deletions Source/Machine.Fakes.Examples/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
}
},
"dependencies": {
"Machine.Specifications": "0.11-*",
"Machine.Specifications.Should": "0.11-*",
"Machine.Specifications": "0.11.0",
"Machine.Specifications.Should": "0.11.0",
"dotnet-test-mspec": "0.2-*",
"Machine.Fakes": {
"target": "project"
Expand Down
4 changes: 2 additions & 2 deletions Source/Machine.Fakes.Specs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
}
},
"dependencies": {
"Machine.Specifications": "0.11-*",
"Machine.Specifications.Should": "0.11-*",
"Machine.Specifications": "0.11.0",
"Machine.Specifications.Should": "0.11.0",
"dotnet-test-mspec": "0.2-*",
"Machine.Fakes": {
"target": "project"
Expand Down
2 changes: 1 addition & 1 deletion Source/Machine.Fakes/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
}
},
"dependencies": {
"Machine.Specifications": "0.11-*"
"Machine.Specifications": "0.11.0"
}
}
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
nuget_version: '2.8.0-beta2'
nuget_version: '2.8.0-beta3'
nuget_prerelease: true
assembly_version: '2.8.0.0'

Expand Down Expand Up @@ -34,6 +34,8 @@ assembly_info:
patch: true
file: Source\**\Properties\AssemblyInfo.cs
assembly_version: '$(assembly_version)'
assembly_file_version: '$(assembly_version)'
assembly_informational_version: '$(nuget_version)'

build_script:
- cmd: >-
Expand Down

0 comments on commit 8fc3016

Please sign in to comment.