Skip to content

Commit 0d28d95

Browse files
author
Bas Visscher
committed
Fixes #12 Updated readme and changelog
1 parent e8d9cf4 commit 0d28d95

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
https://keepachangelog.com/en/1.1.0/
5+
6+
7+
## [Unreleased]
8+
9+
10+
## [2.1.0] - 2025-02-21
11+
12+
### Added
13+
- Added a changelog
14+
15+
### Fixed
16+
- Package on nuget is now automatically released using github workflow
17+
18+
19+

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
I created this project because I wanted a native C# implementation that does not rely on external applications. This library is designed to interact with ESP32 devices for tasks such as flashing firmware and erasing flash memory, providing a way to communicate with ESP32 using serial communication.
66

7-
> **Note:** The NuGet package is currently outdated. See this issue for more details: [Issue #5](https://github.com/KooleControls/ESPTool/issues/12)
7+
8+
[![NuGet](https://img.shields.io/nuget/v/ESPTool.svg)](https://www.nuget.org/packages/ESPTool)
9+
810

911
> **Looking for a GUI tool?** Check out the [ESPFlasher GUI tool on GitHub](https://github.com/KooleControls/ESPFlasher).
1012

0 commit comments

Comments
 (0)