Skip to content

Commit

Permalink
Bump version and fix assets
Browse files Browse the repository at this point in the history
  • Loading branch information
slotthhy committed Mar 13, 2024
1 parent a570624 commit 16eb61e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Orchestrion/Orchestrion.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<DalamudLibPath>$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>
<PluginVersion>2.2.0.2</PluginVersion>
<PluginVersion>2.2.0.3</PluginVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -97,11 +97,17 @@
<Folder Include="UI\" />
</ItemGroup>
<ItemGroup>
<None Remove="Loc\fr.json" />
<EmbeddedResource Include="Loc\fr.json" />
<None Remove="Loc\de.json" />
<EmbeddedResource Include="Loc\de.json" />
<None Remove="Loc\en.json" />
<EmbeddedResource Include="Loc\en.json" />
<None Remove="Loc\fr.json" />
<EmbeddedResource Include="Loc\fr.json" />
<None Remove="Loc\it.json" />
<EmbeddedResource Include="Loc\it.json" />
<None Remove="Loc\ja.json" />
<EmbeddedResource Include="Loc\ja.json" />
<None Remove="Loc\zh.json" />
<EmbeddedResource Include="Loc\zh.json" />
</ItemGroup>
</Project>

0 comments on commit 16eb61e

Please sign in to comment.