bluebrick.nuspec 2.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
  3. <metadata>
  4. <id>bluebrick</id>
  5. <version>1.9.1</version>
  6. <packageSourceUrl>https://github.com/douglaswth/chocolatey-packages/tree/master/automatic/bluebrick</packageSourceUrl>
  7. <owners>Douglas Thrift</owners>
  8. <title>BlueBrick</title>
  9. <authors>Alban Nanty</authors>
  10. <projectUrl>https://bluebrick.lswproject.com/</projectUrl>
  11. <iconUrl>https://cdn.rawgit.com/douglaswth/chocolatey-packages/master/icons/bluebrick.png</iconUrl>
  12. <copyright>2010 Alban Nanty</copyright>
  13. <licenseUrl>https://www.gnu.org/licenses/gpl.html</licenseUrl>
  14. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  15. <projectSourceUrl>https://github.com/Lswbanban/BlueBrick</projectSourceUrl>
  16. <bugTrackerUrl>https://github.com/Lswbanban/BlueBrick/issues</bugTrackerUrl>
  17. <tags>bluebrick lego layout</tags>
  18. <summary>LEGO® Layout Editor</summary>
  19. <description>
  20. BlueBrick is designed specially for the AFOLs who want to prepare the layouts of their LEGO® exhibitions. BlueBrick is compatible with [LDRAW](http://www.ldraw.org/) and ["Train Depot Track Designer"](http://www.ngltc.org/Train_Depot/td.htm), and is designed with an easily expandable parts database. Its layers feature allows you to better organize your map, and some special layers make annotations and area assignments possible.
  21. **Please Note**: This is an automatically updated package. If you find it is
  22. out of date by more than a day or two, please contact the maintainer(s) and
  23. let them know the package is no longer updating correctly.
  24. </description>
  25. <dependencies>
  26. <dependency id="netfx-4.8" version="4.8.0.20190930" />
  27. </dependencies>
  28. <releaseNotes>
  29. See the Change log section of the [Download](https://bluebrick.lswproject.com/download.html) page.
  30. </releaseNotes>
  31. </metadata>
  32. <files>
  33. <file src="tools\**" target="tools" />
  34. </files>
  35. </package>