File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ A simple ORM for the MySql.Data NuGet package to use in any projects allowing fo
4242### Package Reference
4343
4444``` csharp
45- < PackageReference Include = " Fly.SQL" Version = " 1.0.1 " / >
45+ < PackageReference Include = " Fly.SQL" Version = " 1.0.2 " / >
4646```
4747
4848### Packet CLI
@@ -54,17 +54,17 @@ A simple ORM for the MySql.Data NuGet package to use in any projects allowing fo
5454### Script & Interactive
5555
5656```
57- #r "nuget: Fly.SQL, 1.0.1 "
57+ #r "nuget: Fly.SQL, 1.0.2 "
5858```
5959
6060### Cake
6161
6262```
6363 // Cake Addin
64- #addin nuget:?package=Fly.SQL&version=1.0.1
64+ #addin nuget:?package=Fly.SQL&version=1.0.2
6565
6666 // Cake Tool
67- #tool nuget:?package=Fly.SQL&version=1.0.1
67+ #tool nuget:?package=Fly.SQL&version=1.0.2
6868```
6969
7070## Package Layout
You can’t perform that action at this time.
0 commit comments