Skip to content

Commit 9521f7d

Browse files
committed
Release: prepare v1.10.0
1 parent cc77b4b commit 9521f7d

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ All notable changes to this project will be documented in this file.
1010

1111
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1212

13+
## [1.10.0] - 2025-08-04
14+
### Added
15+
- Support for .NET Standard 2.0. Thanks to @seclerp!
16+
17+
### Fixed
18+
- Fix a path parsing issue based on fuzz testing ([#139](https://github.com/ForNeVeR/TruePath/pull/139)). Thanks to @kant2002!
19+
1320
## [1.9.0] - 2025-06-01
1421
### Changed
1522
- `PathIo.CreateDirectory`, `DeleteEmptyDirectory`, `DeleteDirectoryRecursively` are now extension methods. Thanks to @seclerp!
@@ -172,4 +179,5 @@ This is the first published version of the package. It doesn't contain any featu
172179
[1.7.0]: https://github.com/ForNeVeR/TruePath/compare/v1.6.0...v1.7.0
173180
[1.8.0]: https://github.com/ForNeVeR/TruePath/compare/v1.7.0...v1.8.0
174181
[1.9.0]: https://github.com/ForNeVeR/TruePath/compare/v1.8.0...v1.9.0
175-
[Unreleased]: https://github.com/ForNeVeR/TruePath/compare/v1.9.0...HEAD
182+
[1.10.0]: https://github.com/ForNeVeR/TruePath/compare/v1.9.0...v1.10.0
183+
[Unreleased]: https://github.com/ForNeVeR/TruePath/compare/v1.10.0...HEAD

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT
66

77
<Project>
88
<PropertyGroup Label="Packaging">
9-
<Version>1.9.0</Version>
9+
<Version>1.10.0</Version>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<Copyright>2024-2025 TruePath contributors &lt;https://github.com/ForNeVeR/TruePath&gt;</Copyright>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)