-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathAAXClean.nuspec
More file actions
41 lines (41 loc) · 1.71 KB
/
AAXClean.nuspec
File metadata and controls
41 lines (41 loc) · 1.71 KB
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
39
40
41
<Project Sdk="Microsoft.NET.Sdk">
<metadata>
<id>AAXClean</id>
<version>0.0.0</version>
<description>Decrypts Audible aax, aaxc, and Cenc DASH 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>
<Tags>Audible AAC AAXC m4b audiobook dash cenc</Tags>
<language>en-US</language>
<readme>docs\README.md</readme>
<license type="file">LICENSE.txt</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<group targetFramework="net10.0">
<dependency id="Microsoft.SourceLink.GitHub" version="10.0.102" />
</group>
<group targetFramework="net8.0">
<dependency id="Microsoft.SourceLink.GitHub" version="10.0.102" />
</group>
</dependencies>
</metadata>
<dependencies>
<group targetFramework="net10.0">0
<dependency id="Mpeg4Lib" version="3.0.2" />
<dependency id="Microsoft.SourceLink.GitHub" version="10.0.102" />
</group>
<group targetFramework="net8.0">
<dependency id="Mpeg4Lib" version="3.0.2" />
<dependency id="Microsoft.SourceLink.GitHub" version="10.0.102" />
</group>
</dependencies>
<files>
<file src="src\AAXClean\bin\Release\net10.0\AAXClean.dll" target="lib\net10.0\AAXClean.dll" />
<file src="src\AAXClean\bin\Release\net10.0\Mpeg4Lib.dll" target="lib\net10.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>