Skip to content

Commit

Permalink
nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
FolkerKinzel committed May 4, 2024
1 parent 0c03bcd commit b81d507
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1.0-beta.1)
[Project Reference and Release Notes](https://github.com/FolkerKinzel/DataUrls/releases/tag/v1.1.0)

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.1.0-beta.1</PackageVersion>
<FileVersion>1.1.0.7</FileVersion>
<PackageVersion>1.1.0</PackageVersion>
<FileVersion>1.1.0.10</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.1.0-beta.1</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/FolkerKinzel/DataUrls/releases/tag/v1.1.0</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.2.0-beta.1" />
<PackageReference Include="FolkerKinzel.MimeTypes" Version="5.2.0" />
<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.1.0-beta.1)
[Project Reference and Release Notes](https://github.com/FolkerKinzel/DataUrls/releases/tag/v1.1.0)

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

0 comments on commit b81d507

Please sign in to comment.