Fixed string length check into SetStringAt

- fix #28
This commit is contained in:
Federico Barresi
2022-05-18 14:56:38 +02:00
parent e5836c4283
commit 5d92d8b3a3
3 changed files with 17 additions and 7 deletions

View File

@@ -1,6 +1,12 @@
# Change Log
All notable changed to this project will be documented in this file.
## [1.1.82] - 18.05.2022
### Added
### Changed
### Fixed
- Fixed string length check into SetStringAt [#28](https://github.com/fbarresi/Sharp7/issues/28)
## [1.1.81] - 18.05.2022
### Added
### Changed