Skip to content

Commit a455fe4

Browse files
committed
2.0.1
1 parent 33e220d commit a455fe4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This does not support:
1616
To install the Hogimn.Sql.Formatter package with NuGet, you can use the following command in your terminal or command prompt.
1717

1818
```bash
19-
dotnet add package Hogimn.Sql.Formatter --version 2.0.0
19+
dotnet add package Hogimn.Sql.Formatter --version 2.0.1
2020
```
2121

2222
For more details, visit the [NuGet Gallery](https://www.nuget.org/packages/Hogimn.Sql.Formatter/) page.

SQL.Formatter/SQL.Formatter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<AssemblyTitle>SQL.Formatter</AssemblyTitle>
88
<Product>SQL.Formatter</Product>
99
<Copyright>Copyright © 2022</Copyright>
10-
<Version>2.0.0</Version>
10+
<Version>2.0.1</Version>
1111
<PackageId>Hogimn.Sql.Formatter</PackageId>
1212
<RepositoryUrl>https://github.com/hogimn/sql-formatter</RepositoryUrl>
1313
<RepositoryUrl>https://github.com/hogimn/sql-formatter</RepositoryUrl>

0 commit comments

Comments
 (0)