Skip to content

Commit

Permalink
v2.0.0-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
ademar committed Dec 27, 2016
1 parent 53c5f0e commit 9909bfb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
:major: 2
:minor: 0
:patch: 0
:special: rc6
:special: rc7
:metadata: ''
4 changes: 2 additions & 2 deletions src/Experimental/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-rc6-dotnetcli",
"version": "2.0.0-rc7-dotnetcli",

"buildOptions": {
"compilerName": "fsc",
Expand All @@ -22,7 +22,7 @@
"dotnet-mergenupkg": { "version": "1.0.*" }
},
"dependencies":{
"Suave":"2.0.0-rc6-dotnetcli",
"Suave":"2.0.0-rc7-dotnetcli",
},
"frameworks": {
"net45": {},
Expand Down
4 changes: 2 additions & 2 deletions src/Suave.DotLiquid/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-rc6-dotnetcli",
"version": "2.0.0-rc7-dotnetcli",

"buildOptions": {
"compilerName": "fsc",
Expand All @@ -18,7 +18,7 @@
"dotnet-mergenupkg": { "version": "1.0.*" }
},
"dependencies":{
"Suave":"2.0.0-rc6-dotnetcli",
"Suave":"2.0.0-rc7-dotnetcli",
},
"frameworks": {
"net45": {},
Expand Down
2 changes: 1 addition & 1 deletion src/Suave/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-rc6-dotnetcli",
"version": "2.0.0-rc7-dotnetcli",

"buildOptions": {
"compilerName": "fsc",
Expand Down

0 comments on commit 9909bfb

Please sign in to comment.