Skip to content

Commit a9ea0ef

Browse files
committed
0.9.0
1 parent 8e657e8 commit a9ea0ef

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# 0.9.0:
22

3+
## Breaking:
4+
- Targeting net6.0
5+
36
## Semi breaking:
47
- Type lookup: Now negative lookup results are also cached.
58
- This may also lead to undeseriable results when adding classes and structs at runtime.

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>net6.0</TargetFramework>
5-
<Version>0.8.0</Version>
5+
<Version>0.9.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)