Skip to content

Commit e8e2263

Browse files
committed
0.11.0
1 parent a8c48f5 commit e8e2263

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-
# 1.0 (Future)
1+
# 0.11.0
22

33
**Deserialization:**
44
- Added `string Serialize(object? input, PhpSerializiationOptions? options = null)` to `PhpSerialization` so the target type can be specified at run time.

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>0.10.0</Version>
5+
<Version>0.11.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)