QDR.FND.Infrastructure.nuspec 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <package>
  3. <metadata>
  4. <id>Quadarax.Foundation.Infrastructure</id>
  5. <version>1.0.1.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. 3.1.2020 v.1.0.1.0
  15. New
  16. - Extents Infra class for diagnostics methods
  17. - Extents Infra class for layer management
  18. - Change structural container walking to obtain modules
  19. Fix
  20. - fix Layer parent setting by default
  21. </releaseNotes>
  22. <copyright>Copyright (c) 2020 Quadarax</copyright>
  23. <tags>quadarax, foundation, infrastructure, component model, qdr, fnd, library</tags>
  24. <dependencies>
  25. <group targetFramework="net472">
  26. <dependency id="Quadarax.Foundation.Common" version="1.0.0.7" />
  27. <dependency id="log4net" version="2.0.8" />
  28. </group>
  29. </dependencies>
  30. <summary>Libraries</summary>
  31. </metadata>
  32. <files>
  33. <file src="ReleaseNote.txt" />
  34. <file src="bin\Release\QDR.FND.Infrastructure.dll" target="lib\net472\QDR.FND.Infrastructure.dll" />
  35. <file src="bin\Release\QDR.FND.Infrastructure.pdb" target="lib\net472\QDR.FND.Infrastructure.pdb" />
  36. </files>
  37. </package>