You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
2.8 KiB

# Changelog
All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [2.0.0] - 2020-04-20
### This is the release of *Unity Package Nuget.NewtonsoftJson* v2.0.0.
* Updated dll to AOT compatible version to allow for IL2CPP compilation platform targets
* Added dll to Portable compatible version to allow for additional platform targets
* Updated associated Package Documents
## [2.0.0-preview] - 2019-11-14
### This is the preview of *Unity Package Nuget.NewtonsoftJson* v2.0.0-preview.
* Changed dll to AOT compatible version to allow for IL2CPP compilation platform targets
## [1.1.2] - 2019-10-31
### This is the release of *Unity Package Nuget.NewtonsoftJson* v1.1.2.
* Fixed tests for 2018.4.
## [1.1.1] - 2019-10-30
### This is the release of *Unity Package Nuget.NewtonsoftJson* v1.1.1.
* Added some sanity tests to catch issues in the CI.
## [1.1.0] - 2019-10-29
### This is the release of *Unity Package Nuget.NewtonsoftJson* v1.1.0.
* Use .net standard 2.0 version of the dll.
* Renamed the dll to match the assembly name. Users will need to update their assembly references.
## [1.1.0-preview.1] - 2019-08-09
### This is the first preview of *Unity Package Nuget.Newtonsoft.Json* version 1.1.0.
* Updated to bug fix release 12.0.2 of Newtonsoft Json.
* Updated package description.
## [1.0.1-preview.2] - 2019-10-02
### This is the second preview release of *Unity Package Nuget.NewtonsoftJson* v1.0.1.
* Use .net standard 2.0 version of the dll.
## [1.0.1-preview.1] - 2019-08-13
### This is the first preview release of *Unity Package Nuget.Newtonsoft.Json* v1.0.1.
* Renamed the dll to match the assembly name. Users will need to update their assembly references.
## [1.0.0] - 2019-08-08
### This is the first release of *Unity Package Nuget.Newtonsoft.Json*.
* No notable changes from the previous preview release.
## [1.0.0-preview.4] - 2019-08-06
### This is the fourth preview release of *Unity Package Nuget.Newtonsoft.Json*.
* Remove the unused asmdef file and make it such that the dll needs to be explicitly included.
## [1.0.0-preview.3] - 2019-07-03
### This is the third preview release of *Unity Package Nuget.Newtonsoft.Json*.
* Update the documentation for the package and the package description to state that this package is for internal Unity use __only__.
## [1.0.0-preview.2] - 2019-06-21
### This is the second preview release of *Unity Package Nuget.NewtonsoftJson*.
* The name of the package has been changed to avoid a naming issue with npm.
## [1.0.0-preview.1] - 2019-06-21
### This is the first preview release of *Unity Package Nuget.NewtonsoftJson*.
* This is the first preview of a the custom Unity package for NewtonsoftJson. Please report any bugs.