PnpLib.Common.Controls
1.2.9.2
dotnet add package PnpLib.Common.Controls --version 1.2.9.2
NuGet\Install-Package PnpLib.Common.Controls -Version 1.2.9.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PnpLib.Common.Controls" Version="1.2.9.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PnpLib.Common.Controls --version 1.2.9.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PnpLib.Common.Controls, 1.2.9.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PnpLib.Common.Controls as a Cake Addin #addin nuget:?package=PnpLib.Common.Controls&version=1.2.9.2 // Install PnpLib.Common.Controls as a Cake Tool #tool nuget:?package=PnpLib.Common.Controls&version=1.2.9.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
PnpLib.Common.Controls
v 1.2.9.2
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
- ProgressForm: Popup dialog for displaying progress messages to user
Changes in this version
- Added support for 1.2.9.2 additions / changes in PnpLib.Common
Breaking Changes this version
None
Previous Versions
Version 1.2.9.1
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
- ProgressForm: Popup dialog for displaying progress messages to user
Changes in this version
- Added enumeration conversion from DialogResult to UserMessageResponse
- Added support for other 1.2.9.1 additions in PnpLib.Common
Version 1.2.9
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
- Added enumeration conversion from UserMessageResponse to DialogResult
- Added support for other 1.2.9 additions in PnpLib.Common
Version 1.2.8.2
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
- Fixed bug on FileLogSettingsControl and MsSqlLogSettingsControl where updates were not triggering the 'OnValueChanged' event properly
Version 1.2.8.1
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
- Fixed alignment issue on controls
- Made all controls use the same alignment scheme
- Removed unused events from controls
Version 1.2.8
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.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net5.0-windows7.0
- PnpLib.Common (>= 1.2.9.2)
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 | 500 | 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 |
Added support for 1.2.9.2 additions / changes in PnpLib.Common