From bfada8a667ca385f5ee3f5d6f4b457092a4964d1 Mon Sep 17 00:00:00 2001 From: William Bradley Date: Mon, 20 Nov 2017 01:01:28 +1300 Subject: [PATCH] Moved Test-NETCore to Correct Directory. --- PlatformBindingsFramework.sln | 2 +- {Test-NETCore => TestApps/NETCore}/Program.cs | 0 {Test-NETCore => TestApps/NETCore}/Test-NETCore.csproj | 2 +- version.json | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename {Test-NETCore => TestApps/NETCore}/Program.cs (100%) rename {Test-NETCore => TestApps/NETCore}/Test-NETCore.csproj (71%) diff --git a/PlatformBindingsFramework.sln b/PlatformBindingsFramework.sln index ddc9bcc..2394461 100644 --- a/PlatformBindingsFramework.sln +++ b/PlatformBindingsFramework.sln @@ -31,7 +31,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlatformBindings-SMB", "SMB EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NETCore", "NETCore", "{7B5B14B7-0E13-425C-9951-CF4B8D62E283}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test-NETCore", "Test-NETCore\Test-NETCore.csproj", "{8D084D1C-3C66-49DC-B90A-8BA0A27248BA}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test-NETCore", "TestApps\NETCore\Test-NETCore.csproj", "{8D084D1C-3C66-49DC-B90A-8BA0A27248BA}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Test-NETCore/Program.cs b/TestApps/NETCore/Program.cs similarity index 100% rename from Test-NETCore/Program.cs rename to TestApps/NETCore/Program.cs diff --git a/Test-NETCore/Test-NETCore.csproj b/TestApps/NETCore/Test-NETCore.csproj similarity index 71% rename from Test-NETCore/Test-NETCore.csproj rename to TestApps/NETCore/Test-NETCore.csproj index 8fa131c..da8a58e 100644 --- a/Test-NETCore/Test-NETCore.csproj +++ b/TestApps/NETCore/Test-NETCore.csproj @@ -6,7 +6,7 @@ - + diff --git a/version.json b/version.json index 29cc4eb..be5ff58 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "0.2.6-alpha", + "version": "0.2.7-alpha", "publicReleaseRefSpec": [ "^refs/heads/master$", // we release out of master "^refs/heads/v\\d+\\.\\d+" // we also release branches starting with vN.N