Metadata >> NuGet >> Fractions.Json

Fractions.Json

Metadata

Authors Daniel Mueller
Copyrights Copyright 2013 Daniel Mueller
Description Converts a fraction data type to JSON by using Fraction's ToString() and FromString() methods. The class name is JsonFractionConverter.
IconUrl https://danm.de/files/src/csharp/Fractions/Fraction.ico
LicenseUrl https://danm.de/files/src/csharp/Fractions/license.txt
Owners Daniel Mueller
ProjectUrl https://github.com/danm-de/Fractions
RequireLicenseAcceptance False
Summary A JSON.Net converter for the fraction data type.
Tags fraction math
Dependencies Fractions|Newtonsoft.Json:5.0.8
Title JSON.Net Fraction converter
PackageSize 10527
PackageHashAlgorithm SHA512
PackageHash 18zu4MSr2o2EbFyET7t9HTBskmC9N1/WwjqMQq6EKVoqp+uLFqsW/taZwY/ynhM9LhPhIdjVuldgFwknkFTcrA==
DownloadCount 000000
CreatedDate 2013-11-16T23:59:22

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 Fractions.Json -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Fractions.Json -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 Fractions.Json
Installing the package (HTTP Basic authentication):
Install-Package Fractions.Json -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Fractions.Json -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Fractions.Json

OpenWrap

Installing the package:
o add-wrap Fractions.Json
Uninstalling the package:
o remove-wrap Fractions.Json

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