ktsu.Schema
1.3.0
Prefix Reserved
See the version list below for details.
dotnet add package ktsu.Schema --version 1.3.0
NuGet\Install-Package ktsu.Schema -Version 1.3.0
<PackageReference Include="ktsu.Schema" Version="1.3.0" />
<PackageVersion Include="ktsu.Schema" Version="1.3.0" />
<PackageReference Include="ktsu.Schema" />
paket add ktsu.Schema --version 1.3.0
#r "nuget: ktsu.Schema, 1.3.0"
#:package ktsu.Schema@1.3.0
#addin nuget:?package=ktsu.Schema&version=1.3.0
#tool nuget:?package=ktsu.Schema&version=1.3.0
Schema
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- ktsu.StrongPaths (>= 1.2.0)
- ktsu.ToStringJsonConverter (>= 1.1.0)
-
net9.0
- ktsu.StrongPaths (>= 1.2.0)
- ktsu.ToStringJsonConverter (>= 1.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.4.0 | 116 | 2/10/2026 |
| 1.3.4 | 107 | 2/6/2026 |
| 1.3.4-pre.7 | 65 | 2/6/2026 |
| 1.3.4-pre.6 | 64 | 2/5/2026 |
| 1.3.4-pre.5 | 73 | 2/3/2026 |
| 1.3.4-pre.4 | 77 | 2/1/2026 |
| 1.3.4-pre.3 | 74 | 1/31/2026 |
| 1.3.4-pre.2 | 67 | 1/31/2026 |
| 1.3.4-pre.1 | 66 | 1/31/2026 |
| 1.3.3 | 126 | 1/30/2026 |
| 1.3.2 | 127 | 1/28/2026 |
| 1.3.2-pre.2 | 115 | 4/26/2025 |
| 1.3.2-pre.1 | 176 | 4/4/2025 |
| 1.3.1 | 235 | 3/30/2025 |
| 1.3.0 | 231 | 3/30/2025 |
| 1.2.1 | 183 | 3/29/2025 |
| 1.2.1-pre.2 | 135 | 3/29/2025 |
| 1.2.1-pre.1 | 509 | 3/25/2025 |
| 1.2.0 | 290 | 3/6/2025 |
| 1.1.0 | 287 | 3/5/2025 |
## v1.3.0 (minor)
Changes since v1.2.0:
- Add LICENSE template ([@matt-edmondson](https://github.com/matt-edmondson))
- Update packages ([@matt-edmondson](https://github.com/matt-edmondson))
## v1.2.1 (patch)
Changes since v1.2.0:
- Update packages ([@matt-edmondson](https://github.com/matt-edmondson))
## v1.2.0 (minor)
Changes since v1.1.0:
- Use the .As() extension method on strong strings instead of casting ([@matt-edmondson](https://github.com/matt-edmondson))
## v1.1.0 (minor)
Changes since v1.0.0:
- Add schema editor prototype ([@matt-edmondson](https://github.com/matt-edmondson))
- Dont serialize the readonly collection wrappers ([@matt-edmondson](https://github.com/matt-edmondson))
## v1.0.0 (patch)
Changes since v1.0.0-pre.15:
- csharp_style_var_when_type_is_apparent = true:error ([@matt-edmondson](https://github.com/matt-edmondson))