Releases: FolkerKinzel/VCards
8.1.1
- Dependency updates
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.
8.1.0
- Implements
IEquatable<Address>
inAddress
- Implements
IEquatable<Name>
inName
- 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.
8.1.0-beta.1
- Implements
IEquatable<Address>
inAddress
- Implements
IEquatable<Name>
inName
- 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.
8.0.1
- Performance optimization in
VCardBuilder
- Cleanup: Removed symbols whose usage was marked as obsolete error
- Dependency updates
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.
8.0.1-beta.1
- Performance optimization in
VCardBuilder
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.
8.0.0
- Version 8 fixes an issue where in previous versions, UID properties containing types other
than Guid were not preserved. In order to fix this issue, breaking changes at the public interface
of the library were required.
It's recommended to start new projects using this version. When updating from version 7.x.x,
meaningful compiler error messages will help you to update existing code from obsolete symbols.
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.
8.0.0-beta.1
- Version 8 fixes an issue where in previous versions, UID properties containing types other
than Guid were not preserved. In order to fix this issue, breaking changes at the public interface
of the library were required.
It's recommended to start new projects using this version. When updating from version 7.x.x,
meaningful compiler error messages will help you to update existing code from obsolete symbols.
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.
8.0.0-alpha.2
- Renamed
Vcf.ToString(...)
toVcf.AsString(...)
to avoid confusion withobject.ToString()
- Dependency update
- Implements in
Relation
:IEquatable<Relation>
- New static method
VCardProperty.IsNullOrEmpty(VCardProperty?)
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.
8.0.0-alpha.1
- Version 8 fixes an issue where in previous versions, UID properties containing types other
than Guid were not preserved. In order to fix this issue, breaking changes at the public interface
of the library were required.
It's recommended to start new projects using this version. When updating from version 7.x.x,
meaningful compiler error messages will help you to update existing code from obsolete symbols.
The current version is a preview version. Don't use it in production. (It's not yet properly
tested and things can still change until the final release.)
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.
7.5.0
- Dependency update: Uses
FolkerKinzel.DataUrls 2.0.0
now.
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.