Skip to content

Commit

Permalink
Update nuspec and add Source Link
Browse files Browse the repository at this point in the history
  • Loading branch information
Mbucari committed Jun 13, 2023
1 parent 6c21c95 commit 71cb1d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 4 additions & 2 deletions AAXClean.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
<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>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<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" />
</dependencies>
Expand All @@ -22,7 +23,8 @@
</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\net6.0\Mpeg4Lib.dll" target="lib\net6.0\Mpeg4Lib.dll" />
<file src="README.md" target="docs\" />
<file src="LICENSE.txt" target="LICENSE.txt" />
</files>
</Project>
5 changes: 5 additions & 0 deletions src/AAXClean/AAXClean.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<RepositoryUrl>https://github.com/Mbucari/AAXClean</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>Audible AAC AAXC m4b audiobook</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
<RepositoryType>Git</RepositoryType>
<NeutralLanguage>en</NeutralLanguage>
</PropertyGroup>

Expand All @@ -25,6 +29,7 @@

<ItemGroup>
<ProjectReference Include="..\Mpeg4Lib\Mpeg4Lib.csproj" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit 71cb1d3

Please sign in to comment.