Schema.NET
3.5.0
See the version list below for details.
Install-Package Schema.NET -Version 3.5.0
dotnet add package Schema.NET --version 3.5.0
<PackageReference Include="Schema.NET" Version="3.5.0" />
paket add Schema.NET --version 3.5.0
#r "nuget: Schema.NET, 3.5.0"
// Install Schema.NET as a Cake Addin
#addin nuget:?package=Schema.NET&version=3.5.0
// Install Schema.NET as a Cake Tool
#tool nuget:?package=Schema.NET&version=3.5.0
Schema.org objects turned into strongly typed C# POCO classes for use in .NET. All classes can be serialized into JSON/JSON-LD and XML, typically used to represent structured data in the head section of html page.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 11.0.2)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 11.0.2)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on Schema.NET:
Package | Downloads |
---|---|
OpenActive.NET
OpenActive.io objects turned into strongly typed C# POCO classes for use in .NET. All classes can be serialized into JSON/JSON-LD, to provide easy conformance with the OpenActive Modelling Specification. |
|
Spin
Web Framework cross platforms based to .net core |
|
DeploySoftware.LaunchPad.Core
Shared code for LaunchPad framework. |
|
DeploySoftware.LaunchPad.Shared
Shared code for LaunchPad framework. |
|
Doitsu.Ecommerce.Core.SEO
SEO library of Doitsu Technology |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
11.0.1 | 23,064 | 2/22/2022 |
11.0.0 | 48,010 | 11/9/2021 |
10.1.0 | 8,232 | 10/11/2021 |
10.0.0 | 32,450 | 6/25/2021 |
9.0.0 | 14,238 | 4/4/2021 |
8.0.0 | 86,678 | 11/2/2020 |
7.2.0 | 43,409 | 8/21/2020 |
7.1.0 | 90,592 | 3/18/2020 |
7.0.1 | 59,295 | 1/15/2020 |
7.0.0 | 6,335 | 12/31/2019 |
6.0.0 | 69,856 | 10/23/2019 |
5.0.0 | 5,228 | 9/29/2019 |
4.3.0 | 14,327 | 7/1/2019 |
4.2.0 | 10,536 | 6/2/2019 |
4.1.0 | 4,210 | 5/31/2019 |
4.0.0 | 701 | 5/27/2019 |
3.7.1 | 17,491 | 4/25/2019 |
3.7.0 | 836 | 4/23/2019 |
3.6.0 | 34,939 | 12/24/2018 |
3.5.0 | 49,255 | 10/19/2018 |
3.4.0 | 59,311 | 2/20/2018 |
3.2.4 | 16,651 | 7/2/2017 |
3.2.3 | 830 | 6/19/2017 |
3.2.2 | 715 | 6/15/2017 |
3.2.1 | 739 | 6/11/2017 |
3.2.0 | 1,461 | 6/8/2017 |
Can now deserialize JSON into Schema.NET POCO types.