Metadata >> NuGet >> ServiceStack.Text.TupleSerializer

ServiceStack.Text.TupleSerializer

Metadata

Authors Chatham Financial Corp.
Copyrights Copyright Kacper Harabasz, Chatham Financial Corp. 2013
Description Extension for ServiceStack.Text to serialize Tuple as a delimited string.
IconUrl http://www.servicestack.net/logo-100x100.png
LicenseUrl https://github.com/Chatham/ServiceStack.Text.TupleSerializer/blob/master/LICENSE
Owners Chatham Financial Corp.
ProjectUrl https://github.com/Chatham/ServiceStack.Text.TupleSerializer
ReleaseNotes Fix DeSerializeFn being changed from field to property in ServiceStack.Text v4.0.42 Includes changes up to and including: https://github.com/Chatham/ServiceStack.Text.TupleSerializer/commit/fa8e42bb25569cc603253df5134a339d25350af9
RequireLicenseAcceptance False
Tags Serializer TEXT PrettyPrint ServiceStack JSON Service
Dependencies ServiceStack.Text:3.9.44
Title ServiceStack.Text.TupleSerializer
PackageSize 27041
PackageHashAlgorithm SHA512
PackageHash rtXVYTztrHAMwMbfWD55ElZWrGD2OXYZU4gyYJZrsPkspAQkA3b1JiLe1vcLvvPw6iv/1m9Hu3oWZmp4hGStyA==
DownloadCount 000000
CreatedDate 2015-09-23T19:16:00

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install ServiceStack.Text.TupleSerializer -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install ServiceStack.Text.TupleSerializer -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package ServiceStack.Text.TupleSerializer
Installing the package (HTTP Basic authentication):
Install-Package ServiceStack.Text.TupleSerializer -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package ServiceStack.Text.TupleSerializer -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package ServiceStack.Text.TupleSerializer

OpenWrap

Installing the package:
o add-wrap ServiceStack.Text.TupleSerializer
Uninstalling the package:
o remove-wrap ServiceStack.Text.TupleSerializer

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.16
1.0.13