Skip to content

Commit

Permalink
Publish v1.16
Browse files Browse the repository at this point in the history
* Add Fjordur map support.
* Fixed bug where min/max level criteria did not work for searches with partial match on species name (contributed by @rabbit400 - thanks very much!).
  • Loading branch information
coldino committed Jun 25, 2022
1 parent ee6f66b commit d5700e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion LarkatorGUI/LarkatorGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PublisherName>coldino</PublisherName>
<AutorunEnabled>true</AutorunEnabled>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.15.0.0</ApplicationVersion>
<ApplicationVersion>1.16.0.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down Expand Up @@ -252,5 +252,8 @@
<Resource Include="imgs\map_Gen2.jpg" />
<Resource Include="imgs\map_LostIsland.jpg" />
</ItemGroup>
<ItemGroup>
<Resource Include="imgs\map_Fjordur.jpg" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit d5700e0

Please sign in to comment.