Skip to content

Commit 7556439

Browse files
committed
Update to Roslyn V2.9.0
1 parent 16408d2 commit 7556439

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

src/CSharpScriptSerializer/CSharpScriptSerializer.csproj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -15,6 +15,8 @@
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
1820
Version 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
2729
Version 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' ">

test/CSharpScriptSerializer.Tests/CSharpScriptSerializer.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<AssemblyName>CSharpScriptSerializer.Tests</AssemblyName>
55
<PackageId>CSharpScriptSerializer.Tests</PackageId>
6-
<VersionPrefix>1.5.0</VersionPrefix>
6+
<VersionPrefix>1.6.1</VersionPrefix>
77
<TargetFrameworks>netcoreapp2.1;net46</TargetFrameworks>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
99
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>

0 commit comments

Comments
 (0)