QDR.FND.Common.nuspec 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <package>
  3. <metadata>
  4. <id>Quadarax.Foundation.Common</id>
  5. <version>1.0.0.6</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. 27.12.2019 v.1.0.0.6
  15. New
  16. - Add Singleton implementation
  17. - Add WeakReference generic pattern
  18. - Add VolatileCache implementation
  19. </releaseNotes>
  20. <copyright>Copyright (c) 2020 Quadarax</copyright>
  21. <tags>quadarax, foundation, common, qdr, fnd, library, extensions</tags>
  22. <dependencies>
  23. </dependencies>
  24. <summary>Libraries</summary>
  25. </metadata>
  26. <files>
  27. <file src="ReleaseNote.txt" />
  28. <file src="bin\Release\QDR.FND.Common.dll" target="lib\net472\QDR.FND.Common.dll" />
  29. <file src="bin\Release\QDR.FND.Common.pdb" target="lib\net472\QDR.FND.Common.pdb" />
  30. </files>
  31. </package>