You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,13 @@ All notable changes to this project will be documented in this file.
10
10
11
11
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).
12
12
13
+
## [1.11.0] - 2025-11-25
14
+
### Fixed
15
+
-[#171: `AbsolutePath.Exists` should return `true` if the entity is a directory](https://github.com/ForNeVeR/TruePath/issues/171). Thanks to @cnaples79!
16
+
17
+
### Added
18
+
- A new function, `PathIo.ExistsFile(this AbsolutePath)`, checking for strict file existence. Thanks to @cnaples79!
19
+
13
20
## [1.10.0] - 2025-08-04
14
21
### Added
15
22
- Support for .NET Standard 2.0. Thanks to @seclerp!
@@ -180,4 +187,5 @@ This is the first published version of the package. It doesn't contain any featu
0 commit comments