PnpLib.Common.Controls 1.2.8

There is a newer version of this package available.
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
                    
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.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PnpLib.Common.Controls" Version="1.2.8" />
                    
Directory.Packages.props
<PackageReference Include="PnpLib.Common.Controls" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PnpLib.Common.Controls --version 1.2.8
                    
#r "nuget: PnpLib.Common.Controls, 1.2.8"
                    
#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.
#:package PnpLib.Common.Controls@1.2.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PnpLib.Common.Controls&version=1.2.8
                    
Install as a Cake Addin
#tool nuget:?package=PnpLib.Common.Controls&version=1.2.8
                    
Install as a Cake Tool

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 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.  net9.0-windows was computed.  net10.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 730 2/4/2022
1.2.9.1 600 2/1/2022
1.2.9 607 1/31/2022
1.2.8.2 581 1/14/2022
1.2.8.1 602 1/14/2022
1.2.8 590 1/14/2022
1.2.6 638 12/12/2021
1.2.5.5 557 12/12/2021
1.2.5.4 548 12/12/2021
1.2.5.3 431 12/12/2021
1.2.5.2 434 12/12/2021
1.2.5.1 445 12/12/2021
1.2.5 422 12/10/2021
1.2.3 468 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