Skip to content

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FolkerKinzel committed Nov 18, 2021
1 parent b8451a8 commit 69052fe
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 23 deletions.
Binary file not shown.
Binary file not shown.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
[![NuGet](https://img.shields.io/nuget/v/FolkerKinzel.Contacts.IO)](https://www.nuget.org/packages/FolkerKinzel.Contacts.IO/)
[![GitHub](https://img.shields.io/github/license/FolkerKinzel/Contacts.IO)](https://github.com/FolkerKinzel/Contacts.IO/blob/master/LICENSE)

.NET-API to manage contact data of organizations and natural persons, including a data model and classes to persist it as vCard (*.vcf) or CSV.
.NET Framework to manage contact data of organizations and natural persons, including a data model and classes to persist it as vCard (*.vcf) or CSV.

* [Download Reference (English)](https://github.com/FolkerKinzel/Contacts.IO/blob/master/ProjectReference/1.3.2/FolkerKinzel.Contacts.IO.en.chm)


* [Download Reference (English)](https://github.com/FolkerKinzel/Contacts.IO/blob/master/ProjectReference/1.3.1/FolkerKinzel.Contacts.IO.en.chm)

* [Projektdokumentation (Deutsch) herunterladen](https://github.com/FolkerKinzel/Contacts.IO/blob/master/ProjectReference/1.3.1/FolkerKinzel.Contacts.IO.de.chm)
* [Projektdokumentation (Deutsch) herunterladen](https://github.com/FolkerKinzel/Contacts.IO/blob/master/ProjectReference/1.3.2/FolkerKinzel.Contacts.IO.de.chm)

> IMPORTANT: On some systems the content of the CHM file is blocked. Before opening the file
> right click on the file icon, select Properties, and check the "Allow" checkbox - if it
Expand Down Expand Up @@ -328,3 +326,6 @@ Company Data:
Position: CEO
*/
```
.

- [Version History](https://github.com/FolkerKinzel/Contacts.IO/releases)
6 changes: 5 additions & 1 deletion docs/PackageReleaseNotes/1.3.2/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# FolkerKinzel.Contacts.IO 1.3.2
## Package Release Notes
- Dependency update
- Dependency update

.

- [Version History](https://github.com/FolkerKinzel/Contacts.IO/releases)
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
</TransformComponentArguments>
<DocumentationSources>
<DocumentationSource sourceFile="..\FolkerKinzel.Contacts.IO\FolkerKinzel.Contacts.IO.csproj" />
<DocumentationSource sourceFile="..\..\FolkerKinzel.Contacts\FolkerKinzel.Contacts\FolkerKinzel.Contacts.csproj" />
<DocumentationSource sourceFile="..\FolkerKinzel.Contacts.IO\bin\Release\net5.0\de\FolkerKinzel.Contacts.IO.xml" />
<DocumentationSource sourceFile="..\..\FolkerKinzel.Contacts\FolkerKinzel.Contacts\bin\Release\net5.0\de\FolkerKinzel.Contacts.xml" />
<DocumentationSource sourceFile="..\..\..\FolkerKinzel.Contacts\src\FolkerKinzel.Contacts\FolkerKinzel.Contacts.csproj" />
<DocumentationSource sourceFile="..\..\..\FolkerKinzel.Contacts\src\FolkerKinzel.Contacts\bin\Release\net5.0\de\FolkerKinzel.Contacts.xml" />
</DocumentationSources>
<HelpTitle>FolkerKinzel.Contacts.IO</HelpTitle>
<HelpFileVersion>1.0.0.0</HelpFileVersion>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</TransformComponentArguments>
<DocumentationSources>
<DocumentationSource sourceFile="..\FolkerKinzel.Contacts.IO\FolkerKinzel.Contacts.IO.csproj" />
<DocumentationSource sourceFile="..\..\FolkerKinzel.Contacts\FolkerKinzel.Contacts\FolkerKinzel.Contacts.csproj" />
<DocumentationSource sourceFile="..\..\..\FolkerKinzel.Contacts\src\FolkerKinzel.Contacts\FolkerKinzel.Contacts.csproj" />
</DocumentationSources>
<HelpTitle>FolkerKinzel.Contacts.IO</HelpTitle>
<HelpFileVersion>1.0.0.0</HelpFileVersion>
Expand Down
Binary file not shown.
14 changes: 4 additions & 10 deletions src/FolkerKinzel.Contacts.IO/FolkerKinzel.Contacts.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,12 @@
<!-- nuget-Package: -->
<PackageId>FolkerKinzel.Contacts.IO</PackageId>
<Product>FolkerKinzel.Contacts.IO</Product>
<Version>1.3.1</Version>
<FileVersion>1.3.0.26</FileVersion>
<Version>1.3.2</Version>
<FileVersion>1.3.2.1</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<PackageReleaseNotes>Updates the dependencies and makes use of the new features of FolkerKinzel.Contacts and FolkerKinzel.VCards.

Fixes an issue, that CsvWriter might crash under certain circumstances if the TimeStamp of a Contact object is not explicitely set.

SaveVCard and LoadVCard have been replaced by SaveVcf and LoadVcf to have a more consistent naming. Existing code will still compile and run but will give you Obsolete warnings when using the old naming.

Passing an undefined value of VCardVersion as method argument will cause an ArgumentException now.</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/FolkerKinzel/Contacts.IO/blob/master/docs/PackageReleaseNotes/1.3.2/ReleaseNotes.md</PackageReleaseNotes>
<PackageTags>.net vcf csv vcard contact c#</PackageTags>
<Description>.NET-API to manage contact data of organizations and natural persons, including a data model and classes to persist it as vCard (*.vcf) or CSV.</Description>
<Description>.NET Framework to manage contact data of organizations and natural persons, including a data model and classes to persist it as vCard (*.vcf) or CSV.</Description>
<Authors>Folker Kinzel</Authors>
<Copyright>Copyright © 2020 Folker Kinzel</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
12 changes: 8 additions & 4 deletions src/Reference.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# FolkerKinzel.Contacts.IO
[![GitHub](https://img.shields.io/github/license/FolkerKinzel/Contacts.IO)](https://github.com/FolkerKinzel/Contacts.IO/blob/master/LICENSE)

.NET-API to manage contact data of organizations and natural persons, including a data model and classes to persist it as vCard (*.vcf) or CSV.
.NET Framework to manage contact data of organizations and natural persons, including a data model and classes to persist it as vCard (*.vcf) or CSV.

* [Download Reference (English)](https://github.com/FolkerKinzel/Contacts.IO/blob/master/ProjectReference/1.3.1/FolkerKinzel.Contacts.IO.en.chm)
* [Download Reference (English)](https://github.com/FolkerKinzel/Contacts.IO/blob/master/ProjectReference/1.3.2/FolkerKinzel.Contacts.IO.en.chm)

* [Projektdokumentation (Deutsch) herunterladen](https://github.com/FolkerKinzel/Contacts.IO/blob/master/ProjectReference/1.3.1/FolkerKinzel.Contacts.IO.de.chm)
* [Projektdokumentation (Deutsch) herunterladen](https://github.com/FolkerKinzel/Contacts.IO/blob/master/ProjectReference/1.3.2/FolkerKinzel.Contacts.IO.de.chm)

> IMPORTANT: On some systems the content of the CHM file 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.
.

- [Version History](https://github.com/FolkerKinzel/Contacts.IO/releases)

0 comments on commit 69052fe

Please sign in to comment.