Skip to content

Commit

Permalink
Update to 2.0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottermandias committed May 30, 2021
1 parent 06ac005 commit 22066d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions GatherBuddy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<LangVersion>preview</LangVersion>
<RootNamespace>GatherBuddy</RootNamespace>
<AssemblyName>GatherBuddy</AssemblyName>
<FileVersion>2.0.3.0</FileVersion>
<AssemblyVersion>2.0.3.0</AssemblyVersion>
<FileVersion>2.0.4.0</FileVersion>
<AssemblyVersion>2.0.4.0</AssemblyVersion>
<Company>SoftOtter</Company>
<Product>GatherBuddy</Product>
<Copyright>Copyright © 2020</Copyright>
Expand Down Expand Up @@ -54,6 +54,9 @@
<Reference Include="Lumina.Excel">
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\dev\Lumina.Excel.dll</HintPath>
</Reference>
<Reference Include="FFXIVClientStructs">
<HintPath>$(appdata)\XIVLauncher\addon\Hooks\dev\FFXIVClientStructs.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Numerics" />
Expand Down
Binary file modified GatherBuddy.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"Name": "GatherBuddy [T]",
"Description": "Adds commands to simplify gathering by finding nodes and their locations via item name and a UI to keep track of special node uptimes.",
"InternalName": "GatherBuddy",
"AssemblyVersion": "2.0.3.0",
"TestingAssemblyVersion": "2.0.3.0",
"AssemblyVersion": "2.0.4.0",
"TestingAssemblyVersion": "2.0.4.0",
"RepoUrl": "https://github.com/Ottermandias/GatherBuddy",
"ApplicableVersion": "any",
"DalamudApiLevel": 3,
"IsHide": "False",
"IsTestingExclusive": "True",
"DownloadCount": 1,
"LastUpdate": 1618608320,
"LastUpdate": 1618608321,
"DownloadLinkTesting": "https://github.com/Ottermandias/GatherBuddy/raw/main/GatherBuddy.zip",
"DownloadLinkUpdate": "https://github.com/Ottermandias/GatherBuddy/raw/main/GatherBuddy.zip",
}
Expand Down

0 comments on commit 22066d2

Please sign in to comment.