Skip to content

Commit e0dd510

Browse files
committed
1.0.1
1 parent 5131411 commit e0dd510

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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 1.0.0
19+
dotnet add package Hogimn.Sql.Formatter --version 1.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<AssemblyTitle>SQL.Formatter</AssemblyTitle>
88
<Product>SQL.Formatter</Product>
99
<Copyright>Copyright © 2022</Copyright>
10-
<AssemblyVersion>1.0.0.0</AssemblyVersion>
11-
<FileVersion>1.0.0.0</FileVersion>
10+
<Version>1.0.1</Version>
11+
<PackageId>Hogimn.Sql.Formatter</PackageId>
1212
</PropertyGroup>
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
1515
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
1616
</ItemGroup>
17-
</Project>
17+
</Project>

0 commit comments

Comments
 (0)