Skip to content

Commit

Permalink
Updated version, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davghouse committed Dec 15, 2022
1 parent 83e54ab commit fd83d79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions AODamageMeter.UI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]

[assembly: AssemblyVersion("1.4.1.0")]
[assembly: AssemblyFileVersion("1.4.1.0")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
6 changes: 3 additions & 3 deletions AODamageMeter/AODamageMeter.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<AssemblyVersion>1.4.1.0</AssemblyVersion>
<FileVersion>1.4.1.0</FileVersion>
<Version>1.4.1</Version>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.0</FileVersion>
<Version>1.5.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.3" />
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AO Damage Meter

Real-time graphical damage meter for the sci-fi MMORPG Anarchy Online.

Latest release [here](https://github.com/nicgalehouse/AODamageMeter/releases/tag/v1.4.1) (built for W10, but it probably works on W7 too).
Latest release [here](https://github.com/nicgalehouse/AODamageMeter/releases/tag/v1.5.0) (built for W10, but it probably works on W7 too).

Video demonstration [here](https://youtu.be/K4iU7KronOg).

Expand All @@ -24,6 +24,7 @@ Features
+ Update 1.3: Tracks nano interrupts (requires System channel).
+ Update 1.4: Tracks regular blockers from Keeper Ward nanos, improving accuracy of hit chance and hit attempt statistics (requires System channel).
+ Update 1.4.1: Fixed character info and auto-configure problems when playing on Rubi-Ka 2019.
+ Update 1.5: Fixed damage meter scrolling down when new rows are added, and added a minimize button.

Instructions
------------
Expand Down

0 comments on commit fd83d79

Please sign in to comment.