File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.1.0
2
+ - Added a possibility to provide custom headers for the FaunaClient constructor
3
+ - Added naming strategy for value encoder/decoder
4
+ - Notifies about new package version
5
+
1
6
## 4.0.0
2
7
- Streaming support
3
8
- 3rd party auth support
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</Version >
5
+ <Version >4.1 .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" />
72
+ <PackageReference Include =" FaunaDB.Client" Version =" 4.1 .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