Andraste.Shared 0.2.2

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

// Install Andraste.Shared as a Cake Tool
#tool nuget:?package=Andraste.Shared&version=0.2.2

Andraste - The "native" C# Modding Framework

Britain/Celtic goddess of war, symbolizing invincibility

The Andraste Modding Framework aims to be a solid base for those writing an in-process modding framework for native (x86, 32bit) Windows applications (Games).

It is mostly the result of generalizing code that I would have written specifically for one game. Releasing it may help others to quickly re-use functionality as well as maybe contributing and reviewing decisions made here.

The Shared Library

This repository holds the common base dependency that provides both generic API/Utility to be used throughout Andraste as well as hosting the data types / json models that are used for communication between the Host and the Payload libraries.

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Andraste.Shared:

Package Downloads
Andraste.Payload

The Payload is what is injected into the Application to provide all the modding functionality

Andraste.Host

Package Description

Andraste.Payload.Generic

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.2 180 3/18/2024
0.2.1 59 3/18/2024
0.2.0 69 2/27/2024
0.1.3 128 7/11/2023