Andraste.Shared
0.1.3
See the version list below for details.
dotnet add package Andraste.Shared --version 0.1.3
NuGet\Install-Package Andraste.Shared -Version 0.1.3
<PackageReference Include="Andraste.Shared" Version="0.1.3" />
paket add Andraste.Shared --version 0.1.3
#r "nuget: Andraste.Shared, 0.1.3"
// Install Andraste.Shared as a Cake Addin #addin nuget:?package=Andraste.Shared&version=0.1.3 // Install Andraste.Shared as a Cake Tool #tool nuget:?package=Andraste.Shared&version=0.1.3
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Microsoft.Bcl.AsyncInterfaces (>= 7.0.0-preview.4.22229.4)
- NLog (>= 4.7.13)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Text.Encodings.Web (>= 7.0.0-preview.4.22229.4)
- System.Text.Json (>= 6.0.0)
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.