Skip to content

Commit

Permalink
Set version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds committed May 31, 2016
1 parent fac029a commit bf48404
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion samples/Introspect/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"emitEntryPoint": true
},
"dependencies": {
"Tmds.DBus": "0.1.0-*",
"Tmds.DBus": "0.1.0",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-3002702"
Expand Down
2 changes: 1 addition & 1 deletion samples/MediaPlayerRemote/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"emitEntryPoint": true
},
"dependencies": {
"Tmds.DBus": "0.1.0-*",
"Tmds.DBus": "0.1.0",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-3002702"
Expand Down
2 changes: 1 addition & 1 deletion samples/NetworkManager/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"emitEntryPoint": true
},
"dependencies": {
"Tmds.DBus": "0.1.0-*",
"Tmds.DBus": "0.1.0",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-3002702"
Expand Down
2 changes: 1 addition & 1 deletion src/Tmds.DBus/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0-*",
"version": "0.1.0",
"packOptions": {
"projectUrl": "https://github.com/tmds/Tmds.DBus",
"licenseUrl": "https://raw.githubusercontent.com/tmds/Tmds.DBus/master/COPYING",
Expand Down
2 changes: 1 addition & 1 deletion test/Tmds.DBus.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"Tmds.DBus": "0.1.0-*",
"Tmds.DBus": "0.1.0",
"xunit": "2.1.0"
},
"testRunner": "xunit",
Expand Down

0 comments on commit bf48404

Please sign in to comment.