Skip to content

Commit

Permalink
nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
FolkerKinzel committed Apr 10, 2024
1 parent 8f06fdf commit c3bcf7c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

[Project Reference and Release Notes](https://github.com/FolkerKinzel/DataUrls/releases/tag/v1.0.0)
[Project Reference and Release Notes](https://github.com/FolkerKinzel/DataUrls/releases/tag/v1.0.1)

The library contains the static `DataUrl` class that supports the "data" URL scheme ([RFC 2397](https://datatracker.ietf.org/doc/html/rfc2397)), which allows to embed data in a URI. The `DataUrl` class allows
- building "data" URL strings from files, byte arrays or text,
Expand Down
Binary file not shown.
8 changes: 4 additions & 4 deletions src/FolkerKinzel.DataUrls/FolkerKinzel.DataUrls.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>1.0.0</PackageVersion>
<FileVersion>1.0.0.15</FileVersion>
<PackageVersion>1.0.1</PackageVersion>
<FileVersion>1.0.1.3</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Description>.NET library that supports working with "data" URLs (RFC 2397)</Description>
<PackageTags>"data"URL RFC2397 C# .NET</PackageTags>
<PackageReleaseNotes>https://github.com/FolkerKinzel/DataUrls/releases/tag/v1.0.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/FolkerKinzel/DataUrls/releases/tag/v1.0.1</PackageReleaseNotes>
<PackageIconUrl />
<PackageProjectUrl>https://github.com/FolkerKinzel/DataUrls</PackageProjectUrl>
<RepositoryUrl>https://github.com/FolkerKinzel/DataUrls.git</RepositoryUrl>
Expand Down Expand Up @@ -73,7 +73,7 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="FolkerKinzel.MimeTypes" Version="5.1.1" />
<PackageReference Include="FolkerKinzel.MimeTypes" Version="5.1.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion src/FolkerKinzel.DataUrls/md/NugetReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

[Project Reference and Release Notes](https://github.com/FolkerKinzel/DataUrls/releases/tag/v1.0.0)
[Project Reference and Release Notes](https://github.com/FolkerKinzel/DataUrls/releases/tag/v1.0.1)

The library contains the static `DataUrl` class that supports the "data" URL scheme ([RFC 2397](https://datatracker.ietf.org/doc/html/rfc2397)), which allows to embed data in a URI. The `DataUrl` class allows
- building "data" URL strings from files, byte arrays or text,
Expand Down
2 changes: 1 addition & 1 deletion src/FolkerKinzel.DataUrls/md/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- Released on nuget
- Dependency update

>**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.

0 comments on commit c3bcf7c

Please sign in to comment.