Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #1

Merged
merged 5 commits into from
Nov 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Nuspec changes.
SineVector241 committed Nov 13, 2024
commit 3772f39de9a3454db763128186529a031140da33
File renamed without changes.
6 changes: 6 additions & 0 deletions PackAll.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@echo off
dotnet build ./SpeexDSPSharp.Core/SpeexDSPSharp.Core.csproj -c Release

nuget pack ./SpeexDSPSharp.Core/SpeexDSPSharp.Core.nuspec -OutputDirectory local-nuget
nuget pack ./SpeexDSPSharp.Natives/SpeexDSPSharp.Natives.nuspec -OutputDirectory local-nuget
nuget pack ./SpeexDSPSharp/SpeexDSPSharp.nuspec -OutputDirectory local-nuget
5 changes: 5 additions & 0 deletions PackAll.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dotnet build ./SpeexDSPSharp.Core/SpeexDSPSharp.Core.csproj -c Release

nuget pack ./SpeexDSPSharp.Core/SpeexDSPSharp.Core.nuspec -OutputDirectory local-nuget
nuget pack ./SpeexDSPSharp.Natives/SpeexDSPSharp.Natives.nuspec -OutputDirectory local-nuget
nuget pack ./SpeexDSPSharp/SpeexDSPSharp.nuspec -OutputDirectory local-nuget
6 changes: 3 additions & 3 deletions SpeexDSPSharp.Core/SpeexDSPSharp.Core.nuspec
Original file line number Diff line number Diff line change
@@ -20,9 +20,9 @@
</metadata>

<files>
<file src="bin/Release/netstandard2.1/SpeexDSPSharp.dll" target="lib/netstandard2.1/SpeexDSPSharp.dll" />
<file src="bin/Release/netstandard2.1/SpeexDSPSharp.pdb" target="lib/netstandard2.1/SpeexDSPSharp.pdb" />
<file src="bin/Release/netstandard2.1/SpeexDSPSharp.xml" target="lib/netstandard2.1" />
<file src="bin/Release/netstandard2.1/SpeexDSPSharp.Core.dll" target="lib/netstandard2.1/SpeexDSPSharp.Core.dll" />
<file src="bin/Release/netstandard2.1/SpeexDSPSharp.Core.pdb" target="lib/netstandard2.1/SpeexDSPSharp.Core.pdb" />
<file src="bin/Release/netstandard2.1/SpeexDSPSharp.Core.xml" target="lib/netstandard2.1" />
<file src="../README.md" target="docs" />
<file src="../LICENSE.txt" target="" />
</files>