QDR.FND.Infrastructure.nuspec 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <package>
  3. <metadata>
  4. <id>Quadarax.Foundation.Infrastructure</id>
  5. <version>1.0.0.0</version>
  6. <title>Quadarax.Foundation.Infrastructure</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 infrastructure patterns (Component model). Contains StructureMap implementation.</description>
  13. <releaseNotes>
  14. 28.12.2019 v.1.0.0.0
  15. New
  16. - Initial version
  17. </releaseNotes>
  18. <copyright>Copyright (c) 2020 Quadarax</copyright>
  19. <tags>quadarax, foundation, infrastructure, component model, qdr, fnd, library</tags>
  20. <dependencies>
  21. <group targetFramework="net472">
  22. <dependency id="Quadarax.Foundation.Common" version="1.0.0.7" />
  23. <dependency id="log4net" version="2.0.8" />
  24. </group>
  25. </dependencies>
  26. <summary>Libraries</summary>
  27. </metadata>
  28. <files>
  29. <file src="ReleaseNote.txt" />
  30. <file src="bin\Release\QDR.FND.Infrastructure.dll" target="lib\net472\QDR.FND.Infrastructure.dll" />
  31. <file src="bin\Release\QDR.FND.Infrastructure.pdb" target="lib\net472\QDR.FND.Infrastructure.pdb" />
  32. </files>
  33. </package>