CSharpScriptSerializer 1.1.2
See the version list below for details.
dotnet add package CSharpScriptSerializer --version 1.1.2
NuGet\Install-Package CSharpScriptSerializer -Version 1.1.2
<PackageReference Include="CSharpScriptSerializer" Version="1.1.2" />
<PackageVersion Include="CSharpScriptSerializer" Version="1.1.2" />
<PackageReference Include="CSharpScriptSerializer" />
paket add CSharpScriptSerializer --version 1.1.2
#r "nuget: CSharpScriptSerializer, 1.1.2"
#:package CSharpScriptSerializer@1.1.2
#addin nuget:?package=CSharpScriptSerializer&version=1.1.2
#tool nuget:?package=CSharpScriptSerializer&version=1.1.2
Serialize to C# scripts
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard1.5 is compatible. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
| .NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6
- Microsoft.CodeAnalysis.CSharp.Scripting (>= 1.3.2)
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 1.3.2)
-
.NETStandard 1.5
- Microsoft.CodeAnalysis.CSharp.Scripting (>= 1.3.2)
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 1.3.2)
- NETStandard.Library (>= 1.6.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.4 | 938 | 6/16/2022 |
| 3.0.3 | 615 | 6/16/2022 |
| 3.0.2 | 626 | 6/16/2022 |
| 3.0.1 | 615 | 6/15/2022 |
| 2.0.0 | 1,145 | 2/7/2020 |
| 1.6.1 | 3,247 | 12/7/2018 |
| 1.5.0 | 2,028 | 5/31/2018 |
| 1.4.0 | 1,710 | 8/18/2017 |
| 1.3.0 | 1,381 | 8/15/2017 |
| 1.2.0 | 1,586 | 3/10/2017 |
| 1.1.2 | 1,529 | 3/4/2017 |
| 1.1.1 | 1,498 | 3/4/2017 |
| 1.1.0 | 1,902 | 12/11/2016 |
| 1.0.0 | 1,568 | 11/24/2016 |
Version 1.1.2
* Increase max length for string literals
Version 1.1.1
* Use verbatim literals for multi-line strings
* Remove redundant flags enum values
Version 1.1.0
* Enable customizing the property serialization condition in PropertyCSScriptSerializer
Version 1.0.0
* Enable customizing the default values in PropertyCSScriptSerializer
* Change ICSScriptSerializable.GetSerializer() to return ICSScriptSerializer
* Fix parameters not being used in DeserializeAsync
Version 1.0.0-alpha1
* Initial release