|
1 | | -[](https://www.nuget.org/packages/Schema.NET) [](https://dev.azure.com/schema-net/Schema.NET/_packaging?_a=package&feed=64e69c35-cb00-46e4-9cba-6d8faf1f41d6&package=fa72270b-6c54-4403-9307-aa826e43530e&preferRelease=true) [](https://www.nuget.org/packages/Schema.NET) [](https://twitter.com/RehanSaeedUK) [](https://twitter.com/RehanSaeedUK) |
| 1 | +[](https://www.nuget.org/packages/Schema.NET) |
| 2 | + |
| 3 | +[//]: # ([](https://www.nuget.org/packages/Schema.NET)) |
2 | 4 |
|
3 | 5 | 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. |
4 | 6 |
|
@@ -148,31 +150,12 @@ For more examples and actual running code samples, take a look at the unit tests |
148 | 150 |
|
149 | 151 | There are many pending types on [schema.org](https://schema.org) which are not yet fully formed and ready for production. If you need to use these, you can install the [Schema.NET.Pending](https://www.nuget.org/packages/Schema.NET.Pending) NuGet package instead of [Schema.NET](https://www.nuget.org/packages/Schema.NET). This package contains all released schema types as well as all pending types. |
150 | 152 |
|
151 | | -[](https://www.nuget.org/packages/Schema.NET.Pending) [](https://dev.azure.com/schema-net/Schema.NET/_packaging?_a=package&feed=64e69c35-cb00-46e4-9cba-6d8faf1f41d6&package=3f7ed124-c136-4be6-8972-3a6b612b932e&preferRelease=true) [](https://www.nuget.org/packages/Schema.NET.Pending) |
| 153 | +[](https://www.nuget.org/packages/Schema.NET.Pending) |
| 154 | + |
| 155 | +[//]: # ([](https://www.nuget.org/packages/Schema.NET.Pending)) |
152 | 156 |
|
153 | 157 | ## Continuous Integration |
154 | 158 |
|
155 | | -| Name | Operating System | Status | History | |
156 | | -| :--- | :--- | :--- | :--- | |
157 | | -| Azure Pipelines | Ubuntu | [](https://dev.azure.com/schema-net/Schema.NET/_build/latest?definitionId=1&branchName=main) | |
158 | | -| Azure Pipelines | Mac | [](https://dev.azure.com/schema-net/Schema.NET/_build/latest?definitionId=1&branchName=main) | |
159 | | -| Azure Pipelines | Windows | [](https://dev.azure.com/schema-net/Schema.NET/_build/latest?definitionId=1&branchName=main) | |
160 | | -| Azure Pipelines | Overall | [](https://dev.azure.com/schema-net/Schema.NET/_build/latest?definitionId=1&branchName=main) | [](https://dev.azure.com/schema-net/Schema.NET/_build/latest?definitionId=1&branchName=main) | |
161 | | -| GitHub Actions | Ubuntu, Mac & Windows | [](https://github.com/TimmyMC/Schema.NET/actions) | [](https://github.com/TimmyMC/Schema.NET/actions) | |
162 | | -| AppVeyor | Ubuntu, Mac & Windows | [](https://ci.appveyor.com/project/RehanSaeed/schema-net/branch/main) | [](https://ci.appveyor.com/project/RehanSaeed/schema-net) | |
163 | | - |
164 | | -## Contributions and Thanks |
165 | | - |
166 | | -Please view the [contributing guide](https://github.com/TimmyMC/Schema.NET/blob/main/.github/CONTRIBUTING.md) for more information. |
167 | | - |
168 | | -- [kirkone](https://github.com/kirkone) - CI reads .NET Core version from new global.json file. |
169 | | -- [Turnerj](https://github.com/Turnerj) - Added `System.Text.Json` support, Had all types implement `IEquatable<T>` `GetHashCode` and added extra unit tests and bug fixes. |
170 | | -- [shervinw](https://github.com/shervinw) - Added better null value handling for structs. |
171 | | -- [kirk-marple](https://github.com/kirk-marple) - Refactoring JSON serialization to be more efficient. |
172 | | -- [nickevansuk](https://github.com/nickevansuk) - Adding better null value handling and use HTTPS instead of HTTP. |
173 | | -- [MEmanuelsson](https://github.com/MEmanuelsson) - Added support for the schema.org Date type without time. |
174 | | -- [halovanic](https://github.com/halovanic) - For adding interfaces to Schema.NET types for greater flexibility. |
175 | | -- [AndreSteenbergen](https://github.com/AndreSteenbergen) - For enabling the tool to work on linux. |
176 | | -- [benmccallum](https://github.com/benmccallum) - For adding XSS vlnerability protection. |
177 | | -- [psampaio](https://github.com/psampaio) - Added deserialization support and unit tests. |
178 | | -- [icunningham88](https://github.com/icunningham88) - Improved a test. |
| 159 | +| Name | Operating System | Status | History | |
| 160 | +| :--- | :--- | :--- |:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 161 | +| GitHub Actions | Ubuntu, Mac & Windows | [](https://github.com/TimmyMC/Schema.NET/actions) | [](https://github.com/TimmyMC/Schema.NET/actions) | |
0 commit comments