Skip to content

Commit d4a455e

Browse files
committed
up version, update readme
1 parent 8970c55 commit d4a455e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ A simple git hook-compatible dotnet tool to sort entries in RESX (Resource) file
4949
## Usage
5050
If installed properly, the tool should automatically sort all .resx files you are trying to commit.
5151

52-
Alternatively, you could use it directly from the command line by running `dotnet sortresx path/to/example.resx path/to/example1.resx...`
52+
Alternatively, you could use it directly from the command line by running `dotnet sortresx path/to/example.resx,path/to/example1.resx...`
53+
54+
You can also check if files are sorted already (useful for linters): `dotnet sortresx --check path/to/example.resx,path/to/example1.resx...`
5355

5456
[How to use dotnet tools](https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools-how-to-use)
5557
## Troubleshooting

src/ResxSorter/ResxSorter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
1616
<PackageReadmeFile>README.md</PackageReadmeFile>
1717

18-
<VersionPrefix>1.0.1</VersionPrefix>
18+
<VersionPrefix>1.0.2</VersionPrefix>
1919
</PropertyGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)