55 <PackageId >CSharpScriptSerializer</PackageId >
66 <AssemblyTitle >CSharpScriptSerializer</AssemblyTitle >
77 <Title >CSharpScriptSerializer</Title >
8- <VersionPrefix >1.5.0 </VersionPrefix >
8+ <VersionPrefix >1.6.1 </VersionPrefix >
99 <TargetFrameworks >netstandard1.5;net46</TargetFrameworks >
1010 <NetStandardImplicitPackageVersion Condition =" '$(TargetFramework)' == 'netstandard1.5' " >1.6.1</NetStandardImplicitPackageVersion >
1111 <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
1515 <PackageTags >Roslyn;CSharp;C#;CSX;Script;Serialization</PackageTags >
1616 <PackageReleaseNotes >
1717 <![CDATA[
18+ Version 1.6.1
19+ * Update to Roslyn V2.9.0
1820Version 1.5.0
1921* Add support for hidden properties
2022* Update to Roslyn V2.8.0
@@ -26,13 +28,10 @@ Version 1.2.0
2628* Update to Roslyn V2
2729Version 1.1.2
2830* Increase max length for string literals
29- Version 1.1.1
30- * Use verbatim literals for multi-line strings
31- * Remove redundant flags enum values
3231]]>
3332 </PackageReleaseNotes >
3433 <PackageProjectUrl >https://github.com/AndriySvyryd/CSharpScriptSerializer</PackageProjectUrl >
35- <PackageLicenseUrl >http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl >
34+ <PackageLicense >http://www.apache.org/licenses/LICENSE-2.0</PackageLicense >
3635 <RepositoryType >git</RepositoryType >
3736 <RepositoryUrl >https://github.com/AndriySvyryd/CSharpScriptSerializer.git</RepositoryUrl >
3837 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
@@ -42,8 +41,8 @@ Version 1.1.1
4241 </PropertyGroup >
4342
4443 <ItemGroup >
45- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 2.8.2 " />
46- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 2.8.2 " />
44+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 2.9.0 " />
45+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 2.9.0 " />
4746 </ItemGroup >
4847
4948 <ItemGroup Condition =" '$(TargetFramework)' == 'net46' " >
0 commit comments