Skip to content

Commit a9f9f41

Browse files
committed
Release v3.7.0 (#295)
* change build to use Microsoft.NET.Sdk * fixing the build * More build work * More build fixes * one last build fix * fixing test script for build * fixing the test run * adding artifacts to build * One last fix for the build * Updates for 3.7.0
1 parent 9491cd4 commit a9f9f41

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

ReleaseNotes.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
1+
# 3.7.0 (31 July 2017)
2+
3+
- [#294](https://github.com/mozts2005/ZendeskApi_v2/pull/294) - Changed Build to use Microsoft.NET.Sdk project system in VS 2017 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005))
4+
- [#7](https://github.com/mozts2005/ZendeskApi_v2/issues/7) - Could not load Newtonsoft.json
5+
- [#293](https://github.com/mozts2005/ZendeskApi_v2/pull/293) - add system_field_options to ticket field. contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005))
6+
- [#292](https://github.com/mozts2005/ZendeskApi_v2/pull/292) - added locale to all Help Center article calls that support it. contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005))
7+
- [#291](https://github.com/mozts2005/ZendeskApi_v2/issues/291) - GetArticlesByCategoryIdAsync - missing locale +Enhancement
8+
- [#290](https://github.com/mozts2005/ZendeskApi_v2/issues/290) - system_field_options missing +Enhancement
9+
- [#289](https://github.com/mozts2005/ZendeskApi_v2/pull/289) - updated release notes contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005))
10+
- [#288](https://github.com/mozts2005/ZendeskApi_v2/issues/288) - Error using GetTickets()? +Question +Under-Review
11+
- [#252](https://github.com/mozts2005/ZendeskApi_v2/pull/252) - Added style cop contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005))
12+
13+
Commits: 19c1d8f3b0...37f7f046d4
14+
15+
116
# 3.6.2 (08 July 2017)
217

18+
- [#287](https://github.com/mozts2005/ZendeskApi_v2/issues/287) - Getting a list of article titles without body +Question
19+
- [#283](https://github.com/mozts2005/ZendeskApi_v2/issues/283) - Is_public missing in ticket object +Enhancement +More-Info-Needed
20+
- [#281](https://github.com/mozts2005/ZendeskApi_v2/issues/281) - "brand_id" property does not exist in Result object. +More-Info-Needed
21+
- [#280](https://github.com/mozts2005/ZendeskApi_v2/issues/280) - How is attachments handled for the new HelpDesk Articles? +Enhancement
322
- [#287](https://github.com/mozts2005/ZendeskApi_v2/issues/287) - Getting a list of article titles without body +Question
423
- [#286](https://github.com/mozts2005/ZendeskApi_v2/pull/286) - added help-center article attachments for Issue #280 contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005))
524
- [#285](https://github.com/mozts2005/ZendeskApi_v2/pull/285) - Adding Is_public to the ticket model contributed by Elizabeth Schneider ([mozts2005](https://github.com/mozts2005))
@@ -14,7 +33,7 @@
1433
- [#275](https://github.com/mozts2005/ZendeskApi_v2/pull/275) - Added new fields to ticket comments contributed by ([WinDrop](https://github.com/WinDrop))
1534
- [#274](https://github.com/mozts2005/ZendeskApi_v2/pull/274) - Amendments to Ticket Comments contributed by ([WinDrop](https://github.com/WinDrop))
1635

17-
Commits: 4a6afa4034...b6b4ff86ab
36+
Commits: 4a6afa4034...406281ed5e
1837

1938

2039
# 3.6.1 (07 April 2017)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_build:
1717
- dotnet restore .\src\ZendeskApi_v2.sln
1818
build:
1919
project: \src\ZendeskApi_v2.sln
20-
verbosity: detailed
20+
verbosity: minimal
2121
test:
2222
assemblies: '.\test\**\bin\**\*test.dll'
2323
artifacts:

tools/ReleaseNotes.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Param(
2-
[string]$Version = "3.6.2",
2+
[string]$Version = "3.7.0",
33
[string]$gitHubToken = "$env:GitHubToken"
44
)
55

0 commit comments

Comments
 (0)