PnpLib.Common.Controls
1.2.8
See the version list below for details.
dotnet add package PnpLib.Common.Controls --version 1.2.8
NuGet\Install-Package PnpLib.Common.Controls -Version 1.2.8
<PackageReference Include="PnpLib.Common.Controls" Version="1.2.8" />
paket add PnpLib.Common.Controls --version 1.2.8
#r "nuget: PnpLib.Common.Controls, 1.2.8"
// Install PnpLib.Common.Controls as a Cake Addin #addin nuget:?package=PnpLib.Common.Controls&version=1.2.8 // Install PnpLib.Common.Controls as a Cake Tool #tool nuget:?package=PnpLib.Common.Controls&version=1.2.8
PnpLib.Common.Controls
v 1.2.8
Description: Collection of UserControls that can be used with WinForms applications for various types defined in PnpLib.Common.
Included in this version:
- VersionControl: UserControl that allows you to create a SerializableVersion object with a GUI control
- LogSeverityPicker: UserControl that allows you to select a particular LogSeverity enum value with a GUI control
- FileLogSettingsControl: replaced LogSettingsControl with a FileLogSettings specific implementation
- FileLogSettingsForm: Popup dialog that uses the FileLogSettingsControl and provides a Save and Cancel button
- MsSqlConnectionControl: UserControl that allows you to specify connection settings for a database connection (MS SQL only)
- MsSqlConnectionForm: Popup dialog that uses the MsSqlConnectionControl and provides a Save and Cancel button
- MsSqlLogSettingsControl: replaced LogSettingsControl with an MsSql specific implementation
- MsSqlLogSettingsForm: Popup dialog that uses the MsSqlLogSettingsControl and provides a Save and Cancel button
Changes in this version
- Removed LogSettingsControl in favor of the two new controls
- Gui refactoring
- Added default popup dialogs for each control that provides a Save and Cancel button
- Fixed bug with MsSqlConnectionControl where trying to set the Value property could result in a NullReferenceException being thrown
- Introduced improvements made to the PnpLib.Common library to better support the controls
Breaking Changes this version
- Some properties have been removed from the controls - it is no longer possible to set the values from the Visual Studio designer.
Previous Versions
Version 1.2.6
Included in this version
- VersionControl: UserControl that allows you to create a SerializableVersion object with a GUI control
- LogSeverityPicker: UserControl that allows you to select a particular LogSeverity enum value with a GUI control
- LogSettingsControl: UserControl that allows you to specify settings for logging
- MsSqlConnectionControl: UserControl that allows you to specify connection settings for a database connection (MS SQL only)
Changes in this version
- Added new controls: LogSettingsControl, MsSqlConnectionControl
- Fixed / added OnValueChanged events to all controls
Version 1.2.5.X
- There were several incremental versions to 1.2.5 that were used to test the library - they should NOT be used
Version 1.2.5
- None - incremented version to correlate to PnpLib.Common library
Version 1.2.4
Never released - this version was skipped due to a bug in PnpLib.Common version 1.2.4
Version 1.2.3
- Initial public release
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0-windows7.0 is compatible. net6.0-windows was computed. net7.0-windows was computed. net8.0-windows was computed. |
-
net5.0-windows7.0
- PnpLib.Common (>= 1.2.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.9.2 | 502 | 2/4/2022 |
1.2.9.1 | 425 | 2/1/2022 |
1.2.9 | 437 | 1/31/2022 |
1.2.8.2 | 413 | 1/14/2022 |
1.2.8.1 | 432 | 1/14/2022 |
1.2.8 | 433 | 1/14/2022 |
1.2.6 | 460 | 12/12/2021 |
1.2.5.5 | 391 | 12/12/2021 |
1.2.5.4 | 370 | 12/12/2021 |
1.2.5.3 | 269 | 12/12/2021 |
1.2.5.2 | 263 | 12/12/2021 |
1.2.5.1 | 278 | 12/12/2021 |
1.2.5 | 263 | 12/10/2021 |
1.2.3 | 292 | 12/9/2021 |
Removed LogSettingsControl in favor of the two new controls
Gui refactoring
Added default popup dialogs for each control that provides a Save and Cancel button
Fixed bug with MsSqlConnectionControl where trying to set the Value property could result in a NullReferenceException being thrown
Introduced improvements made to the PnpLib.Common library to better support the controls