Skip to content

Commit

Permalink
nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
FolkerKinzel committed Sep 21, 2023
1 parent d47548e commit 9791621
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
[![NuGet](https://img.shields.io/nuget/v/FolkerKinzel.MimeTypes)](https://www.nuget.org/packages/FolkerKinzel.MimeTypes/)
[![GitHub](https://img.shields.io/github/license/FolkerKinzel/MimeTypes)](https://github.com/FolkerKinzel/MimeTypes/blob/master/LICENSE)

### .NET Library that supports working with Internet Media Types ("MIME Types")
[Project Reference and Release Notes](https://github.com/FolkerKinzel/MimeTypes/releases/tag/v4.0.2)
## .NET Library that supports working with Internet Media Types ("MIME Types")
[Project Reference and Release Notes](https://github.com/FolkerKinzel/MimeTypes/releases/tag/v4.0.3)

- The static `MimeString` class works on strings and allows to convert file names into Internet Media Types ("MIME types") or Internet Media Types into appropriate file type extensions.
- The `MimeType` class allows:
Expand Down
Binary file not shown.
8 changes: 4 additions & 4 deletions src/FolkerKinzel.MimeTypes/FolkerKinzel.MimeTypes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>Logo.png</PackageIcon>
<PackageReadmeFile>NugetReadme.md</PackageReadmeFile>
<PackageVersion>4.0.2</PackageVersion>
<FileVersion>4.0.2.21</FileVersion>
<PackageVersion>4.0.3</PackageVersion>
<FileVersion>4.0.3.2</FileVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<Description>.NET Library that supports working with Internet Media Types ("MIME Types")</Description>
<PackageTags>MIME Internet Media Type C# .NET</PackageTags>
<PackageReleaseNotes>https://github.com/FolkerKinzel/MimeTypes/releases/tag/v4.0.2</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/FolkerKinzel/MimeTypes/releases/tag/v4.0.3</PackageReleaseNotes>
<PackageIconUrl />
<PackageProjectUrl>https://github.com/FolkerKinzel/MimeTypes</PackageProjectUrl>
<RepositoryUrl>https://github.com/FolkerKinzel/MimeTypes.git</RepositoryUrl>
Expand Down Expand Up @@ -84,7 +84,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="FolkerKinzel.Strings" Version="6.2.0" />
<PackageReference Include="FolkerKinzel.Strings" Version="6.3.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/FolkerKinzel.MimeTypes/md/NugetReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


### .NET Library that supports working with Internet Media Types ("MIME Types")
[Project Reference and Release Notes](https://github.com/FolkerKinzel/MimeTypes/releases/tag/v4.0.2)
[Project Reference and Release Notes](https://github.com/FolkerKinzel/MimeTypes/releases/tag/v4.0.3)

- The static `MimeString` class works on strings and allows to convert file names into Internet Media Types ("MIME types") or Internet Media Types into appropriate file type extensions.
- The `MimeType` class allows:
Expand Down
2 changes: 1 addition & 1 deletion src/MimeResourceCompiler/MimeResourceCompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Copyright>Folker Kinzel</Copyright>
<Version>1.1.0</Version>
<FileVersion>1.1.0.66</FileVersion>
<FileVersion>1.1.0.67</FileVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<Authors>Folker Kinzel</Authors>
<Copyright>Copyright © 2021 Folker Kinzel</Copyright>
Expand Down

0 comments on commit 9791621

Please sign in to comment.