Skip to content

Commit 88d7432

Browse files
committed
Version 2.1.1
1 parent a017e04 commit 88d7432

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2.1.1 (Future)
1+
# 2.1.1 (2025-03-12)
22

33
## Bugfixes
44
- Deserializing into a `PhpObjectDictionary` with an integer key failed with an invalid cast exception. [#43](https://github.com/StringEpsilon/PhpSerializerNET/issues/43).

PhpSerializerNET/PhpSerializerNET.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Title>PhpSerializerNET</Title>
44
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
55
<LangVersion>12.0</LangVersion>
6-
<Version>2.1.0</Version>
6+
<Version>2.1.1</Version>
77
<Authors>StringEpsilon</Authors>
88
<Summary>A library for working with the PHP serialization format.</Summary>
99
<PackageTags>php-serialization, php-serializer, php-deserializer</PackageTags>
@@ -16,9 +16,10 @@
1616
<RepositoryUrl>https://github.com/StringEpsilon/PhpSerializerNET</RepositoryUrl>
1717
<RespositoryType>git</RespositoryType>
1818
<PackageIcon>icon.png</PackageIcon>
19+
<PackageReadmeFile>README.md</PackageReadmeFile>
1920
</PropertyGroup>
2021
<ItemGroup>
21-
<None Include="..\LICENSE" Pack="true" PackagePath="/" />
22+
<None Include="..\LICENSE" Pack="true" PackagePath="/"/>
2223
<None Include="..\README.md" Pack="true" PackagePath="/"/>
2324
<None Include="..\assets\icon.png" Pack="true" PackagePath="\" />
2425
</ItemGroup>

0 commit comments

Comments
 (0)