-
Notifications
You must be signed in to change notification settings - Fork 0
/
FreeMote.FastLz.nuspec
22 lines (22 loc) · 1.18 KB
/
FreeMote.FastLz.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>FreeMote.FastLz</id>
<version>1.1.0</version>
<title>FreeMote.FastLz</title>
<authors>UlyssesWu; Ariya Hidaya</authors>
<owners></owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/UlyssesWu/FreeMote.FastLz/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/UlyssesWu/FreeMote.FastLz</projectUrl>
<description>FastLZ .NET binding library.</description>
<copyright>Copyright (c) Ulysses & Ariya Hidaya 2022-2024</copyright>
</metadata>
<files>
<file src="lib\net472\FreeMote.FastLz.dll" target="lib\net472\FreeMote.FastLz.dll" />
<file src="lib\net8.0\FreeMote.FastLz.Core.dll" target="lib\net8.0\FreeMote.FastLz.Core.dll" />
<file src="lib\net8.0\Ijwhost.dll" target="lib\net8.0\Ijwhost.dll" />
<file src="lib\net8.0\FreeMote.FastLz.Core.runtimeconfig.json" target="lib\net8.0\FreeMote.FastLz.Core.runtimeconfig.json" />
<file src="lib\net8.0\FreeMote.FastLz.Core.deps.json" target="lib\net8.0\FreeMote.FastLz.Core.deps.json" />
</files>
</package>