Skip to content

Commit 26257ff

Browse files
committed
(build) Change casing of NuGet Id
- To match new Tool package
1 parent cc0e1b7 commit 26257ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nuspec/nuget/GitReleaseManager.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
4-
<id>gitreleasemanager</id>
4+
<id>GitReleaseManager</id>
55
<title>GitReleaseManager</title>
66
<version>$version$</version>
77
<authors>GitTools Contributors</authors>

0 commit comments

Comments
 (0)