Skip to content

Commit 43e6505

Browse files
committed
Release: prepare v1.4.0
1 parent 6930bf0 commit 43e6505

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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-
## [Unreleased]
13+
## [1.4.0] - 2024-07-19
1414
### Changed
1515
- [#16: Support Windows disk drives in the normalization algorithm](https://github.com/ForNeVeR/TruePath/issues/16).
1616

@@ -113,4 +113,5 @@ This is the first published version of the package. It doesn't contain any featu
113113
[1.2.0]: https://github.com/ForNeVeR/TruePath/compare/v1.1.0...v1.2.0
114114
[1.2.1]: https://github.com/ForNeVeR/TruePath/compare/v1.2.0...v1.2.1
115115
[1.3.0]: https://github.com/ForNeVeR/TruePath/compare/v1.2.1...v1.3.0
116-
[Unreleased]: https://github.com/ForNeVeR/TruePath/compare/v1.3.0...HEAD
116+
[1.4.0]: https://github.com/ForNeVeR/TruePath/compare/v1.3.0...v1.4.0
117+
[Unreleased]: https://github.com/ForNeVeR/TruePath/compare/v1.4.0...HEAD

Directory.Build.props

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

77
<Project>
88
<PropertyGroup Label="Packaging">
9-
<Version>1.3.0</Version>
9+
<Version>1.4.0</Version>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
11-
<Copyright>2024 TruePath contributors &lt;https://github.com/ForNeVeR/TruePath&gt;</Copyright>
11+
<Copyright>
12+
.NET Foundation and Contributors &lt;https://github.com/dotnet/corefx/blob/9c06da6a34fcefa6fb37776ac57b80730e37387c/src/Common/src/System/IO/PathInternal.Windows.cs&gt;
13+
2024 TruePath contributors &lt;https://github.com/ForNeVeR/TruePath&gt;
14+
</Copyright>
1215
<PackageReadmeFile>README.md</PackageReadmeFile>
1316
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1417
<IncludeSymbols>true</IncludeSymbols>

LICENSE.txt

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

3+
Copyright (c) .NET Foundation and Contributors <https://github.com/dotnet/corefx/blob/9c06da6a34fcefa6fb37776ac57b80730e37387c/src/Common/src/System/IO/PathInternal.Windows.cs>
34
Copyright (c) 2024 TruePath contributors <https://github.com/ForNeVeR/TruePath>
45

56
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:

0 commit comments

Comments
 (0)