We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564f589 commit 7bb3455Copy full SHA for 7bb3455
1 file changed
FFTW.NET/FFTW.NET.csproj
@@ -13,6 +13,11 @@
13
<RepositoryType>Git</RepositoryType>
14
<RepositoryUrl>https://github.com/ArgusMagnus/FFTW.NET</RepositoryUrl>
15
<PackageTags>FFTW FFTW.NET FFT</PackageTags>
16
+ <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
17
+ <AssemblyVersion>1.0.1.0</AssemblyVersion>
18
+ <Version>1.0.1</Version>
19
+ <PackageReleaseNotes>- Changed to .NETStandard library (1.3)
20
+- Added FftwInterop.Version property which returns the version of the used FFTW libs</PackageReleaseNotes>
21
</PropertyGroup>
22
<ItemGroup>
23
<None Update="FftwInterop.tt">
0 commit comments