Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "1.0.3",
"version": "1.1.1",
"commands": [
"csharpier"
],
Expand Down
1 change: 0 additions & 1 deletion LanguageTags/Rfc5646DataGen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public static Rfc5646Data Create() =>
new()
{
FileDate = new DateOnly(2025, 7, 15),

RecordList =
[
new()
Expand Down
Loading