Ubiety.Stringprep.Core 0.5.0

dotnet add package Ubiety.Stringprep.Core --version 0.5.0
                    
NuGet\Install-Package Ubiety.Stringprep.Core -Version 0.5.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="Ubiety.Stringprep.Core" Version="0.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ubiety.Stringprep.Core" Version="0.5.0" />
                    
Directory.Packages.props
<PackageReference Include="Ubiety.Stringprep.Core" />
                    
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 Ubiety.Stringprep.Core --version 0.5.0
                    
#r "nuget: Ubiety.Stringprep.Core, 0.5.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.
#:package Ubiety.Stringprep.Core@0.5.0
                    
#: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=Ubiety.Stringprep.Core&version=0.5.0
                    
Install as a Cake Addin
#tool nuget:?package=Ubiety.Stringprep.Core&version=0.5.0
                    
Install as a Cake Tool

Stringprep library implementing RFC3454

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.
  • net10.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Ubiety.Stringprep.Core:

Package Downloads
Ubiety.Scram.Core

Implementation of SCRAM for .NET

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.5.0 95 8/2/2026
0.4.2 500 2/25/2025
0.4.1 202 2/20/2025
0.3.2 696 12/4/2020
0.3.1 590 11/26/2020
0.3.0 2,694 3/12/2019
0.2.2 1,796 1/25/2019
0.2.1 887 1/25/2019
0.2.0 1,110 12/21/2018
0.1.1 940 12/19/2018
0.1.0 964 12/19/2018

### Breaking
• Retargeted to .NET 10. Consumers on .NET 9 or earlier need to stay on 0.4.2.
• U+0000 is now rejected by the prohibited value step. It is prohibited by RFC 3454 table

Full changelog at https://github.com/ubiety/Ubiety.Stringprep.Core/blob/refs/tags/v0.5.0/CHANGELOG.md