Skip to content

Commit a66e057

Browse files
authored
Merge pull request #54 from nanoframework/release-v1.1.0
Release release-v1.1.0
2 parents 25898d7 + 028fde1 commit a66e057

26 files changed

+1011
-86
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
3+
## Description
4+
<!--- Describe your changes in detail -->
5+
6+
## Motivation and Context
7+
<!--- Why is this change required? What problem does it solve? -->
8+
<!--- If it fixes/closes/resolves an open issue, please link to the issue here using the template bellow (mind the link as all issues are open in the Home repository, not in this one) -->
9+
- Fixes/Closes/Resolves nanoFramework/Home#NNNN
10+
11+
## How Has This Been Tested?<!-- (if applicable) -->
12+
<!--- Please describe in detail how you tested your changes. -->
13+
<!--- Include details of your testing environment, and the tests you ran to -->
14+
<!--- see how your change affects other areas of the code, etc. -->
15+
16+
## Screenshots<!-- (if appropriate): -->
17+
18+
## Types of changes
19+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
20+
- [ ] Improvement (non-breaking change that improves a feature, code or algorithm)
21+
- [ ] Bug fix (non-breaking change which fixes an issue)
22+
- [ ] New feature (non-breaking change which adds functionality)
23+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
24+
25+
## Checklist:
26+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
27+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
28+
- [ ] My code follows the code style of this project.
29+
- [ ] My change requires a change to the documentation.
30+
- [ ] I have updated the documentation accordingly.
31+
- [ ] I have read the **CONTRIBUTING** document.
32+
- [ ] I have added tests to cover my changes.
33+
- [ ] All new and existing tests passed.
34+
35+
<!--- It would be nice if you could sign off your contribution by replacing the name with your GitHub user name and GitHub email contact. -->
36+
Signed-off-by: GITHUB_USER <GITHUB_USER_EMAIL>

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,3 +250,6 @@ paket-files/
250250
# JetBrains Rider
251251
.idea/
252252
*.sln.iml
253+
254+
#SoundCloud
255+
*.sonarqube/

CHANGELOG.md

Lines changed: 172 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,177 @@
11
# Change Log
22

