Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: add a nuget package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Mar 13, 2023
1 parent a5dad48 commit d07d7b6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
24 changes: 22 additions & 2 deletions RotationSolver.Basic/RotationSolver.Basic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,33 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ImplicitUsings>enable</ImplicitUsings>
<PlatformTarget>x64</PlatformTarget>

<Version>0.9.0</Version>
<Authors>ArchiTed</Authors>
<DalamudLibPath>$(AppData)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>

<Platforms>AnyCPU</Platforms>
<PackageIcon>RotationSolverIconDiscord_512.png</PackageIcon>
<Description>A basic library for rotation development in FFXIV in RotationSolver.</Description>
<PackageId>FFXIV.Dalamud.RotationSolver.Basic</PackageId>
<Title>RotationSolver.Basic</Title>
<RepositoryUrl>https://github.com/ArchiDog1998/RotationSolver/tree/main/RotationSolver.Basic</RepositoryUrl>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageTags>FFXIV, FF14, Dalamud, Rotation</PackageTags>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>

</PropertyGroup>

<ItemGroup>
<None Include="..\COPYING.LESSER">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\RotationSolverIconDiscord_512.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<Reference Include="Dalamud">
<HintPath>$(DalamudLibPath)Dalamud.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions RotationSolver.Default/RotationSolver.Default.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<DalamudLibPath>$(AppData)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>
<Platforms>AnyCPU</Platforms>
<Authors>ArchiTed</Authors>
<Version>0.9.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d07d7b6

Please sign in to comment.