Sledge.Formats 1.2.3

dotnet add package Sledge.Formats --version 1.2.3
NuGet\Install-Package Sledge.Formats -Version 1.2.3
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.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sledge.Formats --version 1.2.3
#r "nuget: Sledge.Formats, 1.2.3"
#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.2.3

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

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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

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

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

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.3 371 1/27/2024
1.2.2 2,647 7/29/2023
1.2.1 289 6/29/2023
1.2.0 517 6/27/2023
1.1.0 372 6/1/2023
1.0.11 468 5/29/2023
1.0.10 281 5/1/2023
1.0.9 1,149 2/5/2023
1.0.8 811 12/30/2022
1.0.7 2,417 7/23/2022
1.0.6 410 6/5/2022
1.0.5 2,715 2/19/2022
1.0.4 397 12/12/2021
1.0.3 561 11/20/2021
1.0.2 390 2/9/2021
1.0.1 1,872 10/1/2020
1.0.0 1,140 10/1/2020

Add standard Stream constructor to SerialisedObject and MipTexture