Skip to content

Commit 4a5ffd7

Browse files
authored
Merge from nanoframework/release-v1.0.3
2 parents 0613f3a + 4e16b37 commit 4a5ffd7

15 files changed

+104
-347
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Change Log
22

3-
## [v1.0.2.3](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.2.3) (2018-11-15)
4-
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.2-preview-005...v1.0.2.3)
3+
## [v1.0.2-preview-009](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.2-preview-009) (2018-11-20)
4+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.2...v1.0.2-preview-009)
5+
6+
**Documentation and other chores:**
7+
8+
- Update 3 NuGet dependencies [\#5](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/5)
9+
10+
## [v1.0.2](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.2) (2018-11-15)
11+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.2-preview-005...v1.0.2)
512

613
**Documentation and other chores:**
714

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| Component | Build Status | NuGet Package |
1414
|:-|---|---|
1515
| System.Net.Http | [![Build status](https://ci.appveyor.com/api/projects/status/48swank708qq217f/branch/master?svg=true)](https://ci.appveyor.com/project/nfbot/lib-nanoframework-system-net-http/branch/master) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.Net.Http.svg)](https://www.nuget.org/packages/nanoFramework.System.Net.Http/) |
16-
| System.Net.Http (preview) | [![Build status](https://ci.appveyor.com/api/projects/status/48swank708qq217f/branch/develop?svg=true)](https://ci.appveyor.com/project/nfbot/lib-nanoframework-system-net-http/branch/develop) | [![MyGet Pre Release](https://img.shields.io/myget/nanoframework-dev/vpre/nanoFramework.System.Net.Http.svg)](https://www.myget.org/feed/nanoframework-dev/package/nuget/nanoFramework.System.Net.Http) |
16+
| System.Net.Http (preview) | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net.Http/_apis/build/status/nanoframework.lib-nanoFramework.System.Net.Http)](https://dev.azure.com/nanoframework/nanoFramework.System.Net.Http/_build/latest?definitionId=12) | [![MyGet Pre Release](https://img.shields.io/myget/nanoframework-dev/vpre/nanoFramework.System.Net.Http.svg)](https://www.myget.org/feed/nanoframework-dev/package/nuget/nanoFramework.System.Net.Http) |
1717

1818
## Feedback and documentation
1919

appveyor-discord.ps1

Lines changed: 0 additions & 82 deletions
This file was deleted.

appveyor.yml

Lines changed: 0 additions & 164 deletions
This file was deleted.

azure-pipelines.yml

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
trigger:
2+
branches:
3+
include:
4+
- master
5+
- develop
6+
- release/*
7+
- refs/tags/*
8+
paths:
9+
exclude:
10+
- CHANGELOG.md
11+
- /*.md
12+
- .gitignore
13+
- appveyor.yml
14+
# waiting for feature to become available
15+
# tags:
16+
# include:
17+
# - v/*
18+
19+
pr:
20+
branches:
21+
include:
22+
- master
23+
- develop
24+
- release/*
25+
autoCancel: true
26+
27+
# add nf-tools repo to resources (for Azure Pipelines templates)
28+
resources:
29+
repositories:
30+
- repository: templates
31+
type: github
32+
name: nanoframework/nf-tools
33+
endpoint: nanoframework
34+
35+
pool:
36+
vmImage: 'VS2017-Win2016'
37+
38+
variables:
39+
solution: '**/source/*.sln'
40+
buildPlatform: 'Any CPU'
41+
buildConfiguration: 'Release'
42+
nugetPackageName: 'nanoFramework.System.Net.Http'
43+
repoName: 'lib-nanoFramework.System.Net.Http'
44+
45+
steps:
46+
47+
# step from template @ nf-tools repo
48+
# all build, update and publish steps
49+
- template: azure-pipelines-templates/class-lib-build.yml@templates
50+
parameters:
51+
sourceFileName: 'nf_networking_sntp.cpp'
52+
classLibName: 'nanoFramework.System.Net.Http'
53+
skipNativeUpdate: true
54+
55+
# step from template @ nf-tools repo
56+
# report error
57+
- template: azure-pipelines-templates/discord-webhook-task.yml@templates
58+
parameters:
59+
status: 'failure'
60+
webhookUrl: '$(DiscordWebhook)'
61+
message: ''

commit-assemblyinfo-changes.ps1

Lines changed: 0 additions & 20 deletions
This file was deleted.

generate-change-log.ps1

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)