Skip to content

Commit

Permalink
Bump minor version and add release notes for set streaming (#188)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
cleve-fauna and faunaee authored Feb 8, 2022
1 parent aa324d2 commit 700b01d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.2.0
- Add support for [set streaming](https://docs.fauna.com/fauna/current/drivers/streaming)
[#187](https://github.com/fauna/faunadb-csharp/pull/187).

## 4.1.0
- Added a possibility to provide custom headers for the FaunaClient constructor
- Added naming strategy for value encoder/decoder
Expand Down
2 changes: 1 addition & 1 deletion FaunaDB.Client/FaunaDB.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net45;netstandard1.5;netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>4.1.0</Version>
<Version>4.2.0</Version>
<PackageId>FaunaDB.Client</PackageId>
<Title>C# Driver for FaunaDB</Title>
<Authors>Fauna, Inc.</Authors>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

C# doc are hosted on GitHub:

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

## How to Build

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

```xml
<PackageReference Include="FaunaDB.Client" Version="4.1.0" />
<PackageReference Include="FaunaDB.Client" Version="4.2.0" />
```

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

0 comments on commit 700b01d

Please sign in to comment.