Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 347a62f

Browse files
NikolayPianikovNikolayPianikov
authored andcommitted
Update ref to changes
1 parent 81a093c commit 347a62f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ var OWNERS = new [] { "Charlie Poole" };
9696
var DESCRIPTION = "This extension sends specially formatted messages about test progress to TeamCity as each test executes, allowing TeamCity to monitor progress.";
9797
var SUMMARY = "NUnit Team City Event Listener extension for TeamCity.";
9898
var COPYRIGHT = "Copyright (c) 2017 Charlie Poole";
99-
var RELEASE_NOTES = new [] { "See https://raw.githubusercontent.com/nunit/nunit-v2-result-writer/master/CHANGES.txt" };
99+
var RELEASE_NOTES = new [] { "See https://raw.githubusercontent.com/nunit/teamcity-event-listener/master/CHANGES.txt" };
100100
var TAGS = new [] { "nunit", "test", "testing", "tdd", "runner" };
101101
var PROJECT_URL = new Uri("http://nunit.org");
102102
var ICON_URL = new Uri("https://cdn.rawgit.com/nunit/resources/master/images/icon/nunit_256.png");

0 commit comments

Comments
 (0)