QDR.FND.Common.nuspec 1.1 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <package>
  3. <metadata>
  4. <id>Quadarax.Foundation.Common</id>
  5. <version>1.0.0.5</version>
  6. <title>Quadarax.Foundation.Common</title>
  7. <authors>Dalibor Votruba, Quadarax</authors>
  8. <owners>Dalibor Votruba</owners>
  9. <projectUrl>https://project.quadarax.com/</projectUrl>
  10. <iconUrl>http://project.quadarax.com/favicon.ico</iconUrl>
  11. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  12. <description>Implementations of simple patterns and misc. extensions.</description>
  13. <releaseNotes>
  14. 23.12.2019 v.1.0.0.5
  15. New
  16. - Add TypePropertyLocator helper
  17. - Add Result class (in Value branch)
  18. </releaseNotes>
  19. <copyright>Copyright (c) 2019 Quadarax</copyright>
  20. <tags>quadarax, foundarion, common, qdr, fnd, library, extensions</tags>
  21. <dependencies>
  22. </dependencies>
  23. <summary>Libraries</summary>
  24. </metadata>
  25. <files>
  26. <file src="ReleaseNote.txt" />
  27. <file src="bin\Release\QDR.FND.Common.dll" target="lib\net472\QDR.FND.Common.dll" />
  28. <file src="bin\Release\QDR.FND.Common.pdb" target="lib\net472\QDR.FND.Common.pdb" />
  29. </files>
  30. </package>