IndiePortable.Formatter 0.2.1.32854

There is a newer version of this package available.
See the version list below for details.
dotnet add package IndiePortable.Formatter --version 0.2.1.32854
NuGet\Install-Package IndiePortable.Formatter -Version 0.2.1.32854
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IndiePortable.Formatter" Version="0.2.1.32854" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IndiePortable.Formatter --version 0.2.1.32854
#r "nuget: IndiePortable.Formatter, 0.2.1.32854"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install IndiePortable.Formatter as a Cake Addin
#addin nuget:?package=IndiePortable.Formatter&version=0.2.1.32854

// Install IndiePortable.Formatter as a Cake Tool
#tool nuget:?package=IndiePortable.Formatter&version=0.2.1.32854

A general purpose, cross-platform binary/text serialization library.

There are no supported framework assets in this package.

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 Downloads Last updated
0.2.2 2,242 1/19/2017
0.2.1.32854 1,529 11/28/2016
0.2.1.1 1,261 11/23/2016
0.2.1 1,546 11/23/2016
0.2.0 4,191 7/22/2016
0.1.2 1,364 6/24/2016
0.1.1 1,963 6/19/2016
0.1.0 1,821 6/16/2016

--------------------------------------------------------------------------------------------
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