We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4601544 commit 84a6170Copy full SHA for 84a6170
src/SettingsForm.cs
@@ -7,7 +7,6 @@ namespace SnowFlakes
7
public partial class SettingsForm : Form
8
{
9
private bool ignoreChangeEvent = false;
10
- private Snowdrifts? _snowdrifts;
11
public SettingsForm()
12
13
InitializeComponent();
src/SnowFlakes.csproj
@@ -11,7 +11,7 @@
<PackageIcon>snowflake.png</PackageIcon>
<RepositoryUrl>https://github.com/MixelTe/SnowFlakes</RepositoryUrl>
<Authors>Mixel Te</Authors>
14
- <Version>2.1.1</Version>
+ <Version>2.2.0</Version>
15
</PropertyGroup>
16
17
<ItemGroup>
0 commit comments