diff --git a/nuspec/nuget/TfsUrlParser.nuspec b/nuspec/nuget/TfsUrlParser.nuspec index 8396ef8..d1c447a 100644 --- a/nuspec/nuget/TfsUrlParser.nuspec +++ b/nuspec/nuget/TfsUrlParser.nuspec @@ -14,6 +14,7 @@ false Copyright © 2017 BBT Software AG, Root/Zermatt, Switzerland TeamFoundationServer TFS Git Parser + https://github.com/bbtsoftware/TfsUrlParser/releases/tag/1.1.0 diff --git a/setup.cake b/setup.cake index 441e7c6..8011256 100644 --- a/setup.cake +++ b/setup.cake @@ -7,9 +7,9 @@ BuildParameters.SetParameters( buildSystem: BuildSystem, sourceDirectoryPath: "./src", title: "TfsUrlParser", - repositoryOwner: "bbtsoftwareag", + repositoryOwner: "bbtsoftware", repositoryName: "TfsUrlParser", - appVeyorAccountName: "bbtsoftwareag", + appVeyorAccountName: "BBTSoftwareAG", shouldPublishMyGet: false); BuildParameters.PrintParameters(Context);