Sledge.Formats 1.0.9

.NET Standard 2.0
dotnet add package Sledge.Formats --version 1.0.9
NuGet\Install-Package Sledge.Formats -Version 1.0.9
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="Sledge.Formats" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sledge.Formats --version 1.0.9
#r "nuget: Sledge.Formats, 1.0.9"
#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 Sledge.Formats as a Cake Addin
#addin nuget:?package=Sledge.Formats&version=1.0.9

// Install Sledge.Formats as a Cake Tool
#tool nuget:?package=Sledge.Formats&version=1.0.9

This is the base package for Sledge.Formats. It contains parsers for Quake MipTexture, Valve Liblist, and Valve VDF formats. It also contains data structures used in other Sledge.Formats packages, such as geometry classes.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Sledge.Formats:

Package Downloads
Sledge.Formats.Bsp

A BSP parser for Half-Life and Quake 1. Currently supports Quake 1 (v29), Quake 2 (IBSP v38), and Half-Life 1 (v30) BSP formats.

Sledge.Formats.Map

Parsers for map source files used by level editors. Currently supports MAP files in the idtech2 and valve formats, Worldcraft RMF v2.2, and partial support for Source Hammer VMF and Jackhammer/JACK JMF formats.

Sledge.Formats.Texture

Parsers for texture formats used by Quake, Half-Life, and the Source engine. Currently supported formats are Quake's WAD2, Half-Life's WAD3, and Source's VTF.

Sledge.Formats.Packages

Parsers for file package formats used by Quake, Half-Life, and the Source engine. Currently supported are the Quake PAK format, and the Source VPK format.

Sledge.Formats.GameData

An FGD parser. Currently supports Worldcraft, JACK, and TrenchBroom FGD formats.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.9 239 2/5/2023
1.0.8 391 12/30/2022
1.0.7 1,164 7/23/2022
1.0.6 284 6/5/2022
1.0.5 1,383 2/19/2022
1.0.4 243 12/12/2021
1.0.3 420 11/20/2021
1.0.2 277 2/9/2021
1.0.1 1,092 10/1/2020
1.0.0 610 10/1/2020

File system interface updates