From 18d7a44d800f99c72003b3fabbe3d86cb037d69a Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Tue, 14 Feb 2017 23:57:07 +0100 Subject: [PATCH] Revert "Removed X2Software from package ID since NuGet primarily shows the ID instead of the title" This reverts commit 35fd50a89008b1e14532721ab886c147e19ca761. --- Publish.ps1 | 2 +- Tapeti.Annotations/Tapeti.Annotations.nuspec | 2 +- Tapeti.DataAnnotations/Tapeti.DataAnnotations.nuspec | 4 ++-- Tapeti.Flow.SQL/Tapeti.Flow.SQL.nuspec | 6 +++--- Tapeti.Flow/Tapeti.Flow.nuspec | 6 +++--- Tapeti.SimpleInjector/Tapeti.SimpleInjector.nuspec | 4 ++-- Tapeti/Tapeti.nuspec | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Publish.ps1 b/Publish.ps1 index 9df3197..7646e36 100644 --- a/Publish.ps1 +++ b/Publish.ps1 @@ -15,7 +15,7 @@ function push param([string]$project) Write-Host "Pushing $($project).csproj" -Foreground Blue - NuGet.exe push "publish\$($project).$($version.NuGetVersion).nupkg" -apikey "$($nugetkey)" -Source https://www.nuget.org/api/v2/package + NuGet.exe push "publish\X2Software.$($project).$($version.NuGetVersion).nupkg" -apikey "$($nugetkey)" -Source https://www.nuget.org/api/v2/package } diff --git a/Tapeti.Annotations/Tapeti.Annotations.nuspec b/Tapeti.Annotations/Tapeti.Annotations.nuspec index 46f5364..acceaf2 100644 --- a/Tapeti.Annotations/Tapeti.Annotations.nuspec +++ b/Tapeti.Annotations/Tapeti.Annotations.nuspec @@ -1,7 +1,7 @@ - Tapeti.Annotations + X2Software.Tapeti.Annotations $version$ $title$ Mark van Renswoude diff --git a/Tapeti.DataAnnotations/Tapeti.DataAnnotations.nuspec b/Tapeti.DataAnnotations/Tapeti.DataAnnotations.nuspec index f9c9979..a1b9042 100644 --- a/Tapeti.DataAnnotations/Tapeti.DataAnnotations.nuspec +++ b/Tapeti.DataAnnotations/Tapeti.DataAnnotations.nuspec @@ -1,7 +1,7 @@ - Tapeti.DataAnnotations + X2Software.Tapeti.DataAnnotations $version$ $title$ Mark van Renswoude @@ -14,7 +14,7 @@ rabbitmq tapeti dataannotations - + \ No newline at end of file diff --git a/Tapeti.Flow.SQL/Tapeti.Flow.SQL.nuspec b/Tapeti.Flow.SQL/Tapeti.Flow.SQL.nuspec index 2b5fc06..686bbf9 100644 --- a/Tapeti.Flow.SQL/Tapeti.Flow.SQL.nuspec +++ b/Tapeti.Flow.SQL/Tapeti.Flow.SQL.nuspec @@ -1,7 +1,7 @@ - Tapeti.Flow.SQL + X2Software.Tapeti.Flow.SQL $version$ $title$ Mark van Renswoude @@ -14,8 +14,8 @@ rabbitmq tapeti sql - - + + \ No newline at end of file diff --git a/Tapeti.Flow/Tapeti.Flow.nuspec b/Tapeti.Flow/Tapeti.Flow.nuspec index e31106a..1df4677 100644 --- a/Tapeti.Flow/Tapeti.Flow.nuspec +++ b/Tapeti.Flow/Tapeti.Flow.nuspec @@ -1,7 +1,7 @@ - Tapeti.Flow + X2Software.Tapeti.Flow $version$ $title$ Menno van Lavieren, Mark van Renswoude @@ -14,8 +14,8 @@ rabbitmq tapeti flow - - + + \ No newline at end of file diff --git a/Tapeti.SimpleInjector/Tapeti.SimpleInjector.nuspec b/Tapeti.SimpleInjector/Tapeti.SimpleInjector.nuspec index 1782317..6af6063 100644 --- a/Tapeti.SimpleInjector/Tapeti.SimpleInjector.nuspec +++ b/Tapeti.SimpleInjector/Tapeti.SimpleInjector.nuspec @@ -1,7 +1,7 @@ - Tapeti.SimpleInjector + X2Software.Tapeti.SimpleInjector $version$ $title$ Mark van Renswoude @@ -14,7 +14,7 @@ rabbitmq tapeti simpleinjector - + \ No newline at end of file diff --git a/Tapeti/Tapeti.nuspec b/Tapeti/Tapeti.nuspec index 07055cb..249c4c2 100644 --- a/Tapeti/Tapeti.nuspec +++ b/Tapeti/Tapeti.nuspec @@ -1,7 +1,7 @@ - Tapeti + X2Software.Tapeti $version$ $title$ Mark van Renswoude @@ -14,7 +14,7 @@ rabbitmq tapeti - + \ No newline at end of file