Skip to content

Commit

Permalink
Release release-v1.16.1
Browse files Browse the repository at this point in the history
***PUBLISH_RELEASE***
  • Loading branch information
nfbot authored Mar 13, 2021
2 parents f13bad6 + d98d6a3 commit 23bb913
Show file tree
Hide file tree
Showing 32 changed files with 260 additions and 121 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 nanoFramework
Copyright (c) .NET Foundation and Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md) [![Build Status](https://dev.azure.com/nanoframework/nanoFirmwareFlasher/_apis/build/status/nanoframework.nanoFirmwareFlasher?branchName=develop)](https://dev.azure.com/nanoframework/nanoFirmwareFlasher/_build/latest?definitionId=45&branchName=develop) [![NuGet](https://img.shields.io/nuget/v/nanoFirmwareFlasher.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFirmwareFlasher/) [![Discord](https://img.shields.io/discord/478725473862549535.svg?logo=discord&logoColor=white&label=Discord&color=7289DA)](https://discord.gg/gCyBu8T)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md) [![Build Status](https://dev.azure.com/nanoframework/nanoFirmwareFlasher/_apis/build/status/nanoframework.nanoFirmwareFlasher?branchName=develop)](https://dev.azure.com/nanoframework/nanoFirmwareFlasher/_build/latest?definitionId=45&branchName=develop) [![NuGet](https://img.shields.io/nuget/v/nanoFirmwareFlasher.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFirmwareFlasher/) [![Discord](https://img.shields.io/discord/478725473862549535.svg?logo=discord&logoColor=white&label=Discord&color=7289DA)](https://discord.gg/gCyBu8T)

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

Expand Down Expand Up @@ -168,7 +168,7 @@ nanoff -v q

## Exit codes

The exit codes can be checked in [this source file](https://github.com/nanoframework/nanoFirmwareFlasher/blob/develop/source/nanoFirmwareFlasher/ExitCodes.cs).
The exit codes can be checked in [this source file](https://github.com/nanoframework/nanoFirmwareFlasher/blob/develop/nanoFirmwareFlasher/ExitCodes.cs).

## Feedback and documentation

Expand All @@ -182,9 +182,13 @@ The list of contributors to this project can be found at [CONTRIBUTORS](https://

## License

The **nanoFramework** firmware flasher tool is licensed under the [MIT license](https://opensource.org/licenses/MIT).
The **nanoFramework** firmware flasher tool is licensed under the [MIT license](LICENSE).

## Code of Conduct

This project has adopted the code of conduct defined by the [Contributor Covenant](https://github.com/nanoframework/.github/blob/master/CODE_OF_CONDUCT.md)
to clarify expected behavior in our community.
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.
For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).

### .NET Foundation

This project is supported by the [.NET Foundation](https://dotnetfoundation.org).
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher/BintrayPackageInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2019 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher/CC13x26x2Device.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2020 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher/CC13x26x2Firmware.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2019 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher/CC13x26x2Operations.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2019 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher/Esp32Firmware.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2019 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher/Esp32Operations.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2019 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher/EspTool.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2019 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2020 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2020 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2020 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2020 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher/Exceptions/EraseEsp32FlashException.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2019 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2019 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher/Exceptions/ReadEsp32FlashException.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2019 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2020 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2020 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher/Exceptions/WriteEsp32FlashException.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2019 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher/ExitCodes.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2019 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher/Extensions/AttributeExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2019 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher/Extensions/CommandLineExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2019 The nanoFramework project contributors
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//

Expand Down
Loading

0 comments on commit 23bb913

Please sign in to comment.