Skip to content

Commit 4dfc26a

Browse files
committed
0.7.2 + changelog
1 parent c194bdc commit 4dfc26a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- When true, empty strings will be deserialized into the default value of the target IConvertible.
44
For example `s:0:"";` deserialized to an integer yields `0`.
55
See issue #13 for details.
6+
- Fixed a regression introduced in 0.7.1 where some data would no longer parse correctly (#12) due to improper handling of array brackets.
67

78
# 0.7.1:
89
- Fixed issue with nested array / object validation (issue #11)

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
<TargetFramework>net5.0</TargetFramework>
5-
<Version>0.7.1</Version>
5+
<Version>0.7.2</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)