mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 11:14:39 +00:00
21 lines
964 B
XML
21 lines
964 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>libaaruformat</id>
|
|
<version>1.0.0-alpha.19</version>
|
|
<description>Library for management of AaruFormat images.</description>
|
|
<authors>claunia</authors>
|
|
<projectUrl>https://github.com/aaru-dps/libaaruformat</projectUrl>
|
|
<licenseUrl>https://spdx.org/licenses/LGPL-2.1-only.html</licenseUrl>
|
|
<copyright>Copyright © 2011-2025 Natalia Portillo</copyright>
|
|
<repository type="git" url="https://github.com/aaru-dps/libaaruformat.git" />
|
|
<tags>aaru aaruformat libaaruformat disk image format</tags>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
</metadata>
|
|
<files>
|
|
<file src="LICENSE" target="LICENSE" />
|
|
<file src="README.md" target="README.md" />
|
|
<file src="runtimes\**" target="runtimes/" />
|
|
</files>
|
|
</package>
|