IndiePortable.Formatter
0.2.2
dotnet add package IndiePortable.Formatter --version 0.2.2
NuGet\Install-Package IndiePortable.Formatter -Version 0.2.2
<PackageReference Include="IndiePortable.Formatter" Version="0.2.2" />
paket add IndiePortable.Formatter --version 0.2.2
#r "nuget: IndiePortable.Formatter, 0.2.2"
// Install IndiePortable.Formatter as a Cake Addin #addin nuget:?package=IndiePortable.Formatter&version=0.2.2 // Install IndiePortable.Formatter as a Cake Tool #tool nuget:?package=IndiePortable.Formatter&version=0.2.2
A general purpose, cross-platform binary/text serialization library.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on IndiePortable.Formatter:
Package | Downloads |
---|---|
IndiePortable.Collections
A cross-platform extension to the default set of collections in the System.Collections namespace providing generic array-based lists and dictionaries. |
|
IndiePortable.Communication.UniversalWindows
Provides an implementation of the Communication library for the Universal Windows Platform, including listeners and connections for the TCP protocol. |
|
IndiePortable.Communication.Tcp
Provides primitives for working with TCP connections in the IndiePortable library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
--------------------------------------------------------------------------------------------
Version 0.2.1
--------------------------------------------------------------------------------------------
Added:
- Added the static CreateWithCoreSurrogates() method to the BinaryFormatter class.
- Added a surrogate for the System.Uri class.
Other:
- Updated NuGet package information (license URL, project URL and icon) to reference GitHub files instead of Dropbox files.
--------------------------------------------------------------------------------------------
Version 0.2.0
--------------------------------------------------------------------------------------------
Improvements:
- New surrogates for mscorlib types System.DateTime and System.TimeSpan
--------------------------------------------------------------------------------------------
Version 0.1.0
--------------------------------------------------------------------------------------------
Initial release