Skip to content

Commit 07d6477

Browse files
committed
0.8.0
1 parent 415bdb4 commit 07d6477

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Future:
1+
# 0.8.0:
22
- Improved performance of the validation step of deserialization.
33
- Speed up deserializing into explicit types (particularly structs and classes) significantly.
44
- Improved exception messages on malformed inputs when deserializing.

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.4</Version>
5+
<Version>0.8.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)