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 bfe7e6c commit 19ce986
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 @@ -15,7 +15,7 @@ Parse errors, caused by not well-formed VCF files, are silently ignored by the l

The same is for errors caused by incompliant data when serializing the vCard: Because of the different vCard standards are not completely compliant, incompliant data is silently ignored when converting from one vCard standard to another. To minimize this kind of data loss, the library tries to preserve incompliant data using well-known x-name properties. The usage of such x-name properties can be controlled.

[Project Reference and Release Notes](https://github.com/FolkerKinzel/VCards/releases/tag/v7.0.0-beta.2)
[Project Reference and Release Notes](https://github.com/FolkerKinzel/VCards/releases/tag/v7.0.0)

Read the ["Getting Started" tutorial](https://github.com/FolkerKinzel/VCards/blob/master/src/Examples/GettingStarted.md) if you are new to this library!

Expand Down
Binary file not shown.
8 changes: 4 additions & 4 deletions src/FolkerKinzel.VCards/FolkerKinzel.VCards.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<!-- .nuget-Package: -->
<PackageId>FolkerKinzel.VCards</PackageId>
<Product>FolkerKinzel.VCards</Product>
<Version>7.0.0-beta.2</Version>
<FileVersion>7.0.0.23</FileVersion>
<Version>7.0.0</Version>
<FileVersion>7.0.0.27</FileVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<PackageReleaseNotes>https://github.com/FolkerKinzel/VCards/releases/tag/v7.0.0-beta.2</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/FolkerKinzel/VCards/releases/tag/v7.0.0</PackageReleaseNotes>
<PackageTags>.net vcard vcf c#</PackageTags>
<Description>.NET library for reading, writing, and converting VCF files that comply with vCard standards 2.1, 3.0 and 4.0</Description>
<Authors>Folker Kinzel</Authors>
Expand Down Expand Up @@ -131,7 +131,7 @@
<None Remove="TextFile1.txt" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FolkerKinzel.DataUrls" Version="1.1.0-beta.1" />
<PackageReference Include="FolkerKinzel.DataUrls" Version="1.1.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.VCards/md/NugetReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ It allows
* serializing VCF files to and from streams,
* and interconverting VCF files corresponding to vCard versions 2.1, 3.0, and 4.0.

[Project Reference and Release Notes](https://github.com/FolkerKinzel/VCards/releases/tag/v7.0.0-beta.2)
[Project Reference and Release Notes](https://github.com/FolkerKinzel/VCards/releases/tag/v7.0.0)

[See code examples on GitHub](https://github.com/FolkerKinzel/VCards)

0 comments on commit 19ce986

Please sign in to comment.