LibGit2Sharp.nuspec 1.3 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  3. <metadata>
  4. <id>LibGit2Sharp</id>
  5. <version>0.31.0</version>
  6. <authors>LibGit2Sharp contributors</authors>
  7. <license type="file">App_Readme/LICENSE.md</license>
  8. <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
  9. <icon>square-logo.png</icon>
  10. <readme>App_Readme/README.md</readme>
  11. <projectUrl>https://github.com/libgit2/libgit2sharp/</projectUrl>
  12. <description>LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .NET</description>
  13. <releaseNotes>https://github.com/libgit2/libgit2sharp/blob/ee53bdd8a9f5cfecfc8750e28a1f5c0d34690ce0/CHANGES.md</releaseNotes>
  14. <copyright>Copyright © LibGit2Sharp contributors</copyright>
  15. <tags>libgit2 git</tags>
  16. <repository type="git" url="https://github.com/libgit2/libgit2sharp" commit="ee53bdd8a9f5cfecfc8750e28a1f5c0d34690ce0" />
  17. <dependencies>
  18. <group targetFramework=".NETFramework4.7.2">
  19. <dependency id="LibGit2Sharp.NativeBinaries" version="[2.0.323]" include="All" />
  20. </group>
  21. <group targetFramework="net8.0">
  22. <dependency id="LibGit2Sharp.NativeBinaries" version="[2.0.323]" include="All" />
  23. </group>
  24. </dependencies>
  25. </metadata>
  26. </package>