Skip to content

Commit

Permalink
Remove explicit version and unused using
Browse files Browse the repository at this point in the history
  • Loading branch information
anya-hichu committed Aug 7, 2024
1 parent 8fe0d95 commit dc41f68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ChatContext/ChatContext.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<Import Project="Dalamud.Plugin.Bootstrap.targets"/>

<PropertyGroup>
<Version>0.0.0.0</Version>
<Description>Dalamud plugin to add sender target to chat messages.</Description>
<PackageProjectUrl>https://github.com/anya-hichu/ChatContext</PackageProjectUrl>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
Expand Down
1 change: 0 additions & 1 deletion ChatContext/Windows/ConfigWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Numerics;
using Dalamud.Game.Text;
using Dalamud.Interface.Windowing;
using Dalamud.Utility;
using ImGuiNET;

namespace ChatContext.Windows;
Expand Down

0 comments on commit dc41f68

Please sign in to comment.