Skip to content

Commit

Permalink
correct tag for iconUrl in csproj files
Browse files Browse the repository at this point in the history
  • Loading branch information
y-code committed Jun 11, 2020
1 parent 2aa9344 commit 41d8c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/TestRailClient.V2.NUnit/TestRailClient.V2.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/y-code/testrail-client-for-test-code</PackageProjectUrl>
<PackageProjectType>GitHub</PackageProjectType>
<IconUrl>https://raw.githubusercontent.com/y-code/testrail-client-for-test-code/master/src/TestRailClient.V2.NUnit/Images/icon.png</IconUrl>
<PackageIconUrl>https://raw.githubusercontent.com/y-code/testrail-client-for-test-code/master/src/TestRailClient.V2.NUnit/Images/icon.png</PackageIconUrl>
<Title>TestRail Client for Test Code</Title>
<Description>
Ycode.TestRailClient.V2.NUnit provides a TestRail API v2 client dedicated to the usage in NUnit test code.
Expand Down
2 changes: 1 addition & 1 deletion src/TestRailClient.V2/TestRailClient.V2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/y-code/testrail-client-for-test-code</PackageProjectUrl>
<PackageProjectType>GitHub</PackageProjectType>
<IconUrl>https://raw.githubusercontent.com/y-code/testrail-client-for-test-code/master/src/TestRailClient.V2/Images/icon.png</IconUrl>
<PackageIconUrl>https://raw.githubusercontent.com/y-code/testrail-client-for-test-code/master/src/TestRailClient.V2/Images/icon.png</PackageIconUrl>
<Title>TestRail Client for Test Code</Title>
<Description>
Ycode.TestRailClient.V2 provides a TestRail API v2 client dedicated to the usage in test code.
Expand Down

0 comments on commit 41d8c94

Please sign in to comment.