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

Commit

Permalink
New version.
Browse files Browse the repository at this point in the history
  • Loading branch information
PunishedPineapple committed Jul 21, 2020
1 parent d4c95a8 commit e6c8116
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions WaymarkPresetPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyFileVersion("0.9.0.0")]
[assembly: AssemblyVersion("0.9.0.1")]
[assembly: AssemblyFileVersion("0.9.0.1")]
4 changes: 3 additions & 1 deletion WaymarkPresetPlugin/WaymarkPresetPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
<None Include="WaymarkPresetPlugin.json" />
<None Include="WaymarkPresetPlugin.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
4 changes: 2 additions & 2 deletions WaymarkPresetPlugin/WaymarkPresetPlugin.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Author": "PunishedPineapple",
"Name": "Waymark Preset Plugin",
"Description": "Manage waymark presets. Use \"/pwaymark help\" for valid commands.",
"Description": "Manage waymark presets. Use \"/pwaymark help\" for more information.",
"InternalName": "WaymarkPresetPlugin",
"AssemblyVersion": "0.9.0.0",
"AssemblyVersion": "0.9.0.1",
"RepoUrl": "https://github.com/PunishedPineapple/WaymarkPresetPlugin",
"ApplicableVersion": "any",
"DalamudApiLevel": 1
Expand Down

0 comments on commit e6c8116

Please sign in to comment.