Metadata >> NuGet >> fNbt

fNbt

Metadata

Authors fragmer
Copyrights 2010-2011 Erik Davidson; 2012-2014 Matvei Stefarov
Description Library for working with structured data in NBT format: create, load, traverse, modify, and save NBT files, buffers, and streams.
LicenseUrl https://github.com/fragmer/fNbt/blob/master/docs/LICENSE
Owners fragmer
ProjectUrl https://github.com/fragmer/fNbt
RequireLicenseAcceptance False
Tags NBT
Title fNbt
PackageSize 135902
PackageHashAlgorithm SHA512
PackageHash h+rHa1c3uQQuEzFmTc1iFdI2NftOTT++eNkTRUXQWT/NzZ/i1MgylAukiJsVDpAVcqrnWKLTznZOIYlSAvNvzA==
DownloadCount 000000
CreatedDate 2014-11-18T21:46:18

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

OpenWrap

Installing the package:
o add-wrap fNbt
Uninstalling the package:
o remove-wrap fNbt

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