Skip to content

Commit 3eb067b

Browse files
committed
FftSharp 2.2.0
1 parent b0dab4c commit 3eb067b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/FftSharp/FftSharp.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
<PackageTags>fft ifft fourier transform audio signal sound filter window hanning hamming</PackageTags>
1616
<PackageReleaseNotes>https://github.com/swharden/FftSharp/releases</PackageReleaseNotes>
1717
<IncludeSymbols>true</IncludeSymbols>
18-
<DocumentationFile>FftSharp.xml</DocumentationFile>
19-
<Version>2.1.0</Version>
20-
<AssemblyVersion>2.1.0.0</AssemblyVersion>
21-
<FileVersion>2.1.0.0</FileVersion>
18+
<Version>2.2.0</Version>
19+
<AssemblyVersion>2.2.0.0</AssemblyVersion>
20+
<FileVersion>2.2.0.0</FileVersion>
2221
<NoWarn>1591</NoWarn>
2322
<DebugType>portable</DebugType>
2423
<IncludeSymbols>true</IncludeSymbols>
2524
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2625
<EmbedUntrackedSources>true</EmbedUntrackedSources>
26+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2727
<Deterministic>true</Deterministic>
2828
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
2929
<LangVersion>10</LangVersion>

0 commit comments

Comments
 (0)