Files
Aaru.Compression.Native/Aaru.Compression.Native.nuspec

18 lines
820 B
Plaintext
Raw Normal View History

2021-10-14 04:39:10 +01:00
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Aaru.Compression.Native</id>
2024-04-30 15:37:47 +01:00
<version>6.0.0-alpha.10</version>
2021-10-14 04:39:10 +01:00
<description>C implementation of compression algorithms used by Aaru.</description>
<authors>claunia</authors>
<projectUrl>https://github.com/aaru-dps/Aaru.Compression.Native</projectUrl>
<licenseUrl>https://spdx.org/licenses/LGPL-2.1-only.html</licenseUrl>
2024-12-19 15:26:07 +00:00
<copyright>Copyright © 2011-2025 Natalia Portillo</copyright>
2021-10-14 04:39:10 +01:00
<repository type="git" url="https://github.com/aaru-dps/Aaru.Compression.Native.git" />
</metadata>
<files>
<file src="LICENSE" target="LICENSE" />
<file src="runtimes\**" target="runtimes/" />
</files>
2021-11-06 19:43:40 +00:00
</package>