Metadata >> NuGet >> Faker.Net.Portable

Faker.Net.Portable

Metadata

Authors AdmiringWorm
Description C# port of the Ruby gem (http://faker.rubyforge.org/) and is used to easily generate fake data: names, addresses, phone numbers, etc.
LicenseUrl https://raw.githubusercontent.com/AdmiringWorm/Faker.NET.Portable/develop/LICENSE
Owners AdmiringWorm
ProjectUrl https://github.com/AdmiringWorm/Faker.NET.Portable
ReleaseNotes * Fixed an issue where Norwegian language wouldn't output the correct Street Address. * Fixed American phone number generation. * Updated Brazilian Portuguese language * Updated German Phone numbers * Updated American Phone numbers
RequireLicenseAcceptance False
Title Faker.NET (Portable Edition)
PackageSize 155479
PackageHashAlgorithm SHA512
PackageHash kp69L7u2WPeafTwQQED7EGHX/rG2l09dCHNB638EYqemcZvGPp0q3O+s24hzLK6gXektx2dMLTy2wP2u31uv3Q==
DownloadCount 000000
CreatedDate 2015-07-19T18:10:43

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

OpenWrap

Installing the package:
o add-wrap Faker.Net.Portable
Uninstalling the package:
o remove-wrap Faker.Net.Portable

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
2.0.2.44