Skip to content

Commit 9b394d4

Browse files
committed
2.0.3
1 parent 9fcd372 commit 9b394d4

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
@@ -18,7 +18,7 @@ This does not support:
1818
To install the Hogimn.Sql.Formatter package with NuGet, you can use the following command in your terminal or command prompt.
1919

2020
```bash
21-
dotnet add package Hogimn.Sql.Formatter --version 2.0.2
21+
dotnet add package Hogimn.Sql.Formatter --version 2.0.3
2222
```
2323

2424
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.2</Version>
10+
<Version>2.0.3</Version>
1111
<PackageId>Hogimn.Sql.Formatter</PackageId>
1212
<RepositoryUrl>https://github.com/hogimn/sql-formatter</RepositoryUrl>
1313
<PackageTags>sql, sql-formatter, sql-beautifier</PackageTags>

0 commit comments

Comments
 (0)