@@ -105,7 +105,7 @@ Create a `.nuspec` file that defines your package metadata:
105105- Include ` <packageType name="DotnetTool" /> ` to mark this as a .NET tool
106106- Adjust file paths in the ` <files> ` section to match your structure
107107
108- Refer to the [ .nuspec File Reference] [ link1 ] for more details.
108+ Refer to the [ .nuspec File Reference] [ nuspec-reference ] for more details.
109109
110110### 2. Create DotnetToolSettings.xml
111111
@@ -191,8 +191,8 @@ into your `tools/{framework}/any/` folder:
191191
192192You can obtain these files by:
193193
194- 1 . Downloading from the [ releases page] [ link2 ]
195- 2 . Building from source (see [ Building from Source] [ link3 ] )
194+ 1 . Downloading from the [ releases page] [ releases ]
195+ 2 . Building from source (see [ Building from Source] [ building-from-source ] )
196196
197197### 5. Add Your Native Executables
198198
@@ -392,30 +392,30 @@ dotnet build --configuration Release
392392
393393For real-world examples of tools using DotnetToolWrapper:
394394
395- - Browse repositories on GitHub with the [ dotnettoolwrapper topic] [ link4 ]
395+ - Browse repositories on GitHub with the [ dotnettoolwrapper topic] [ github-topics ]
396396- Check the examples in the DotnetToolWrapper repository (if available)
397397
398398## Support
399399
400- - ** Issues** : Report bugs or request features via [ GitHub Issues] [ link5 ]
401- - ** Discussions** : Ask questions via [ GitHub Discussions] [ link6 ]
400+ - ** Issues** : Report bugs or request features via [ GitHub Issues] [ github-issues ]
401+ - ** Discussions** : Ask questions via [ GitHub Discussions] [ github-discussions ]
402402- ** Documentation** : See [ README.md] ( ../README.md ) for project overview
403403- ** Architecture** : See [ ARCHITECTURE.md] ( ../ARCHITECTURE.md ) for design details
404404- ** Contributing** : See [ CONTRIBUTING.md] ( ../CONTRIBUTING.md ) for contribution guidelines
405405
406406## Additional Resources
407407
408- - [ .NET Tool Documentation] [ link7 ]
409- - [ .nuspec File Reference] [ link1 ]
410- - [ NuGet Package Creation] [ link8 ]
411- - [ NuGet CLI Reference] [ link9 ]
412-
413- [ link1 ] : https://learn.microsoft.com/en-us/nuget/reference/nuspec
414- [ link2 ] : https://github.com/demaconsulting/DotnetToolWrapper/releases
415- [ link3 ] : #building-from-source
416- [ link4 ] : https://github.com/topics/dotnettoolwrapper
417- [ link5 ] : https://github.com/demaconsulting/DotnetToolWrapper/issues
418- [ link6 ] : https://github.com/demaconsulting/DotnetToolWrapper/discussions
419- [ link7 ] : https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools
420- [ link8 ] : https://learn.microsoft.com/en-us/nuget/create-packages/creating-a-package
421- [ link9 ] : https://learn.microsoft.com/en-us/nuget/reference/nuget-exe-cli-reference
408+ - [ .NET Tool Documentation] [ dotnet-tools ]
409+ - [ .nuspec File Reference] [ nuspec-reference ]
410+ - [ NuGet Package Creation] [ nuget-package-creation ]
411+ - [ NuGet CLI Reference] [ nuget-cli-reference ]
412+
413+ [ nuspec-reference ] : https://learn.microsoft.com/en-us/nuget/reference/nuspec
414+ [ releases ] : https://github.com/demaconsulting/DotnetToolWrapper/releases
415+ [ building-from-source ] : #building-from-source
416+ [ github-topics ] : https://github.com/topics/dotnettoolwrapper
417+ [ github-issues ] : https://github.com/demaconsulting/DotnetToolWrapper/issues
418+ [ github-discussions ] : https://github.com/demaconsulting/DotnetToolWrapper/discussions
419+ [ dotnet-tools ] : https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools
420+ [ nuget-package-creation ] : https://learn.microsoft.com/en-us/nuget/create-packages/creating-a-package
421+ [ nuget-cli-reference ] : https://learn.microsoft.com/en-us/nuget/reference/nuget-exe-cli-reference
0 commit comments