/ duper_uniffi / dotnet / Duper.nuspec
Duper.nuspec
 1  <?xml version="1.0"?>
 2  <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
 3    <metadata>
 4      <id>EpicEric.Duper</id>
 5      <version>0.0.7</version>
 6      <title>Duper</title>
 7      <authors>Eric Rodrigues Pires &lt;eric@eric.dev.br&gt;</authors>
 8      <license type="expression">MIT</license>
 9      <projectUrl>https://duper.dev.br</projectUrl>
10      <icon>icon.png</icon>
11      <requireLicenseAcceptance>false</requireLicenseAcceptance>
12      <description>The format that's super!</description>
13      <readme>README.md</readme>
14      <releaseNotes>See the changelog for details.</releaseNotes>
15      <copyright>Copyright 2025</copyright>
16      <tags>Duper encoding format serialization parsing</tags>
17      <dependencies>
18        <group targetFramework="net8.0" />
19      </dependencies>
20    </metadata>
21    <files>
22      <file src="icon.png" />
23      <file src="README.md" />
24      <file src="bin/Release/net8.0/Duper.dll" target="lib\net8.0\" />
25      <file src="../../dist/x86_64-pc-windows-msvc/duper_uniffi.dll" target="runtimes\win-x64\native\" />
26      <!-- <file src="../../dist/aarch64-pc-windows-msvc/duper_uniffi.dll" target="runtimes\win-arm64\native\" /> -->
27      <file src="../../dist/x86_64-unknown-linux-gnu/libduper_uniffi.so" target="runtimes\linux-x64\native\" />
28      <file src="../../dist/aarch64-unknown-linux-gnu/libduper_uniffi.so" target="runtimes\linux-arm64\native\" />
29      <file src="../../dist/x86_64-unknown-linux-musl/libduper_uniffi.so" target="runtimes\linux-musl-x64\native\" />
30      <file src="../../dist/aarch64-unknown-linux-musl/libduper_uniffi.so" target="runtimes\linux-musl-arm64\native\" />
31      <file src="../../dist/x86_64-apple-darwin/libduper_uniffi.dylib" target="runtimes\osx-x64\native\" />
32      <file src="../../dist/aarch64-apple-darwin/libduper_uniffi.dylib" target="runtimes\osx-arm64\native\" />
33    </files>
34  </package>