Skip to content

Commit e5326e0

Browse files
committed
1.0.5 Update
2 parents 8649e29 + f70c0d8 commit e5326e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<p align="center">
99
<a aria-label="stable-release-version" href="https://www.nuget.org/packages/Fly.SQL/1.0.3" target="_blank">
10-
<img alt="FlySQL Stable Release" src="https://img.shields.io/nuget/v/Fly.SQL.svg?style=flat-square&label=Stable&labelColor=000000&color=0ea5e9" />
10+
<img alt="FlySQL Stable Release" src="https://img.shields.io/nuget/v/Fly.SQL.svg?style=flat-square&cache=3600&label=Stable&labelColor=000000&color=0ea5e9" />
1111
</a>
1212
<a aria-label="FlySQL is free to use" href="https://github.com/jdmay2/FlySQL/blob/main/LICENSE" target="_blank">
1313
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-success.svg?style=flat-square&color=33CC12" target="_blank" />
@@ -29,13 +29,13 @@ A simple ORM for the MySql.Data NuGet package to use in any projects allowing fo
2929

3030
### NuGet Package Manager
3131

32-
```cmd
32+
```
3333
Install-Package Fly.SQL
3434
```
3535

3636
### .NET CLI
3737

38-
```cmd
38+
```
3939
dotnet add package Fly.SQL
4040
```
4141

@@ -47,7 +47,7 @@ A simple ORM for the MySql.Data NuGet package to use in any projects allowing fo
4747

4848
### Packet CLI
4949

50-
```cmd
50+
```
5151
paket add Fly.SQL
5252
```
5353

@@ -59,7 +59,7 @@ A simple ORM for the MySql.Data NuGet package to use in any projects allowing fo
5959

6060
### Cake
6161

62-
```cmd
62+
```
6363
// Cake Addin
6464
#addin nuget:?package=Fly.SQL&version=1.0.3
6565

0 commit comments

Comments
 (0)