fixes & version bump

This commit is contained in:
2024-06-10 13:30:11 +02:00
parent e212f4021a
commit 9593bb0223
4 changed files with 6 additions and 2 deletions

View File

@@ -76,6 +76,7 @@ partial class FlyoutBase
tableLayoutPanel_ActionPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
tableLayoutPanel_ActionPanel.Size = new System.Drawing.Size(300, 29);
tableLayoutPanel_ActionPanel.TabIndex = 1;
tableLayoutPanel_ActionPanel.Visible = false;
//
// button_Accept
//

View File

@@ -9,7 +9,7 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<PropertyGroup>
<Version>2.1.0</Version>
<Version>2.1.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />