File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.3.0
2+ - Removed net5 support and added net7 support
3+
14# 1.2.0
25- Added overload of ` [PhpProperty()] ` that accepts integer / long keys. See [ #32 ] ( https://github.com/StringEpsilon/PhpSerializerNET/issues/32 )
36- Allow deserialization of Objects with integer keys
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net6 .0</TargetFramework >
3+ <TargetFramework >net7 .0</TargetFramework >
44 <IsPackable >false</IsPackable >
55 </PropertyGroup >
66 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <Title >PhpSerializerNET</Title >
4- <TargetFrameworks >net5 .0;net6 .0</TargetFrameworks >
4+ <TargetFrameworks >net6 .0;net7 .0</TargetFrameworks >
55 <Version >1.2.0</Version >
66 <Authors >StringEpsilon</Authors >
77 <Summary >A library for working with the PHP serialization format.</Summary >
You can’t perform that action at this time.
0 commit comments