Skip to content

Commit

Permalink
Manifest change
Browse files Browse the repository at this point in the history
  • Loading branch information
pikpik-carrot committed Jan 7, 2025
1 parent 6bd47db commit 80cbc38
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions OWTrunic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,24 @@
<ItemGroup>
<Content Include="OWTrunic.csproj.user" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\Assets.manifest" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\Assets" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\Assets.manifest" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\Translation.xml" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\trunic_lite" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\trunic_lite.manifest" />
</ItemGroup>
<ItemGroup>
<None Update="Assets\Assets">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
Binary file modified bin/Debug/OWTrunic.dll
Binary file not shown.
Binary file modified bin/Debug/OWTrunic.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/Debug/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "pikpik_carrot & EndgameZero",
"name": "Trunic Localization",
"uniqueName": "pikpik_carrot.OWTrunic",
"version": "0.1.0",
"version": "1.0.0",
"owmlVersion": "2.9.6",
"dependencies": [
"xen.LocalizationUtility"
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "pikpik_carrot & EndgameZero",
"name": "Trunic Localization",
"uniqueName": "pikpik_carrot.OWTrunic",
"version": "0.1.0",
"version": "1.0.0",
"owmlVersion": "2.9.6",
"dependencies": [
"xen.LocalizationUtility"
Expand Down

0 comments on commit 80cbc38

Please sign in to comment.