PeterO.Encoding
0.6.0
Install-Package PeterO.Encoding -Version 0.6.0
dotnet add package PeterO.Encoding --version 0.6.0
<PackageReference Include="PeterO.Encoding" Version="0.6.0" />
paket add PeterO.Encoding --version 0.6.0
#r "nuget: PeterO.Encoding, 0.6.0"
// Install PeterO.Encoding as a Cake Addin
#addin nuget:?package=PeterO.Encoding&version=0.6.0
// Install PeterO.Encoding as a Cake Tool
#tool nuget:?package=PeterO.Encoding&version=0.6.0
A portable library for .NET that implements character encodings used in Web pages and email.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on PeterO.Encoding:
Package | Downloads |
---|---|
PeterO.MailLib
A .NET library for parsing and generating Internet email messages. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 0.6.0:
- Bug fixes
Version 0.5.1:
- Fixed issue in .NET 2.0 and 4.0 assemblies where resources were inadvertently left out of build.
Version 0.5.0:
- Separate aliases and encodings for email are used, for better conformance to MIME.
- New methods added to Encodings class.
- Endian-independent UTF-16 encoding added for email.
- ISO-2022-JP-2 and ISO-2022-KR encodings added for email.
- .NET 2 and .NET 4 assemblies added to NuGet package.