Skip to content

Commit

Permalink
FftSharp 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swharden committed Nov 16, 2024
1 parent b0dab4c commit 3eb067b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/FftSharp/FftSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
<PackageTags>fft ifft fourier transform audio signal sound filter window hanning hamming</PackageTags>
<PackageReleaseNotes>https://github.com/swharden/FftSharp/releases</PackageReleaseNotes>
<IncludeSymbols>true</IncludeSymbols>
<DocumentationFile>FftSharp.xml</DocumentationFile>
<Version>2.1.0</Version>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<FileVersion>2.1.0.0</FileVersion>
<Version>2.2.0</Version>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<FileVersion>2.2.0.0</FileVersion>
<NoWarn>1591</NoWarn>
<DebugType>portable</DebugType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Deterministic>true</Deterministic>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<LangVersion>10</LangVersion>
Expand Down

0 comments on commit 3eb067b

Please sign in to comment.