PnpLib.Common.Controls
1.2.6
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package PnpLib.Common.Controls --version 1.2.6
NuGet\Install-Package PnpLib.Common.Controls -Version 1.2.6
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.6" />
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.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PnpLib.Common.Controls, 1.2.6"
#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.6 // Install PnpLib.Common.Controls as a Cake Tool #tool nuget:?package=PnpLib.Common.Controls&version=1.2.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
PnpLib.Common.Controls
v 1.2.6
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
- 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 this version
- Added new controls: LogSettingsControl, MsSqlConnectionControl
- Fixed / added OnValueChanged events to all controls
Breaking Changes this version
None
Previous Versions
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.6)
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 |
Added new controls: LogSettingsControl, MsSqlConnectionControl
Fixed / added OnValueChanged events to all controls