Skip to content

Commit bb5da1e

Browse files
committed
1.2.0
1 parent df0f5f5 commit bb5da1e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.2.0
2+
- Added overload of `[PhpProperty()]` that accepts integer / long keys. See [#32](https://github.com/StringEpsilon/PhpSerializerNET/issues/32)
3+
- Allow deserialization of Objects with integer keys
4+
15
# 1.1.0
26
- Made type information caches thread safe.
37
- Added support for PhpProperty on enums, allowing consumers to specify different field names

PhpSerializerNET/PhpSerializerNET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Title>PhpSerializerNET</Title>
44
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
5-
<Version>1.1.0</Version>
5+
<Version>1.2.0</Version>
66
<Authors>StringEpsilon</Authors>
77
<Summary>A library for working with the PHP serialization format.</Summary>
88
<PackageTags>php-serialization, php-serializer, php-deserializer</PackageTags>

0 commit comments

Comments
 (0)