Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

SlashNephy/Dalamud.Divination.Common

Repository files navigation

Dalamud.Divination.Common

GitHub Workflow Status nuget.org

A shared library used by the Divination projects to provide boilerplate for Dalamud plugin and to complement Dalamud APIs.

Usage

<Project Sdk="Microsoft.NET.Sdk">
    <ItemGroup>
        <PackageReference Include="Dalamud.Divination.Common" Version="${Version}" />
    </ItemGroup>
</Project>

Please refer to the Template repository for more information.