MineJason.Extensions.SharpNbt 0.2.0-alpha

This is a prerelease version of MineJason.Extensions.SharpNbt.
dotnet add package MineJason.Extensions.SharpNbt --version 0.2.0-alpha
NuGet\Install-Package MineJason.Extensions.SharpNbt -Version 0.2.0-alpha
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="MineJason.Extensions.SharpNbt" Version="0.2.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MineJason.Extensions.SharpNbt --version 0.2.0-alpha
#r "nuget: MineJason.Extensions.SharpNbt, 0.2.0-alpha"
#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 MineJason.Extensions.SharpNbt as a Cake Addin
#addin nuget:?package=MineJason.Extensions.SharpNbt&version=0.2.0-alpha&prerelease

// Install MineJason.Extensions.SharpNbt as a Cake Tool
#tool nuget:?package=MineJason.Extensions.SharpNbt&version=0.2.0-alpha&prerelease

MineJason.Extensions.SharpNbt

Discord

This package provides SharpNbt-related extension methods as an accessory to MineJason.

Usage

Creating MineJason NBT data

var listProvider = listTag.ToMineJason();
var compoundProvider = compoundTag.ToMineJason();

Creating SharpNbt NBT data

var listTag = listProvider.ToListTag();
var compoundTag = compoundProvider.ToCompoundTag();

Issues

Please report issues in the issue tracker.

Thanks

  • Thanks JetBrains for providing a licence of their tools for open source development. The ReSharper VS extension is used in the development of this library.
  • Thanks you for your interest on this library.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.0-alpha 120 1/2/2024
0.1.0-alpha 52 1/1/2024