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

Commit

Permalink
fixed a json formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisenhuth committed Feb 12, 2023
1 parent 217a913 commit b33e8a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion restart/restart/RestartPlugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"Description": "quickly restarts the game",
"Punchline": "the option from the /xldev menu, now as a chat command",
"InternalName": "RestartPlugin",
"Tags": ["restart, utility"],
"Tags": ["restart", "utility"],
"RepoUrl": "https://github.com/Eisenhuth/dalamud-restart"
}
2 changes: 1 addition & 1 deletion restart/restart/restart.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>$(AppData)\Eisenhuth\DalamudDevPlugins\RestartPlugin\</OutputPath>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<AssemblyVersion>1.0.1.1</AssemblyVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<PackageProjectUrl>https://github.com/Eisenhuth/dalamud-restart</PackageProjectUrl>
Expand Down

0 comments on commit b33e8a8

Please sign in to comment.