Skip to content

Commit d09e6b2

Browse files
committed
0.4.0
1 parent 3285935 commit d09e6b2

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.4.0
22

33
- Support for structs.
44
- Fixed performance drop due to over-checking the input string.

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.3.0</Version>
5+
<Version>0.4.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)