Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Feb 13, 2017
1 parent f858061 commit 6f3057b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,23 @@ CakeMail.RestClient is a C# client for the CakeMail service through its RESTful
CakeMailRestAPI is available as a Nuget package.

[![NuGet Version](http://img.shields.io/nuget/v/CakeMail.RestClient.svg)](https://www.nuget.org/packages/CakeMail.RestClient/)
[![AppVeyor](https://img.shields.io/appveyor/ci/Jericho/cakemail-restclient.svg)](https://ci.appveyor.com/project/Jericho/cakemail-restclient)

Pre-release packages are available on my MyGet feed:

[![MyGet Pre Release](https://img.shields.io/myget/jericho/vpre/cakemail.restclient.svg)](http://myget.org/gallery/jericho)


## Release Notes




+ **6.0**
- Fix bug when retrieving a Client record and the 'last_activity' field contains empty date
- Add support for .NET STANDARD 1.3
- Replace RestSharp with PathosChild.Http.FluentClient
- Switch unit testing to xUnit
- Implement GitFlow and repeatable build process

+ **5.0**
- Upgraded to .NET 4.5.2
Expand Down
4 changes: 2 additions & 2 deletions Source/CakeMail.RestClient.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
..\build.cake = ..\build.cake
..\nuspec\CakeMail.RestClient.nuspec = ..\nuspec\CakeMail.RestClient.nuspec
LICENSE = LICENSE
README.md = README.md
..\LICENSE = ..\LICENSE
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{F7E19221-12B8-4C6E-B87A-167A1E95EBA1}"
Expand Down

0 comments on commit 6f3057b

Please sign in to comment.