Skip to content

Commit

Permalink
nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
FolkerKinzel committed Oct 6, 2024
1 parent b2afb84 commit c581bc4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file not shown.
6 changes: 3 additions & 3 deletions src/FolkerKinzel.MimeTypes/FolkerKinzel.MimeTypes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>Logo.png</PackageIcon>
<PackageReadmeFile>NugetReadme.md</PackageReadmeFile>
<PackageVersion>5.3.1-alpha.1</PackageVersion>
<FileVersion>5.3.1.1</FileVersion>
<PackageVersion>5.3.1</PackageVersion>
<FileVersion>5.3.1.3</FileVersion>
<AssemblyVersion>5.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>
Expand Down Expand Up @@ -87,7 +87,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="FolkerKinzel.Strings" Version="9.0.0-alpha.1" />
<PackageReference Include="FolkerKinzel.Strings" Version="9.0.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/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
**It's strongly recommended to install this update:**
- Dependency update: Uses `FolkerKinzel.Strings 9.0.0` now. This update **fixes an important issue**.
- Dependency update: Uses `FolkerKinzel.Strings 9.0.0` now. This update fixes an important issue.
- Data update: Supports `image/jxl` now. (File type extension ".jxl")
&nbsp;
>**Project reference:** On some systems, the content of the CHM file in the Assets is blocked. Before opening the file right click on the file icon, select Properties, and **check the "Allow" checkbox** - if it is present - in the lower right corner of the General tab in the Properties dialog.
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>2.0.0</Version>
<FileVersion>2.0.0.15</FileVersion>
<FileVersion>2.0.0.17</FileVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<Authors>Folker Kinzel</Authors>
<Copyright>Copyright © 2021 Folker Kinzel</Copyright>
Expand Down

0 comments on commit c581bc4

Please sign in to comment.