From 0bf09d9f4ecef8abfabc9d8a6c7f3c70accb548e Mon Sep 17 00:00:00 2001 From: "Erik A. Brandstadmoen" Date: Fri, 27 Oct 2017 17:15:26 +0200 Subject: [PATCH] Added roundhouse.lib and roundhouse.msbuild nuget packages to output production --- .../roundhouse.console.csproj | 5 +-- .../roundhouse.console}/roundhouse.nuspec | 0 .../roundhouse.tasks/roundhouse.tasks.csproj | 30 ++++++++++++++++- product/roundhouse/roundhouse.csproj | 32 +++++++++++++++++-- 4 files changed, 62 insertions(+), 5 deletions(-) rename {nuget/roundhouse => product/roundhouse.console}/roundhouse.nuspec (100%) diff --git a/product/roundhouse.console/roundhouse.console.csproj b/product/roundhouse.console/roundhouse.console.csproj index 4c0f905c..daf061a3 100644 --- a/product/roundhouse.console/roundhouse.console.csproj +++ b/product/roundhouse.console/roundhouse.console.csproj @@ -20,6 +20,7 @@ $(VersionPrefix) $(Version)-$(VersionSuffix) $(Version) + @@ -107,7 +108,7 @@ - ..\..\nuget\roundhouse\roundhouse.nuspec + roundhouse.nuspec mergedExe=$(ILMergeTarget);version=$(NugetVersion) @@ -117,7 +118,7 @@ - + \ No newline at end of file diff --git a/nuget/roundhouse/roundhouse.nuspec b/product/roundhouse.console/roundhouse.nuspec similarity index 100% rename from nuget/roundhouse/roundhouse.nuspec rename to product/roundhouse.console/roundhouse.nuspec diff --git a/product/roundhouse.tasks/roundhouse.tasks.csproj b/product/roundhouse.tasks/roundhouse.tasks.csproj index f3770e72..dea48f34 100644 --- a/product/roundhouse.tasks/roundhouse.tasks.csproj +++ b/product/roundhouse.tasks/roundhouse.tasks.csproj @@ -14,6 +14,25 @@ true AllRules.ruleset bin\$(Configuration)\ + + + 0.8.9 + alpha + $(VersionPrefix) + $(Version)-$(VersionSuffix) + $(Version) + + $(NugetVersion) + roundhouse.msbuild + RoundhousE MSBuild + Rob Reynolds + RoundhousE is a Professional Database Change and Versioning Management tool. + http://projectroundhouse.org + http://www.apache.org/licenses/LICENSE-2.0 + false + roundhouse db migration database migrator chucknorris + https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg + true @@ -67,5 +86,14 @@ - + + + + + + + + + + \ No newline at end of file diff --git a/product/roundhouse/roundhouse.csproj b/product/roundhouse/roundhouse.csproj index 1d33abde..8b0ef914 100644 --- a/product/roundhouse/roundhouse.csproj +++ b/product/roundhouse/roundhouse.csproj @@ -1,6 +1,6 @@  - net461 + net461 true true Debug @@ -15,6 +15,25 @@ true AllRules.ruleset bin\$(Configuration)\ + + 0.8.9 + alpha + $(VersionPrefix) + $(Version)-$(VersionSuffix) + $(Version) + + $(NugetVersion) + roundhouse.lib + RoundhousE + Rob Reynolds + RoundhousE is a Professional Database Change and Versioning Management tool. + http://projectroundhouse.org + http://www.apache.org/licenses/LICENSE-2.0 + false + roundhouse db migration database migrator chucknorris + https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg + + true @@ -68,5 +87,14 @@ - + + + + + + + + + + \ No newline at end of file