File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
<PackageReleaseNotes >https://github.com./swharden/FftSharp/releases</PackageReleaseNotes >
17
17
<IncludeSymbols >true</IncludeSymbols >
18
18
<DocumentationFile >FftSharp.xml</DocumentationFile >
19
- <Version >1.1.3 </Version >
20
- <AssemblyVersion >1.1.3 .0</AssemblyVersion >
21
- <FileVersion >1.1.3 .0</FileVersion >
19
+ <Version >1.1.4 </Version >
20
+ <AssemblyVersion >1.1.4 .0</AssemblyVersion >
21
+ <FileVersion >1.1.4 .0</FileVersion >
22
22
<NoWarn >1591</NoWarn >
23
23
<DebugType >portable</DebugType >
24
24
<IncludeSymbols >true</IncludeSymbols >
Original file line number Diff line number Diff line change 2
2
3
3
namespace FftSharp . Windows
4
4
{
5
- internal class Cosine : Window , IWindow
5
+ public class Cosine : Window , IWindow
6
6
{
7
7
public override string Name => "Cosine" ;
8
8
public override string Description =>
Original file line number Diff line number Diff line change 2
2
3
3
namespace FftSharp . Windows
4
4
{
5
- internal class Hamming : Window , IWindow
5
+ public class Hamming : Window , IWindow
6
6
{
7
7
public override string Name => "Hamming" ;
8
8
public override string Description =>
Original file line number Diff line number Diff line change 4
4
5
5
namespace FftSharp . Windows
6
6
{
7
- internal class Tukey : Window , IWindow
7
+ public class Tukey : Window , IWindow
8
8
{
9
9
private readonly double Alpha ;
10
10
Original file line number Diff line number Diff line change 4
4
5
5
namespace FftSharp . Windows
6
6
{
7
- internal class Welch : Window , IWindow
7
+ public class Welch : Window , IWindow
8
8
{
9
9
public override string Name => "Welch" ;
10
10
public override string Description =>
You can’t perform that action at this time.
0 commit comments