Skip to content

Commit

Permalink
Merge pull request #45 from TestCentric/issue-42
Browse files Browse the repository at this point in the history
Fix title of chocolatey package
  • Loading branch information
CharliePoole authored May 8, 2024
2 parents c74aec1 + cb9c629 commit d9aa492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ BuildSettings.Packages.Add(new NuGetPackage(

BuildSettings.Packages.Add(new ChocolateyPackage(
"testcentric-extension-net462-pluggable-agent",
title: ".NET 4.6.2 Pluggable Agent",
title: "TestCentric Extension - .NET 4.6.2 Pluggable Agent",
description: "TestCentric engine extension for running tests under .NET 4.6.2",
tags: new [] { "testcentric", "pluggable", "agent", "net462" },
source: "choco/testcentric-extension-net462-pluggable-agent.nuspec",
Expand Down
2 changes: 1 addition & 1 deletion choco/testcentric-extension-net462-pluggable-agent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>testcentric-extension-net462-pluggable-agent</id>
<version>0.0.0</version>
<title>.NET 4.6.2 Pluggable Agent</title>
<title>TestCentric Extension - .NET 4.6.2 Pluggable Agent</title>
<authors>Charlie Poole</authors>
<owners>Charlie Poole</owners>
<licenseUrl>https://raw.githubusercontent.com/TestCentric/net462-pluggable-agent/main/LICENSE.txt</licenseUrl>
Expand Down

0 comments on commit d9aa492

Please sign in to comment.