Sanity.Linq 1.7.1

dotnet add package Sanity.Linq --version 1.7.1
NuGet\Install-Package Sanity.Linq -Version 1.7.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Sanity.Linq" Version="1.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sanity.Linq --version 1.7.1
#r "nuget: Sanity.Linq, 1.7.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Sanity.Linq as a Cake Addin
#addin nuget:?package=Sanity.Linq&version=1.7.1

// Install Sanity.Linq as a Cake Tool
#tool nuget:?package=Sanity.Linq&version=1.7.1

Strongly-typed .Net Client for Sanity CMS (https://sanity.io/)

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Sanity.Linq:

Package Downloads
Snokam.Sanity

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.7.1 41,863 4/12/2023
1.7.0 32,454 12/13/2022
1.6.0 15,927 9/16/2022
1.5.0 13,528 5/18/2022
1.4.5 35,783 10/1/2021
1.4.3 54,903 7/3/2020
1.4.2 8,902 3/14/2020
1.4.1 10,214 11/21/2019
1.4.0 2,285 11/8/2019
1.3.9 3,117 11/7/2019
1.3.8 1,045 10/31/2019
1.3.7 1,041 10/31/2019
1.3.6 2,708 8/26/2019
1.3.5 1,407 8/20/2019
1.3.4 1,045 8/20/2019
1.3.3 1,661 7/17/2019
1.3.2 1,107 7/15/2019
1.3.1 1,129 7/10/2019
1.3.0 1,100 7/9/2019
1.2.3 1,064 7/9/2019
1.2.2 1,115 7/9/2019
1.2.1 15,740 7/3/2019
1.2.0 1,099 7/3/2019
1.1.8 2,666 2/20/2019
1.1.8-CI-20190220-100431 1,028 2/20/2019
1.1.8-CI-20190129-140250 1,090 2/20/2019
1.1.7 1,228 2/20/2019

1.0 - Sanity Linq library
1.1 - BlockContent library
1.1.1 - Improvements BlockContent
1.1.2 - Fixed bug where SanityLocale.Get() would not work with strings.
1.1.4 - Fixed bug that caused a SanityLocale<object> object to get Translations property with null for all values.
1.1.5 - Fixed bug in update
1.1.6 - Support for localized arrays
1.1.8 - Updated documentation
1.2.0 - Support for nested Includes / projections
1.2.1 - Extended tests and improved support for fluid/Linq includes
1.3.0 - Support for field aliases when joining / including
1.3.7 - Added support for weak references to SanityReference common type
1.3.9 - Added support for sanity _key field to SanityDocument common type
1.4.0 - Support for cancellation tokens
1.4.1 - Bugfix for weak references
1.4.2 - Support for "Contains" queries
1.4.3 - Support for IHttpClientFactory
1.4.4 - SanityFile type added
1.4.5 - Added support for choosing API-version
1.5.0 - Updated dependencies and support for source link, some serialization fixes
1.6.0 - Fixed support for queries with parameters against the CDN endpoint
1.7.0 - Allow for overriding JsonSerializerSettings for serialization and deserialization
1.7.1 - Fixed using correct serializer settings in client