-
Notifications
You must be signed in to change notification settings - Fork 8
/
AAXClean.nuspec
38 lines (38 loc) · 1.59 KB
/
AAXClean.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<Project Sdk="Microsoft.NET.Sdk">
<metadata>
<id>AAXClean</id>
<version>0.0.0</version>
<description>Decrypts Audible aax and aaxc files to mp4.</description>
<authors>MrGneissGuy</authors>
<repository type="git" url="https://github.com/Mbucari/AAXClean.git" branch="master" />
<projectUrl>https://github.com/Mbucari/AAXClean</projectUrl>
<description>Decrypts Audible aax and aaxc files to mp4.</description>
<Tags>Audible AAC AAXC m4b audiobook</Tags>
<language>en-US</language>
<readme>docs\README.md</readme>
<license type="file">LICENSE.txt</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<group targetFramework="net6.0" />
<group targetFramework="net8.0" />
</dependencies>
</metadata>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Mpeg4Lib" version="0.1.21" />
<dependency id="Microsoft.SourceLink.GitHub" version="8.0.0" />
</group>
<group targetFramework="net8.0">
<dependency id="Mpeg4Lib" version="0.1.21" />
<dependency id="Microsoft.SourceLink.GitHub" version="8.0.0" />
</group>
</dependencies>
<files>
<file src="src\AAXClean\bin\Release\net6.0\AAXClean.dll" target="lib\net6.0\AAXClean.dll" />
<file src="src\AAXClean\bin\Release\net6.0\Mpeg4Lib.dll" target="lib\net6.0\Mpeg4Lib.dll" />
<file src="src\AAXClean\bin\Release\net8.0\AAXClean.dll" target="lib\net8.0\AAXClean.dll" />
<file src="src\AAXClean\bin\Release\net8.0\Mpeg4Lib.dll" target="lib\net8.0\Mpeg4Lib.dll" />
<file src="README.md" target="docs\" />
<file src="LICENSE.txt" target="LICENSE.txt" />
</files>
</Project>