Skip to content

Commit ae90be1

Browse files
committed
Update Roslyn to 4.8.0 and format README table
1 parent b265e08 commit ae90be1

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageVersion Include="dbup-sqlite" Version="6.0.4" />
1717
<PackageVersion Include="dbup-sqlserver" Version="7.2.0" />
1818
<PackageVersion Include="MessagePack" Version="3.1.4" />
19-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="[4.4.0]" />
19+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="[4.8.0]" />
2020
<PackageVersion Include="MicroSoft.Data.SqlClient" Version="7.0.0" />
2121
<PackageVersion Include="Microsoft.Data.Sqlite" Version="10.0.5" />
2222
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.5" />
@@ -42,4 +42,4 @@
4242
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
4343
<PackageVersion Include="xunit.v3" Version="3.2.2" />
4444
</ItemGroup>
45-
</Project>
45+
</Project>

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Fluent Wrapper for DbCommand.
66

77
[![Coverage Status](https://coveralls.io/repos/github/loresoft/FluentCommand/badge.svg?branch=master)](https://coveralls.io/github/loresoft/FluentCommand?branch=master)
88

9-
| Package | Version |
10-
| :--- | :--- |
11-
| [FluentCommand](https://www.nuget.org/packages/FluentCommand/) | [![FluentCommand](https://img.shields.io/nuget/v/FluentCommand.svg)](https://www.nuget.org/packages/FluentCommand/) |
12-
| [FluentCommand.SqlServer](https://www.nuget.org/packages/FluentCommand.SqlServer/) | [![FluentCommand.SqlServer](https://img.shields.io/nuget/v/FluentCommand.SqlServer.svg)](https://www.nuget.org/packages/FluentCommand.SqlServer/) |
13-
| [FluentCommand.Json](https://www.nuget.org/packages/FluentCommand.Json/) | [![FluentCommand.Json](https://img.shields.io/nuget/v/FluentCommand.Json.svg)](https://www.nuget.org/packages/FluentCommand.Json/) |
9+
| Package | Version |
10+
| :--------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------ |
11+
| [FluentCommand](https://www.nuget.org/packages/FluentCommand/) | [![FluentCommand](https://img.shields.io/nuget/v/FluentCommand.svg)](https://www.nuget.org/packages/FluentCommand/) |
12+
| [FluentCommand.SqlServer](https://www.nuget.org/packages/FluentCommand.SqlServer/) | [![FluentCommand.SqlServer](https://img.shields.io/nuget/v/FluentCommand.SqlServer.svg)](https://www.nuget.org/packages/FluentCommand.SqlServer/) |
13+
| [FluentCommand.Json](https://www.nuget.org/packages/FluentCommand.Json/) | [![FluentCommand.Json](https://img.shields.io/nuget/v/FluentCommand.Json.svg)](https://www.nuget.org/packages/FluentCommand.Json/) |
1414

1515
## Download
1616

@@ -23,7 +23,6 @@ To install FluentCommand, run the following command in the Package Manager Conso
2323
More information about NuGet package available at
2424
<https://nuget.org/packages/FluentCommand>
2525

26-
2726
## Features
2827

2928
- Fluent wrapper over DbConnection and DbCommand

0 commit comments

Comments
 (0)