PnpLib.Common 1.2.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package PnpLib.Common --version 1.2.2
                    
NuGet\Install-Package PnpLib.Common -Version 1.2.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" Version="1.2.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PnpLib.Common" Version="1.2.2" />
                    
Directory.Packages.props
<PackageReference Include="PnpLib.Common" />
                    
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 --version 1.2.2
                    
#r "nuget: PnpLib.Common, 1.2.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.
#:package PnpLib.Common@1.2.2
                    
#: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&version=1.2.2
                    
Install as a Cake Addin
#tool nuget:?package=PnpLib.Common&version=1.2.2
                    
Install as a Cake Tool

PnpLib.Common

v 1.2.2

Changes this version

  • Added PnpApplication
  • Added PnpApplicationSerial
  • Added ability to encrypt / decrypt files to alternate locations instead of performing the operation in-place
  • Refactored code

Breaking Changes this version

  • The FileUtilities.EncryptFileContents() and FileUtilities.DecryptFileContents() methods have been re-written so that the file format is the same whether you provide a key to use or use a randomly generated one. Because of this, files that were encrypted with previous versions of the library may become corrupt when you use this version to decrypt them.

Workaround for this breaking change: Before upgrading to the latest version of the library, decrypt all files that have been encrypted with version 1.2.1 of the library (which will decrypt all files in place) then you can safely upgrade the library and encrypt the files again.

Previous Versions

Version 1.2.1

  • Fixed serial key logic to be more intuitive
  • Added KeyFileType enum

Version 1.2.0

  • Added serial key validation logic

Version 1.1.1

  • Added XML documentation
  • Fixed minor bugs and included error trapping on file encryption methods

Version 1.1.0

  • Initial public release
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos 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 (4)

Showing the top 4 NuGet packages that depend on PnpLib.Common:

Package Downloads
PnpLib.Common.Controls

User controls related to the PnpLib.Common project that can be added to WinForms applications

PpsPluginFramework

Framework for plugins for the AzureIpUtility project

AzureIPUtility

Utility for manipulating objects in an Azure tenant

IpUtilityLib

Utility library for the AzureIPUtility project

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.3.4 719 7/22/2022
1.3.3 625 7/11/2022
1.3.2 637 6/29/2022
1.3.0 596 6/16/2022
1.2.9.5 608 3/15/2022
1.2.9.3 635 3/10/2022
1.2.9.2 624 2/4/2022
1.2.9.1 654 2/1/2022
1.2.9 632 1/31/2022
1.2.8 474 1/14/2022
1.2.7.1 514 12/18/2021
1.2.7 485 12/14/2021
1.2.6 647 12/12/2021
1.2.5 498 12/10/2021
1.2.4 484 12/10/2021
1.2.3 484 12/9/2021
1.2.2 479 12/9/2021
1.2.1 477 12/8/2021
1.2.0 477 12/7/2021
Loading failed

Added PnpApplication
Added PnpApplicationSerial
Added ability to encrypt / decrypt files to alternate locations instead of performing the operation in-place
Refactored code