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
#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

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 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.

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 464 2/4/2022
1.2.9.1 402 2/1/2022
1.2.9 407 1/31/2022
1.2.8.2 391 1/14/2022
1.2.8.1 410 1/14/2022
1.2.8 406 1/14/2022
1.2.6 431 12/12/2021
1.2.5.5 365 12/12/2021
1.2.5.4 348 12/12/2021
1.2.5.3 242 12/12/2021
1.2.5.2 242 12/12/2021
1.2.5.1 257 12/12/2021
1.2.5 252 12/10/2021
1.2.3 265 12/9/2021

Added support for 1.2.9.2 additions / changes in PnpLib.Common