From bf4840417355ac34f21b3cfa34d46e6f2754b356 Mon Sep 17 00:00:00 2001 From: Tom Deseyn Date: Tue, 31 May 2016 23:38:54 +0200 Subject: [PATCH] Set version to 0.1.0 --- samples/Introspect/project.json | 2 +- samples/MediaPlayerRemote/project.json | 2 +- samples/NetworkManager/project.json | 2 +- src/Tmds.DBus/project.json | 2 +- test/Tmds.DBus.Tests/project.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/Introspect/project.json b/samples/Introspect/project.json index 17aa7560..bcdf5f1f 100644 --- a/samples/Introspect/project.json +++ b/samples/Introspect/project.json @@ -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" diff --git a/samples/MediaPlayerRemote/project.json b/samples/MediaPlayerRemote/project.json index 17aa7560..bcdf5f1f 100644 --- a/samples/MediaPlayerRemote/project.json +++ b/samples/MediaPlayerRemote/project.json @@ -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" diff --git a/samples/NetworkManager/project.json b/samples/NetworkManager/project.json index 17aa7560..bcdf5f1f 100644 --- a/samples/NetworkManager/project.json +++ b/samples/NetworkManager/project.json @@ -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" diff --git a/src/Tmds.DBus/project.json b/src/Tmds.DBus/project.json index 343245e3..56c56b35 100644 --- a/src/Tmds.DBus/project.json +++ b/src/Tmds.DBus/project.json @@ -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", diff --git a/test/Tmds.DBus.Tests/project.json b/test/Tmds.DBus.Tests/project.json index 762e54f7..4020056d 100644 --- a/test/Tmds.DBus.Tests/project.json +++ b/test/Tmds.DBus.Tests/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Tmds.DBus": "0.1.0-*", + "Tmds.DBus": "0.1.0", "xunit": "2.1.0" }, "testRunner": "xunit",