Solidsoft.Reply.Gs1DigitalLinkLib 1.0.4

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

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

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) Made further refinements to extension methods.
2) Made further improvements to JSON serialization.
3) Improved documentation.