XIVConfigUI 1.0.5

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package XIVConfigUI --version 1.0.5
                    
NuGet\Install-Package XIVConfigUI -Version 1.0.5
                    
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="XIVConfigUI" Version="1.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XIVConfigUI" Version="1.0.5" />
                    
Directory.Packages.props
<PackageReference Include="XIVConfigUI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add XIVConfigUI --version 1.0.5
                    
#r "nuget: XIVConfigUI, 1.0.5"
                    
#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.
#addin nuget:?package=XIVConfigUI&version=1.0.5
                    
Install XIVConfigUI as a Cake Addin
#tool nuget:?package=XIVConfigUI&version=1.0.5
                    
Install XIVConfigUI as a Cake Tool

XIVConfigUI

XIVConfigUI is a ui, localization, config library in Imgui designed to work within Dlamaud Plugins.

Getting Started

Add XIVConfigUI as a submodule to your project:

git submodule add https://github.com/ArchiDog1998/XIVConfigUI

Add it to your plugin's CSProj file:

<ItemGroup>
	<ProjectReference Include="..\XIVConfigUI\XIVConfigUI\XIVConfigUI.csproj" />
</ItemGroup>

Then, in the entry point of your plugin:

XIVConfigUIMain.Init(pluginInterface, "%NAME%");

where pluginInterface is a DalamudPluginInterface.

Don't forget to dispose it!

Usage

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0-windows7.0

    • Svg (>= 3.4.7)

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