Skip to content

Commit

Permalink
Update version, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davghouse committed Nov 20, 2017
1 parent 313b1a1 commit 1a71047
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.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.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.1.3.0</AssemblyVersion>
<FileVersion>1.1.3.0</FileVersion>
<Version>1.1.3</Version>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<FileVersion>1.2.0.0</FileVersion>
<Version>1.2.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.1.3) (built for W10, but I think it works on W7 too).
Latest release [here](https://github.com/nicgalehouse/AODamageMeter/releases/tag/v1.2.0) (built for W10, but I think it works on W7 too).

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

Expand All @@ -19,6 +19,7 @@ Features
+ And the basics like pausing fights, viewing historical fights, scripts, and detailed stats for pretty much everything.
+ Update 1.1: Supports dynamically adding pets to yourself or others.
+ Update 1.1: Includes special handling to make the damage done by/taken from crat charms more accurate.
+ Update 1.2: Adds damage type breakdown to tooltips to help you determine the optimal reflect bracer/ShieldAC/AC choices for a given encounter.

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

0 comments on commit 1a71047

Please sign in to comment.