Skip to content

Commit

Permalink
Merge branch 'release/1.1.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Sep 6, 2017
2 parents 9464af3 + 7135e2c commit feaba18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions nuspec/nuget/TfsUrlParser.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright © 2017 BBT Software AG, Root/Zermatt, Switzerland</copyright>
<tags>TeamFoundationServer TFS Git Parser</tags>
<releaseNotes>https://github.com/bbtsoftware/TfsUrlParser/releases/tag/1.1.0</releaseNotes>
</metadata>
<files>
<file src="TfsUrlParser.dll" target="lib\net40" />
Expand Down
4 changes: 2 additions & 2 deletions setup.cake
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit feaba18

Please sign in to comment.