Skip to content

Commit 6848d17

Browse files
committed
Release: prepare v1.12.0
1 parent 98bf3f5 commit 6848d17

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ 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.12.0] - 2026-03-14
14+
### Changed
15+
- Update the dependencies.
16+
- Drop the dependency on **Microsoft.Bcl.Memory** from a non-.NET-Standard package version.
17+
18+
### Added
19+
- [#203](https://github.com/ForNeVeR/TruePath/issues/203): Add `PathIo.EnumerateFiles` extension methods. Thanks to @pkazakov-dev!
20+
1321
## [1.11.0] - 2025-11-25
1422
### Fixed
1523
- [#171: `AbsolutePath.Exists` should return `true` if the entity is a directory](https://github.com/ForNeVeR/TruePath/issues/171). Thanks to @cnaples79!
@@ -188,4 +196,5 @@ This is the first published version of the package. It doesn't contain any featu
188196
[1.9.0]: https://github.com/ForNeVeR/TruePath/compare/v1.8.0...v1.9.0
189197
[1.10.0]: https://github.com/ForNeVeR/TruePath/compare/v1.9.0...v1.10.0
190198
[1.11.0]: https://github.com/ForNeVeR/TruePath/compare/v1.10.0...v1.11.0
191-
[Unreleased]: https://github.com/ForNeVeR/TruePath/compare/v1.11.0...HEAD
199+
[1.12.0]: https://github.com/ForNeVeR/TruePath/compare/v1.11.0...v1.12.0
200+
[Unreleased]: https://github.com/ForNeVeR/TruePath/compare/v1.12.0...HEAD

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ SPDX-License-Identifier: MIT
66

77
<Project>
88
<PropertyGroup Label="Packaging">
9-
<Version>1.11.0</Version>
9+
<Version>1.12.0</Version>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
11-
<Copyright>2024-2025 TruePath contributors &lt;https://github.com/ForNeVeR/TruePath&gt;</Copyright>
11+
<Copyright>2024-2026 TruePath contributors &lt;https://github.com/ForNeVeR/TruePath&gt;</Copyright>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>
1313
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1414
<IncludeSymbols>true</IncludeSymbols>

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024-2025 TruePath contributors <https://github.com/ForNeVeR/TruePath>
3+
Copyright (c) 2024-2026 TruePath contributors <https://github.com/ForNeVeR/TruePath>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

0 commit comments

Comments
 (0)