Releases: contentful/contentful.net
Releases · contentful/contentful.net
Version 1.3.0
- Retargets a lower version of NetStandard (1.4 and 1.6) to increase the level of compatability of the packages.
Version 1.2.2
- Fixes a bug where in certain circumstances when using a
IContentTypeResolver
andResolveEntriesSelectively
entries were not correctly deserialized.
Version 1.2.1
- Fixes a bug with message not getting set for certain validations.
- Adds
IContentTypeResolver
to theIContentfulClient
that was incorrectly missing.
Version 1.2.0
Add new CreateEntryForLocaleAsync
method.
Version 1.1.1
Adds some missing properties for archied entries to the SystemProperties
class.
Version 1.1.0
Includes some improvements to the ContentfulManagementClient
. You can now use custom classes for things like updating and creating entries where you previously were forced to use Entry<dynamic>
.
Version 1.0.0
Updates the projects to NetStandard 2.0