Skip to content

Commit

Permalink
Merge pull request #72 from CityofSantaMonica/release
Browse files Browse the repository at this point in the history
v0.8.0 release
  • Loading branch information
thekaveman authored Dec 7, 2017
2 parents 0144624 + 8b2197a commit 5d60e9c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### New in 0.8.0 (Released 2017/12/06)

Bug fixes

- Remove discontinued field from `ResourceMetadata` that was causing serialization issues [#69](https://github.com/CityofSantaMonica/SODA.NET/issues/69)

New features

- `EwsClient` can be instantiated directly, add new implementation `Office365EwsClient` for connecting to Office 365 based accounts [#71](https://github.com/CityofSantaMonica/SODA.NET/pull/71)

### New in 0.7.0 (Released 2017/01/12)

*It is highly recommended to update to this version, as it features improved security following Socrata's deprecation of TLS 1.0*
Expand Down
6 changes: 3 additions & 3 deletions SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[assembly: AssemblyCompany("City of Santa Monica, CA")]
[assembly: AssemblyProduct("SODA")]
[assembly: AssemblyCopyright("Copyright © 2017 City of Santa Monica, CA")]
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyFileVersion("0.7.0")]
[assembly: AssemblyInformationalVersion("0.7.0")]
[assembly: AssemblyVersion("0.8.0")]
[assembly: AssemblyFileVersion("0.8.0")]
[assembly: AssemblyInformationalVersion("0.8.0")]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.7.{build}
version: 0.8.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
Expand Down

0 comments on commit 5d60e9c

Please sign in to comment.