|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd"> |
3 | | - <metadata> |
4 | | - <id>dotnetapidiff</id> |
5 | | - <version>$version$</version> |
6 | | - <packageSourceUrl>https://github.com/jbrinkman/dotnet-api-diff</packageSourceUrl> |
7 | | - <owners>jbrinkman</owners> |
8 | | - <title>DotNet API Diff</title> |
9 | | - <authors>Josh Brinkman</authors> |
10 | | - <projectUrl>https://github.com/jbrinkman/dotnet-api-diff</projectUrl> |
11 | | - <iconUrl>https://raw.githubusercontent.com/jbrinkman/dotnet-api-diff/main/icon.png</iconUrl> |
12 | | - <copyright>2025 Josh Brinkman</copyright> |
13 | | - <licenseUrl>https://github.com/jbrinkman/dotnet-api-diff/blob/main/LICENSE</licenseUrl> |
14 | | - <requireLicenseAcceptance>false</requireLicenseAcceptance> |
15 | | - <projectSourceUrl>https://github.com/jbrinkman/dotnet-api-diff</projectSourceUrl> |
16 | | - <docsUrl>https://github.com/jbrinkman/dotnet-api-diff/blob/main/README.md</docsUrl> |
17 | | - <bugTrackerUrl>https://github.com/jbrinkman/dotnet-api-diff/issues</bugTrackerUrl> |
18 | | - <tags>dotnet api diff compare assembly compatibility breaking-changes cli tool</tags> |
19 | | - <summary>A command-line tool for comparing .NET assemblies and detecting API differences and breaking changes.</summary> |
20 | | - <description><![CDATA[ |
| 3 | + <metadata> |
| 4 | + <id>dotnetapidiff</id> |
| 5 | + <version>$version$</version> |
| 6 | + <packageSourceUrl>https://github.com/jbrinkman/dotnet-api-diff</packageSourceUrl> |
| 7 | + <owners>jbrinkman</owners> |
| 8 | + <title>DotNet API Diff</title> |
| 9 | + <authors>Josh Brinkman</authors> |
| 10 | + <projectUrl>https://github.com/jbrinkman/dotnet-api-diff</projectUrl> |
| 11 | + <iconUrl>https://raw.githubusercontent.com/jbrinkman/dotnet-api-diff/main/icon.png</iconUrl> |
| 12 | + <copyright>2025 Josh Brinkman</copyright> |
| 13 | + <licenseUrl>https://github.com/jbrinkman/dotnet-api-diff/blob/main/LICENSE</licenseUrl> |
| 14 | + <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 15 | + <projectSourceUrl>https://github.com/jbrinkman/dotnet-api-diff</projectSourceUrl> |
| 16 | + <docsUrl>https://github.com/jbrinkman/dotnet-api-diff/blob/main/README.md</docsUrl> |
| 17 | + <bugTrackerUrl>https://github.com/jbrinkman/dotnet-api-diff/issues</bugTrackerUrl> |
| 18 | + <tags>dotnet api diff compare assembly compatibility breaking-changes cli tool</tags> |
| 19 | + <summary>A command-line tool for comparing .NET assemblies and detecting API differences and breaking changes.</summary> |
| 20 | + <description><![CDATA[ |
21 | 21 | DotNet API Diff is a powerful command-line tool designed to compare .NET assemblies and identify API differences, including breaking changes. It's particularly useful for library maintainers, API designers, and development teams who need to ensure backward compatibility when releasing new versions of their .NET libraries. |
22 | 22 |
|
23 | 23 | ## Features |
@@ -58,10 +58,10 @@ dotnetapidiff compare old-assembly.dll new-assembly.dll --output json |
58 | 58 | ``` |
59 | 59 |
|
60 | 60 | For more information, visit the project repository at https://github.com/jbrinkman/dotnet-api-diff |
61 | | -]]></description> |
62 | | - <releaseNotes>See release notes at https://github.com/jbrinkman/dotnet-api-diff/releases</releaseNotes> |
63 | | - </metadata> |
64 | | - <files> |
65 | | - <file src="tools\**" target="tools" /> |
66 | | - </files> |
| 61 | +]]> </description> |
| 62 | + <releaseNotes>See release notes at https://github.com/jbrinkman/dotnet-api-diff/releases</releaseNotes> |
| 63 | + </metadata> |
| 64 | + <files> |
| 65 | + <file src="tools\**" target="tools" /> |
| 66 | + </files> |
67 | 67 | </package> |
0 commit comments