File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ## 4.0.0-preview
1
+ ## 4.0.0
2
2
- Streaming support
3
3
- 3rd party auth support
4
4
- HTTP/2 support for .net standard 2.1 and above
Original file line number Diff line number Diff line change 2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net45;netstandard1.5;netstandard2.0;netstandard2.1</TargetFrameworks >
5
- <Version >4.0.0-preview </Version >
5
+ <Version >4.0.0</Version >
6
6
<PackageId >FaunaDB.Client</PackageId >
7
7
<Title >C# Driver for FaunaDB</Title >
8
8
<Authors >Fauna, Inc.</Authors >
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dotnet test FaunaDB.Client.Test --filter FullyQualifiedName~Test.EnvironmentHead
69
69
First install the Nuget package by adding the package reference to your MSBuild project:
70
70
71
71
``` xml
72
- <PackageReference Include =" FaunaDB.Client" Version =" 4.0.0-preview " />
72
+ <PackageReference Include =" FaunaDB.Client" Version =" 4.0.0" />
73
73
```
74
74
75
75
or by using your IDE and searching for ` FaunaDB.Client ` .
You can’t perform that action at this time.
0 commit comments