File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This does not support:
16
16
To install the Hogimn.Sql.Formatter package with NuGet, you can use the following command in your terminal or command prompt.
17
17
18
18
``` bash
19
- dotnet add package Hogimn.Sql.Formatter --version 1.0.0
19
+ dotnet add package Hogimn.Sql.Formatter --version 1.0.1
20
20
```
21
21
22
22
For more details, visit the [ NuGet Gallery] ( https://www.nuget.org/packages/Hogimn.Sql.Formatter/ ) page.
Original file line number Diff line number Diff line change 7
7
<AssemblyTitle >SQL.Formatter</AssemblyTitle >
8
8
<Product >SQL.Formatter</Product >
9
9
<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 >
12
12
</PropertyGroup >
13
13
<ItemGroup >
14
14
<PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
15
15
<PackageReference Include =" System.Data.DataSetExtensions" Version =" 4.5.0" />
16
16
</ItemGroup >
17
- </Project >
17
+ </Project >
You can’t perform that action at this time.
0 commit comments