3+
## [v1.0.8-preview.1](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.8-preview.1) (2019-08-30)
4+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.6-preview.33...v1.0.8-preview.1)
5+
6+
**Documentation and other chores:**
7+
8+
- Update 3 NuGet dependencies [\#45](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/45)
9+
10+
## [v1.0.6-preview.33](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.6-preview.33) (2019-07-29)
11+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.6-preview.30...v1.0.6-preview.33)
12+
13+
**Documentation and other chores:**
14+
15+
- Update System.Net dependency to 1.2.0-preview.1 [\#44](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/44)
16+
17+
## [v1.0.6-preview.30](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.6-preview.30) (2019-07-18)
18+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.6-preview.26...v1.0.6-preview.30)
19+
20+
**Documentation and other chores:**
21+
22+
- Update 3 NuGet dependencies [\#43](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/43)
23+
- Update readme.txt [\#42](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/42)
24+
25+
## [v1.0.6-preview.26](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.6-preview.26) (2019-06-23)
26+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.6-preview.19...v1.0.6-preview.26)
27+
28+
**Documentation and other chores:**
29+
30+
- Update 3 NuGet dependencies [\#41](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/41)
31+
- Work on native assembly declaration [\#39](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/39) [[Breaking-Change](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/labels/Breaking-Change)]
32+
33+
## [v1.0.6-preview.19](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.6-preview.19) (2019-06-20)
34+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.6-preview.17...v1.0.6-preview.19)
35+
36+
**Documentation and other chores:**
37+
38+
- Update 3 NuGet dependencies [\#38](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/38)
39+
40+
## [v1.0.6-preview.17](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.6-preview.17) (2019-06-14)
41+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.6-preview.14...v1.0.6-preview.17)
42+
43+
## [v1.0.6-preview.14](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.6-preview.14) (2019-06-12)
44+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.6-preview.10...v1.0.6-preview.14)
45+
46+
**Documentation and other chores:**
47+
48+
- Update dependencies [\#35](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/35)
49+
50+
## [v1.0.6-preview.10](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.6-preview.10) (2019-06-12)
51+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.6-preview.6...v1.0.6-preview.10)
52+
53+
**Documentation and other chores:**
54+
55+
- Update 3 NuGet dependencies [\#34](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/34)
56+
57+
## [v1.0.6-preview.6](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.6-preview.6) (2019-06-05)
58+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.6-preview.4...v1.0.6-preview.6)
59+
60+
**Documentation and other chores:**
61+
62+
- Bumps nanoFramework.System.Net from 1.1.0-preview.1 to 1.1.1-preview.1 [\#32](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/32)
63+
64+
## [v1.0.6-preview.4](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.6-preview.4) (2019-06-05)
65+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.6-preview.2...v1.0.6-preview.4)
66+
67+
**Documentation and other chores:**
68+
69+
- Bumps nanoFramework.System.Net from 1.0.6-preview-026 to 1.1.0-preview.1 [\#31](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/31)
70+
71+
## [v1.0.6-preview.2](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.6-preview.2) (2019-05-31)
72+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.5-preview-038...v1.0.6-preview.2)
73+
74+
**Documentation and other chores:**
75+
76+
- Bumps nanoFramework.System.Net from 1.0.6-preview-024 to 1.0.6-preview-026 [\#29](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/29)
77+
78+
## [v1.0.5-preview-038](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.5-preview-038) (2019-04-24)
79+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.5-preview-036...v1.0.5-preview-038)
80+
81+
**Documentation and other chores:**
82+
83+
- Update 2 NuGet dependencies [\#28](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/28)
84+
85+
## [v1.0.5-preview-036](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.5-preview-036) (2019-04-23)
86+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.5-preview-031...v1.0.5-preview-036)
87+
88+
**Documentation and other chores:**
89+
90+
- Update 3 NuGet dependencies [\#27](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/27)
91+
92+
## [v1.0.5-preview-031](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.5-preview-031) (2019-04-07)
93+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.5-preview-028...v1.0.5-preview-031)
94+
95+
**Documentation and other chores:**
96+
97+
- Update 2 NuGet dependencies [\#26](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/26)
98+
99+
## [v1.0.5-preview-028](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.5-preview-028) (2019-04-05)
100+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.5-preview-026...v1.0.5-preview-028)
101+
102+
**Documentation and other chores:**
103+
104+
- Improve documentation comments [\#25](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/25)
105+
106+
## [v1.0.5-preview-026](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.5-preview-026) (2019-04-05)
107+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.5-preview-024...v1.0.5-preview-026)
108+
109+
**Implemented enhancements:**
110+
111+
- Add SslProtocol property to allow selecting it [\#24](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/24)
112+
113+
## [v1.0.5-preview-024](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.5-preview-024) (2019-04-03)
114+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.5-preview-022...v1.0.5-preview-024)
115+
116+
**Documentation and other chores:**
117+
118+
- Update 2 NuGet dependencies [\#23](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/23)
119+
120+
## [v1.0.5-preview-022](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.5-preview-022) (2019-03-27)
121+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.5-preview-020...v1.0.5-preview-022)
122+
123+
**Documentation and other chores:**
124+
125+
- Bumps nanoFramework.System.Net from 1.0.6-preview-011 to 1.0.6-preview-013 [\#22](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/22)
126+
127+
## [v1.0.5-preview-020](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.5-preview-020) (2019-03-26)
128+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.5-preview-017...v1.0.5-preview-020)
129+
130+
## [v1.0.5-preview-017](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.5-preview-017) (2019-03-26)
131+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.5-preview-009...v1.0.5-preview-017)
132+
133+
## [v1.0.5-preview-009](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.5-preview-009) (2019-03-25)
134+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.5-preview-007...v1.0.5-preview-009)
135+
136+
**Documentation and other chores:**
137+
138+
- Bumps nanoFramework.System.Net from 1.0.6-preview-009 to 1.0.6-preview-011 [\#19](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/19)
139+
140+
## [v1.0.5-preview-007](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.5-preview-007) (2019-03-15)
141+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.5-preview-004...v1.0.5-preview-007)
142+
143+
**Fixed bugs:**
144+
145+
- Fix getting local address [\#18](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/18)
146+
147+
## [v1.0.5-preview-004](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.5-preview-004) (2019-03-11)
148+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.5-preview-002...v1.0.5-preview-004)
149+
150+
**Documentation and other chores:**
151+
152+
- Bumps nanoFramework.System.Net from 1.0.6-preview-005 to 1.0.6-preview-009 [\#17](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/17)
153+
154+
## [v1.0.5-preview-002](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.5-preview-002) (2019-03-11)
155+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.5-preview-001...v1.0.5-preview-002)
156+
157+
**Documentation and other chores:**
158+
159+
- Update 2 NuGet dependencies [\#16](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/16)
160+
161+
## [v1.0.5-preview-001](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.5-preview-001) (2019-03-11)
162+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.4-preview-009...v1.0.5-preview-001)
163+
164+
**Documentation and other chores:**
165+
166+
- Update 2 NuGet dependencies [\#15](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/15)
167+
168+
## [v1.0.4-preview-009](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.4-preview-009) (2019-03-10)
169+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.4...v1.0.4-preview-009)
170+
171+
**Documentation and other chores:**
172+
173+
- Update 2 NuGet dependencies [\#14](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/pull/14)
174+
3175
## [v1.0.4](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/tree/v1.0.4) (2019-01-22)
4176
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Net.Http/compare/v1.0.4-preview-003...v1.0.4)
5177

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,38 @@
1-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/nanoframework/Home/blob/master/LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.Net.Http.svg)]() [![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md) [![Discord](https://img.shields.io/discord/478725473862549535.svg)](https://discord.gg/gCyBu8T)
2-
1+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Net.Http&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Net.Http) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.System.Net.Http&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.System.Net.Http) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/nanoframework/Home/blob/master/LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.Net.Http.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net.Http/) [![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md) [![Discord](https://img.shields.io/discord/478725473862549535.svg?logo=discord&logoColor=white&label=Discord&color=7289DA)](https://discord.gg/gCyBu8T)
32

43
![nanoFramework logo](https://github.com/nanoframework/Home/blob/master/resources/logo/nanoFramework-repo-logo.png)
54

65
-----
76

87
### Welcome to the **nanoFramework** System.Net.Http Library repository!
98

10-
119
## Build status
1210

1311
| Component | Build Status | NuGet Package |
1412
|:-|---|---|
15-
| 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://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) |
13+
| System.Net.Http | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net.Http/_apis/build/status/nanoframework.lib-nanoFramework.System.Net.Http?branchName=master)](https://dev.azure.com/nanoframework/nanoFramework.System.Net.Http/_build/latest?definitionId=12?branchName=master) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.Net.Http.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net.Http/) |
14+
| System.Net.Http (preview) | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net.Http/_apis/build/status/nanoframework.lib-nanoFramework.System.Net.Http?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Net.Http/_build/latest?definitionId=12?branchName=develop) | [![](https://badgen.net/badge/NuGet/preview/D7B023?icon=https://simpleicons.now.sh/azuredevops/fff)](https://dev.azure.com/nanoframework/feed/_packaging?_a=package&feed=sandbox&package=nanoFramework.System.Net.Http&protocolType=NuGet&view=overview) |
15+
| System.Net.Http.Client | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net.Http/_apis/build/status/nanoframework.lib-nanoFramework.System.Net.Http?branchName=master)](https://dev.azure.com/nanoframework/nanoFramework.System.Net.Http/_build/latest?definitionId=12?branchName=master) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.Net.Http.Client.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net.Http.Client/) |
16+
| System.Net.Http.Client (preview) | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net.Http/_apis/build/status/nanoframework.lib-nanoFramework.System.Net.Http?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Net.Http/_build/latest?definitionId=12?branchName=develop) | [![](https://badgen.net/badge/NuGet/preview/D7B023?icon=https://simpleicons.now.sh/azuredevops/fff)](https://dev.azure.com/nanoframework/feed/_packaging?_a=package&feed=sandbox&package=nanoFramework.System.Net.Http.Client&protocolType=NuGet&view=overview) |
17+
| System.Net.Http.Server | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net.Http/_apis/build/status/nanoframework.lib-nanoFramework.System.Net.Http?branchName=master)](https://dev.azure.com/nanoframework/nanoFramework.System.Net.Http/_build/latest?definitionId=12?branchName=master) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.Net.Http.Server.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Net.Http.Server/) |
18+
| System.Net.Http.Server (preview) | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Net.Http/_apis/build/status/nanoframework.lib-nanoFramework.System.Net.Http?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Net.Http/_build/latest?definitionId=12?branchName=develop) | [![](https://badgen.net/badge/NuGet/preview/D7B023?icon=https://simpleicons.now.sh/azuredevops/fff)](https://dev.azure.com/nanoframework/feed/_packaging?_a=package&feed=sandbox&package=nanoFramework.System.Net.Http.Server&protocolType=NuGet&view=overview) |
19+
1720

1821
## Feedback and documentation
1922

2023
For documentation, providing feedback, issues and finding out how to contribute please refer to the [Home repo](https://github.com/nanoframework/Home).
2124

2225
Join our Discord community [here](https://discord.gg/gCyBu8T).
2326

24-
2527
## Credits
2628

2729
The list of contributors to this project can be found at [CONTRIBUTORS](https://github.com/nanoframework/Home/blob/master/CONTRIBUTORS.md).
2830

29-
3031
## License
3132

3233
The **nanoFramework** Class Libraries are licensed under the [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0).
3334

34-
3535
## Code of Conduct
36+
3637
This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/)
3738
to clarify expected behavior in our community.

0 commit comments

Comments
 (0)