@@ -26,7 +26,7 @@ This file is part of Sanity LINQ (https://github.com/oslofjord/sanity-linq).
26
26
<Authors >Oslofjord Operations AS</Authors >
27
27
<Company >Oslofjord Operations AS</Company >
28
28
<Product >Sanity LINQ</Product >
29
- <Version >1.6 .0</Version >
29
+ <Version >1.7 .0</Version >
30
30
<Description >Strongly-typed .Net Client for Sanity CMS (https://sanity.io)</Description >
31
31
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
32
32
<Copyright >2018 Oslofjord Operations AS</Copyright >
@@ -35,11 +35,11 @@ This file is part of Sanity LINQ (https://github.com/oslofjord/sanity-linq).
35
35
<RepositoryType >git</RepositoryType >
36
36
<PackageTags >sanity cms dotnet linq client groq</PackageTags >
37
37
<PackageLicenseUrl >https://raw.githubusercontent.com/oslofjord/sanity-linq/master/LICENSE</PackageLicenseUrl >
38
- <AssemblyVersion >1.6 .0.0</AssemblyVersion >
38
+ <AssemblyVersion >1.7 .0.0</AssemblyVersion >
39
39
<PackageId >Sanity.Linq</PackageId >
40
40
<AssemblyName >Sanity.Linq</AssemblyName >
41
41
<RootNamespace >Sanity.Linq</RootNamespace >
42
- <FileVersion >1.6 .0.0</FileVersion >
42
+ <FileVersion >1.7 .0.0</FileVersion >
43
43
<PackageReleaseNotes >1.0 - Sanity Linq library
44
44
1.1 - BlockContent library
45
45
1.1.1 - Improvements BlockContent
@@ -61,6 +61,7 @@ This file is part of Sanity LINQ (https://github.com/oslofjord/sanity-linq).
61
61
1.4.5 - Added support for choosing API-version
62
62
1.5.0 - Updated dependencies and support for source link, some serialization fixes
63
63
1.6.0 - Fixed support for queries with parameters against the CDN endpoint
64
+ 1.7.0 - Allow for overriding JsonSerializerSettings for serialization and deserialization
64
65
</PackageReleaseNotes >
65
66
66
67
<PublishRepositoryUrl >true</PublishRepositoryUrl >
0 commit comments