FolkerKinzel.MimeTypes 2.0.0-beta.5

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of FolkerKinzel.MimeTypes.
There is a newer version of this package available.
See the version list below for details.
dotnet add package FolkerKinzel.MimeTypes --version 2.0.0-beta.5
NuGet\Install-Package FolkerKinzel.MimeTypes -Version 2.0.0-beta.5
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="FolkerKinzel.MimeTypes" Version="2.0.0-beta.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FolkerKinzel.MimeTypes --version 2.0.0-beta.5
#r "nuget: FolkerKinzel.MimeTypes, 2.0.0-beta.5"
#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 FolkerKinzel.MimeTypes as a Cake Addin
#addin nuget:?package=FolkerKinzel.MimeTypes&version=2.0.0-beta.5&prerelease

// Install FolkerKinzel.MimeTypes as a Cake Tool
#tool nuget:?package=FolkerKinzel.MimeTypes&version=2.0.0-beta.5&prerelease

GitHub

.NET Library that supports working with Internet Media Types ("MIME Types")

Project Reference and Release Notes

The library contains:

  • MimeType struct: Represents a MIME type ("Internet Media Type") according to RFC 2045 and RFC 2231. The struct can be created from a file type extension or parsed from an Internet Media Type string or ReadOnlyMemory<Char>.
  • The MimeType struct allows
    • to retrieve an appropriate file type extension for its content automatically,
    • to serialize its content as an Internet Media Type string according to the standards,
    • to compare its content with other Internet Media Types for equality.
  • The MimeTypeBuilder class offers a fluent API to build MimeType instances from scratch.
  • The FormattingOptions enum allows a featured string serialization of MimeType instances.

The library is designed to support performance and small heap allocation.

See code examples at GitHub

Version History

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on FolkerKinzel.MimeTypes:

Package Downloads
FolkerKinzel.Uris The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

.NET library that supports working with "data" URLs (RFC 2397)

FolkerKinzel.DataUrls The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

.NET library that supports working with "data" URLs (RFC 2397)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.2.0-beta.1 34 4/28/2024
5.1.2 402 4/10/2024
5.1.1 375 3/10/2024
5.1.0 345 11/26/2023
5.0.4 2,215 11/5/2023
5.0.3 157 10/27/2023
5.0.2 946 10/18/2023
5.0.1 196 9/30/2023
5.0.0 108 9/28/2023
4.0.4 141 9/24/2023
4.0.3 108 9/21/2023
4.0.2 109 9/19/2023
4.0.1 216 8/10/2023
4.0.0 145 8/7/2023
4.0.0-rc.4 78 7/28/2023
4.0.0-rc.3 75 7/28/2023
4.0.0-rc.2 79 7/27/2023
3.0.0-beta.1 85 7/23/2023
2.0.0-beta.5 91 7/23/2023
2.0.0-beta.3 85 7/22/2023
2.0.0-beta.2 78 7/20/2023
2.0.0-beta.1 54 7/20/2023
1.0.0-beta.4 5,547 1/21/2022
1.0.0-beta.3 133 1/3/2022
1.0.0-beta.2 154 9/8/2021
1.0.0-beta.1 133 8/30/2021
1.0.0-alpha.3 148 8/16/2021
1.0.0-alpha.2 142 8/11/2021
1.0.0-alpha.1 149 8/9/2021