Skip to content

Commit

Permalink
Merge pull request #9 from gitFurious/dev
Browse files Browse the repository at this point in the history
v.1.2.3.0
  • Loading branch information
Damon Pollard committed Feb 24, 2016
2 parents 1eae58a + c516650 commit 6c3420d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,16 @@ A Nuget package is available at [www.nuget.org/packages/HaloSharp](https://www.n

### Changelog ###

###### v.1.2.2.0 (2016-02-20)
###### v.1.2.2.0 (2016-02-25)

1. Updated Medal enum.
* New Medal Type: Ball

###### v.1.2.2.0 (2016-02-20)

1. Updated Medal enum.
* New Medal Type: Goal

4. Updated Requisition model.
* New property: HideIfNotAcquired

Expand Down
4 changes: 2 additions & 2 deletions Source/HaloSharp.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]
[assembly: AssemblyVersion("1.2.3.0")]
[assembly: AssemblyFileVersion("1.2.3.0")]
3 changes: 2 additions & 1 deletion Source/HaloSharp/Model/Enumeration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ public enum MedalType
Vehicles,
Warzone,
WeaponProficiency,
Goal
Goal,
Ball
}

public enum OwnerType
Expand Down
4 changes: 2 additions & 2 deletions Source/HaloSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]
[assembly: AssemblyVersion("1.2.3.0")]
[assembly: AssemblyFileVersion("1.2.3.0")]

0 comments on commit 6c3420d

Please sign in to comment.