Skip to content

Commit

Permalink
Update to Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegregory committed Oct 26, 2016
1 parent d474104 commit 81a9528
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
EmmaSharp Release Notes
=========
## HEAD (Unreleased)

## New in 1.0.3 (Released 2016/10/26)
* Added change_status enum values as received from Emma support. [#20](https://github.com/kylegregory/EmmaSharp/pull/20) via @MikeSmithDev
* GetMemberGroups was failing due to DateTime conversion on the Group model, added EmmaDateConverter to necessary properties. [#21](https://github.com/kylegregory/EmmaSharp/pull/21) via @MikeSmithDev

## New in 1.0.2 (Released 2016/10/10)
* Update RestSharp Dependency to v 105.2.3 because of namespace change to `HttpBasicAuthenticator` [#8](https://github.com/kylegregory/EmmaSharp/issues/8#issuecomment-252004909) via @technomaz
Expand All @@ -12,4 +15,4 @@ EmmaSharp Release Notes
* Fixed: `NumMembersAdded` property on `Import` - [#16](https://github.com/kylegregory/EmmaSharp/pull/16) via @MikeSmithDev

## New in 1.0.0 (Released 2016/02/25)
* Initial release
* Initial release
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if "%config%" == "" (
set config=Release
)

set version=1.0.2
set version=1.0.0
if not "%PackageVersion%" == "" (
set version=%PackageVersion%
)
Expand Down

0 comments on commit 81a9528

Please sign in to comment.