Cambia.UriExtensions
1.0.3
See the version list below for details.
dotnet add package Cambia.UriExtensions --version 1.0.3
NuGet\Install-Package Cambia.UriExtensions -Version 1.0.3
<PackageReference Include="Cambia.UriExtensions" Version="1.0.3" />
paket add Cambia.UriExtensions --version 1.0.3
#r "nuget: Cambia.UriExtensions, 1.0.3"
// Install Cambia.UriExtensions as a Cake Addin #addin nuget:?package=Cambia.UriExtensions&version=1.0.3 // Install Cambia.UriExtensions as a Cake Tool #tool nuget:?package=Cambia.UriExtensions&version=1.0.3
Extensive unit tests make this package a stable addition to the Uri class. Extract URI parts and combinations of parts in consistent ways. Get, add or update query items. Convert to standard URL representations including scheme relative (//domain) and app relative. Drop and Set methods provide a fluent interface for chaining methods to set, drop, add and modify URI parts without having to worry about delimiters like slashes, colons, question marks, ampersands or hashes.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Cambia.UriExtensions:
Package | Downloads |
---|---|
Cambia.Gravatar
A simple .NET class for creating gravatar URLs |
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixed the name of the DLL. No code changes.