Cronus.Serialization.NewtonsoftJson 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Cronus.Serialization.NewtonsoftJson --version 1.0.1
                    
NuGet\Install-Package Cronus.Serialization.NewtonsoftJson -Version 1.0.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="Cronus.Serialization.NewtonsoftJson" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cronus.Serialization.NewtonsoftJson" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Cronus.Serialization.NewtonsoftJson" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Cronus.Serialization.NewtonsoftJson --version 1.0.1
                    
#r "nuget: Cronus.Serialization.NewtonsoftJson, 1.0.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.
#:package Cronus.Serialization.NewtonsoftJson@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Cronus.Serialization.NewtonsoftJson&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Cronus.Serialization.NewtonsoftJson&version=1.0.1
                    
Install as a Cake Tool

Cronus json serializer

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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 Cronus.Serialization.NewtonsoftJson:

Package Downloads
Cronus.Projections.Replay.Common

Elders.Cronus.Projections.Replay.Common

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.0.0 819 2/11/2025
11.0.0-preview.4 272 10/28/2024
11.0.0-preview.3 95 10/15/2024
11.0.0-preview.2 96 8/29/2024
11.0.0-preview.1 120 8/14/2024
10.5.0 402 8/14/2024
10.4.0 1,450 3/27/2024
10.3.1 394 3/13/2024
10.3.0 244 3/12/2024
10.2.0 237 2/28/2024
10.1.0 177 2/28/2024
10.0.0 964 11/17/2023
10.0.0-preview.1 205 8/22/2023
9.0.0 984 8/22/2023
9.0.0-preview.5 321 8/7/2023
9.0.0-preview.4 176 7/31/2023
9.0.0-preview.3 169 7/28/2023
9.0.0-preview.2 620 4/21/2023
9.0.0-preview.1 514 3/7/2023
8.1.1-preview.1 503 12/12/2022
8.1.0 2,592 12/12/2022
8.0.2 1,265 8/16/2022
8.0.1 1,179 5/27/2022
8.0.0 575 5/27/2022
7.0.0 1,226 4/6/2022
7.0.0-preview.3 276 3/31/2022
7.0.0-preview.2 1,310 12/1/2021
7.0.0-preview.1 321 11/11/2021
6.2.0 663 11/8/2021
6.1.1-preview.2 1,034 5/11/2021
6.1.1-preview.1 324 5/7/2021
6.1.0 1,531 8/24/2020
6.0.0 1,286 4/16/2020
6.0.0-beta0007 535 4/15/2020
6.0.0-beta0006 537 4/14/2020
6.0.0-beta0005 583 4/8/2020
6.0.0-beta0004 572 3/26/2020
6.0.0-beta0003 705 12/20/2019
6.0.0-beta0002 599 12/11/2019
6.0.0-beta0001 985 10/29/2019
5.1.0 1,690 12/10/2018
5.0.0 956 11/29/2018
5.0.0-discovery0007 827 11/9/2018
5.0.0-discovery0006 807 10/28/2018
5.0.0-discovery0005 817 10/24/2018
5.0.0-discovery0004 828 10/24/2018
5.0.0-discovery0003 794 10/16/2018
5.0.0-discovery0002 823 10/8/2018
5.0.0-discovery0001 802 10/8/2018
5.0.0-beta0001 888 9/16/2018
2.1.0 1,622 3/22/2018
2.1.0-beta0006 1,197 3/20/2018
2.1.0-beta0005 1,237 3/20/2018
2.1.0-beta0004 1,316 3/20/2018
2.1.0-beta0003 1,205 3/19/2018
2.1.0-beta0002 1,286 3/19/2018
2.1.0-beta0001 1,213 3/16/2018
2.0.4 1,430 2/28/2018
2.0.3 1,259 2/26/2018
2.0.2 1,438 2/20/2018
2.0.1 1,241 2/20/2018
2.0.0 1,475 2/12/2018
2.0.0-beta0001 1,060 8/21/2017
1.0.1 5,225 9/9/2016
1.0.0 1,399 4/15/2016
0.1.0 1,338 3/8/2016

Fixes type problem. This has performance hit. Sorry.