Solidsoft.Reply.Gs1DigitalLinkLib 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Solidsoft.Reply.Gs1DigitalLinkLib --version 1.1.0                
NuGet\Install-Package Solidsoft.Reply.Gs1DigitalLinkLib -Version 1.1.0                
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="Solidsoft.Reply.Gs1DigitalLinkLib" Version="1.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Solidsoft.Reply.Gs1DigitalLinkLib --version 1.1.0                
#r "nuget: Solidsoft.Reply.Gs1DigitalLinkLib, 1.1.0"                
#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 Solidsoft.Reply.Gs1DigitalLinkLib as a Cake Addin
#addin nuget:?package=Solidsoft.Reply.Gs1DigitalLinkLib&version=1.1.0

// Install Solidsoft.Reply.Gs1DigitalLinkLib as a Cake Tool
#tool nuget:?package=Solidsoft.Reply.Gs1DigitalLinkLib&version=1.1.0                

This .NET library translates between GS1 element strings and GS1 Digital Link URIs. It includes reversible compression functions, as defined in the GS1 Digital Link standard. Please note the legal disclaimer that applies to all GS1 standards.

The GS1 Digital Link Library for .NET is a port of the GS1 Digital Link Compression Prototype, provided by GS1and written in JavaScript. This, in turn, is an extended version of the GS1 Digital Link Toolkit . To differentiate our .NET (C#) code from the GS1 Digital Link Toolkit, we’ve named it the ‘GS1 Digital Link Library for .NET’, deliberately dropping the term ‘Toolkit’ to avoid any misperception regarding its relationship to the GS1 Toolkit. There is no formal relationship. However, it provides a functional superset of the GS1 Digital Link Toolkit. In addition to supporting compression and decompression, the functionality has been streamlined and extended. It is presented in a form that naturally supports common .NET idioms.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 is compatible.  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. 
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.1.3 68 1/19/2025
1.1.2 39 1/12/2025
1.1.1 35 1/12/2025
1.1.0 43 1/12/2025
1.0.4 32 1/8/2025
1.0.3 85 1/6/2025
1.0.2 75 1/6/2025
1.0.1 76 1/6/2025
1.0.0 72 1/5/2025

1) Renamed DigitalLinkConvert to Gs1DigitalLinkConvert to improve consistency. All the primary classes now start with 'Gs1'.
2) Extended and improved JSON serialization and added support for Newtonsoft.Json.
3) Added logging support (Microsoft.Extensions.Logging). The library supports dependency injection for logging.
4) Introduced a new Gs1DigitalLinkException class which is now raised instead of ArgumentException. Made general improvements to exception handling.
5) Improved validation. Gs1DigitalLink now only allows valid URIs. Non-GS1 key-value pairs are now fully validated in accordance with the GS1 standard. URI stems and schemes are validated.
6) Added a new Extension method to convert GS1 Digital Links to canonical form.
7) Added new constructor overloads to Gs1DigitalLink, Gs1DigitalLinkData and Gs1ElementString.