Skip to content

Commit d788bbe

Browse files
committed
1.1.0
1 parent 8b1fe24 commit d788bbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# vNext
1+
# 1.1.0
2+
- Made type information caches thread safe.
23
- Added support for PhpProperty on enums, allowing consumers to specify different field names
34
- Performance: Cache enum field information with `TypeCacheFlag.PropertyInfo`.
4-
- Added thread safety to caches.
55

66
# 1.0.0
77

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>1.0.0</Version>
5+
<Version>1.1.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)