Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 2bf953b

Browse files
author
Github Actions
committed
[bot][skip ci] Update Metadata
1 parent 0fff1c4 commit 2bf953b

1 file changed

Lines changed: 80 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,86 @@
22

33
Changes since v1.3.2-pre.15:
44

5+
- Add some common path types like absolute and relative file and directory paths ([@matt-edmondson](https://github.com/matt-edmondson))
6+
- Update StrongStrings subproject reference ([@matt-edmondson](https://github.com/matt-edmondson))
7+
- Dont try to push packages when building pull requests ([@matt-edmondson](https://github.com/matt-edmondson))
8+
- Renamed metadata files ([@matt-edmondson](https://github.com/matt-edmondson))
9+
- Read from VERSION when building ([@matt-edmondson](https://github.com/matt-edmondson))
10+
- Update README.md ([@matt-edmondson](https://github.com/matt-edmondson))
11+
- Make unit tests work with linux ([@matt-edmondson](https://github.com/matt-edmondson))
12+
- Update nuget.config ([@matt-edmondson](https://github.com/matt-edmondson))
13+
- Read from VERSION when building ([@matt-edmondson](https://github.com/matt-edmondson))
14+
- Update Directory.Build.targets ([@matt-edmondson](https://github.com/matt-edmondson))
15+
- Update dotnet.yml ([@matt-edmondson](https://github.com/matt-edmondson))
16+
- Update dotnet.yml ([@matt-edmondson](https://github.com/matt-edmondson))
17+
- Migrate ktsu.io to ktsu namespace ([@matt-edmondson](https://github.com/matt-edmondson))
18+
- Fix style warnings for ArgumentNullException.ThrowIfNull and take latest StrongStrings ([@matt-edmondson](https://github.com/matt-edmondson))
19+
- Update Directory.Build.props ([@matt-edmondson](https://github.com/matt-edmondson))
20+
- Use package reference instead of project reference to StrongStrings ([@matt-edmondson](https://github.com/matt-edmondson))
21+
- Enable dependabot and sourcelink ([@matt-edmondson](https://github.com/matt-edmondson))
22+
- Take latest StrongStrings ([@matt-edmondson](https://github.com/matt-edmondson))
23+
- Make the RelativePath Make method public Add a FileName property to AnyStrongPath Take latest StrongStrings ([@matt-edmondson](https://github.com/matt-edmondson))
24+
- Refactor MakeCanonical and update Tests.cs namespace ([@matt-edmondson](https://github.com/matt-edmondson))
25+
- Add RelativeTo helper methods ([@matt-edmondson](https://github.com/matt-edmondson))
26+
- Initial WIP commit ([@matt-edmondson](https://github.com/matt-edmondson))
27+
- Update nuget.config ([@matt-edmondson](https://github.com/matt-edmondson))
28+
- Apply new editorconfig ([@matt-edmondson](https://github.com/matt-edmondson))
29+
- Update Directory.Build.props ([@matt-edmondson](https://github.com/matt-edmondson))
30+
- Migrate from .project.props to Directory.Build.props ([@matt-edmondson](https://github.com/matt-edmondson))
31+
- Adjust unit test to work on linux ([@matt-edmondson](https://github.com/matt-edmondson))
32+
- Add path combine operators to common path types ([@matt-edmondson](https://github.com/matt-edmondson))
33+
- Update StrongStrings ([@matt-edmondson](https://github.com/matt-edmondson))
34+
- Update Directory.Build.targets ([@matt-edmondson](https://github.com/matt-edmondson))
35+
- WIP while trying to figure out the use cases for StrongStrings ([@matt-edmondson](https://github.com/matt-edmondson))
36+
- Avoid double upload of symbols package ([@matt-edmondson](https://github.com/matt-edmondson))
37+
- Migrate ktsu.io to ktsu namespace ([@matt-edmondson](https://github.com/matt-edmondson))
38+
- Update dotnet.yml ([@matt-edmondson](https://github.com/matt-edmondson))
39+
- Move some file specific properties into AnyFilePath add a DirectoryPath property to FilePath ([@matt-edmondson](https://github.com/matt-edmondson))
40+
- Assign dependabot PRs to matt ([@matt-edmondson](https://github.com/matt-edmondson))
41+
- Migrate ktsu.io to ktsu namespace ([@matt-edmondson](https://github.com/matt-edmondson))
42+
- Update dotnet.yml ([@matt-edmondson](https://github.com/matt-edmondson))
43+
- Update readme and description ([@matt-edmondson](https://github.com/matt-edmondson))
44+
- Add WithFilePrefix ([@matt-edmondson](https://github.com/matt-edmondson))
45+
- Update dotnet.yml ([@matt-edmondson](https://github.com/matt-edmondson))
46+
- Allow paths to be empty ([@matt-edmondson](https://github.com/matt-edmondson))
47+
- Fix issue with RelativeTo not working correctly and add additional unit tests ([@matt-edmondson](https://github.com/matt-edmondson))
48+
- Update StrongStrings ([@matt-edmondson](https://github.com/matt-edmondson))
49+
- Add github package support ([@matt-edmondson](https://github.com/matt-edmondson))
50+
- Migrate ktsu.io to ktsu namespace ([@matt-edmondson](https://github.com/matt-edmondson))
51+
- Add a property to get the filesystem contents from directories ([@matt-edmondson](https://github.com/matt-edmondson))
52+
- Use code generation to make all the user facing classes and add some unit tests ([@matt-edmondson](https://github.com/matt-edmondson))
53+
- Make unit tests work on linux ([@matt-edmondson](https://github.com/matt-edmondson))
54+
- Update LICENSE ([@matt-edmondson](https://github.com/matt-edmondson))
55+
- Fix crash when using prefix/suffix methods ([@matt-edmondson](https://github.com/matt-edmondson))
56+
- Add automation scripts for metadata management and versioning ([@matt-edmondson](https://github.com/matt-edmondson))
57+
- Create dependabot-merge.yml ([@matt-edmondson](https://github.com/matt-edmondson))
58+
- Don't crash when trying to get the contents of an unauthorized directory, just return nothing instead ([@matt-edmondson](https://github.com/matt-edmondson))
59+
- Bump version to 1.0.0-alpha.2 ([@matt-edmondson](https://github.com/matt-edmondson))
60+
- Readd strongstrings so that we can share the csx scripts it uses for code generation ([@matt-edmondson](https://github.com/matt-edmondson))
61+
- Replace LICENSE file with LICENSE.md and update copyright information ([@matt-edmondson](https://github.com/matt-edmondson))
62+
- Refactor test assertions in Tests.cs ([@matt-edmondson](https://github.com/matt-edmondson))
63+
- WIP ([@matt-edmondson](https://github.com/matt-edmondson))
64+
- Update README with enhanced features section, usage examples, and installation instructions; change project SDK references in .csproj files. ([@matt-edmondson](https://github.com/matt-edmondson))
65+
- Refactor AnyFilePath and update StrongStrings ([@matt-edmondson](https://github.com/matt-edmondson))
66+
- Add helper properties to top level paths ([@matt-edmondson](https://github.com/matt-edmondson))
67+
- Migrate ktsu.io to ktsu namespace ([@matt-edmondson](https://github.com/matt-edmondson))
68+
- Add IsDirectory and IsFile properties ([@matt-edmondson](https://github.com/matt-edmondson))
69+
- Create VERSION ([@matt-edmondson](https://github.com/matt-edmondson))
70+
- Update build config ([@matt-edmondson](https://github.com/matt-edmondson))
71+
- Update LICENSE ([@matt-edmondson](https://github.com/matt-edmondson))
72+
- Migrate ktsu.io to ktsu namespace ([@matt-edmondson](https://github.com/matt-edmondson))
73+
- Read PackageDescription from DESCRIPTION file ([@matt-edmondson](https://github.com/matt-edmondson))
74+
- Ensure paths are fully qualified in IsValid method ([@matt-edmondson](https://github.com/matt-edmondson))
75+
- Fixed an issue where a directory in the CWD that had periods in the name would not validate as a directory path. Also code style cleanup. ([@matt-edmondson](https://github.com/matt-edmondson))
76+
- Add LICENSE template ([@matt-edmondson](https://github.com/matt-edmondson))
77+
- Remove Directory.Build.props and Directory.Build.targets files; add copyright headers to StrongPaths files; update StrongStrings submodule reference; delete unused scripts for commit metadata, changelog, license, and version management. ([@matt-edmondson](https://github.com/matt-edmondson))
78+
- Chnage path separators to make code gen work on github ([@matt-edmondson](https://github.com/matt-edmondson))
79+
- Read from AUTHORS file during build ([@matt-edmondson](https://github.com/matt-edmondson))
80+
- Make unit tests work with linux ([@matt-edmondson](https://github.com/matt-edmondson))
81+
## v1.3.2-pre.16 (prerelease)
82+
83+
Changes since v1.3.2-pre.15:
84+
585
- Add some common path types like absolute and relative file and directory paths ([@matt-edmondson](https://github.com/matt-edmondson))
686
- Update StrongStrings subproject reference ([@matt-edmondson](https://github.com/matt-edmondson))
787
- Dont try to push packages when building pull requests ([@matt-edmondson](https://github.com/matt-edmondson))

0 commit comments

Comments
 (0)