Skip to content

Commit

Permalink
Prepare release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-liersch committed Aug 26, 2023
1 parent a6ea734 commit 9af4c00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [2.0.2] - 2023-08-26
### Fixed
- JsonWriter: Remove unnecessary escape sequence for slash

Expand Down Expand Up @@ -73,7 +73,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- NullReferenceException in SLJsonDeserializer and SLJsonSerializer on missing getter or setter
- NullReferenceException in implicit type conversion on null value

[Unreleased]: https://github.com/steffen-liersch/Liersch.Json/compare/v2.0.1...HEAD
[Unreleased]: https://github.com/steffen-liersch/Liersch.Json/compare/v2.0.2...HEAD
[2.0.2]: https://github.com/steffen-liersch/Liersch.Json/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/steffen-liersch/Liersch.Json/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/steffen-liersch/Liersch.Json/compare/v1.0.2...v2.0.0
[1.0.2]: https://github.com/steffen-liersch/Liersch.Json/compare/v1.0.1...v1.0.2
Expand Down
4 changes: 2 additions & 2 deletions Liersch.Json/Liersch.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<PackageId>Liersch.Json</PackageId>
<Authors>Steffen Liersch</Authors>
<Company>Steffen Liersch</Company>
<Copyright>© 2013-2021 Steffen Liersch</Copyright>
<Copyright>© 2013-2023 Steffen Liersch</Copyright>
<Product>Liersch.Json</Product>
<Description>.NET library for parsing and generating JSON documents</Description>
<VersionPrefix>2.0.1</VersionPrefix>
<VersionPrefix>2.0.2</VersionPrefix>
<VersionSuffix></VersionSuffix>
<PackageTags>c# json iot mqtt netmf parser formatter serialization serializer</PackageTags>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
Expand Down

0 comments on commit 9af4c00

Please sign in to comment.