Skip to content

Commit d44fc2c

Browse files
authored
chore(release): bump to version: 4.0.0 (#151)
1 parent 1726e8e commit d44fc2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.0.0-preview
1+
## 4.0.0
22
- Streaming support
33
- 3rd party auth support
44
- HTTP/2 support for .net standard 2.1 and above

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.0.0-preview</Version>
5+
<Version>4.0.0</Version>
66
<PackageId>FaunaDB.Client</PackageId>
77
<Title>C# Driver for FaunaDB</Title>
88
<Authors>Fauna, Inc.</Authors>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dotnet test FaunaDB.Client.Test --filter FullyQualifiedName~Test.EnvironmentHead
6969
First install the Nuget package by adding the package reference to your MSBuild project:
7070

7171
```xml
72-
<PackageReference Include="FaunaDB.Client" Version="4.0.0-preview" />
72+
<PackageReference Include="FaunaDB.Client" Version="4.0.0" />
7373
```
7474

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

0 commit comments

Comments
 (0)