Skip to content

Commit

Permalink
Bump to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Feb 1, 2022
1 parent 72f2515 commit 1344183
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.10.2 (1 Feb 2022)
- Fix issue when serializing/deserializing from/to a non-standard dictionary

## 0.10.1 (31 Jan 2022)
- Implement IConvertible.ToString on TomlDateTime (PR [#21](https://github.com/xoofx/Tomlyn/pull/21))

Expand Down
2 changes: 1 addition & 1 deletion src/Tomlyn/Tomlyn.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>0.10.1</VersionPrefix>
<VersionPrefix>0.10.2</VersionPrefix>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<LangVersion>10.0</LangVersion>
<Description>Tomlyn is a TOML parser, validator and authoring library for .NET.</Description>
Expand Down

0 comments on commit 1344183

Please sign in to comment.