Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hogimn committed Sep 20, 2024
1 parent 5131411 commit e0dd510
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This does not support:
To install the Hogimn.Sql.Formatter package with NuGet, you can use the following command in your terminal or command prompt.

```bash
dotnet add package Hogimn.Sql.Formatter --version 1.0.0
dotnet add package Hogimn.Sql.Formatter --version 1.0.1
```

For more details, visit the [NuGet Gallery](https://www.nuget.org/packages/Hogimn.Sql.Formatter/) page.
Expand Down
6 changes: 3 additions & 3 deletions SQL.Formatter/SQL.Formatter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<AssemblyTitle>SQL.Formatter</AssemblyTitle>
<Product>SQL.Formatter</Product>
<Copyright>Copyright © 2022</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>1.0.1</Version>
<PackageId>Hogimn.Sql.Formatter</PackageId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
</Project>
</Project>

0 comments on commit e0dd510

Please sign in to comment.