Skip to content

Commit 700b01d

Browse files
doom-weaverfaunaee
andauthored
Bump minor version and add release notes for set streaming (#188)
* Bump minor version and add release notes for set streaming * Update CHANGELOG.md Co-authored-by: Ewan Edwards <[email protected]> Co-authored-by: Ewan Edwards <[email protected]>
1 parent aa324d2 commit 700b01d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.2.0
2+
- Add support for [set streaming](https://docs.fauna.com/fauna/current/drivers/streaming)
3+
[#187](https://github.com/fauna/faunadb-csharp/pull/187).
4+
15
## 4.1.0
26
- Added a possibility to provide custom headers for the FaunaClient constructor
37
- Added naming strategy for value encoder/decoder

FaunaDB.Client/FaunaDB.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFrameworks>net45;netstandard1.5;netstandard2.0;netstandard2.1</TargetFrameworks>
5-
<Version>4.1.0</Version>
5+
<Version>4.2.0</Version>
66
<PackageId>FaunaDB.Client</PackageId>
77
<Title>C# Driver for FaunaDB</Title>
88
<Authors>Fauna, Inc.</Authors>

README.md

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

88
C# doc are hosted on GitHub:
99

10-
* [faunadb-csharp](https://fauna.github.io/faunadb-csharp/4.1.0/)
10+
* [faunadb-csharp](https://fauna.github.io/faunadb-csharp/4.2.0/)
1111

1212
## How to Build
1313

@@ -75,7 +75,7 @@ dotnet test FaunaDB.Client.Test --filter FullyQualifiedName~Test.EnvironmentHead
7575
First install the Nuget package by adding the package reference to your MSBuild project:
7676

7777
```xml
78-
<PackageReference Include="FaunaDB.Client" Version="4.1.0" />
78+
<PackageReference Include="FaunaDB.Client" Version="4.2.0" />
7979
```
8080

8181
or by using your IDE and searching for `FaunaDB.Client`.

0 commit comments

Comments
 (0)