Skip to content

Commit b1710ea

Browse files
author
Eduardo V. Bruno
authored
Merge pull request #114 from fauna/release-3.0.0
release 3.0.0
2 parents 7d7ca91 + 9d7e945 commit b1710ea

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 3.0.0
2+
- Deprecate `Contains` in favor of specific functions `ContainsField`, `ContainsPath`, and `ContainsValue`
3+
- Add `Reverse` function
4+
- Add new Fauna attributes annotations:`FaunaString`, `FaunaTime`, and `FaunaDate`
5+
- implicit `BytesV` conversion from `bytes[]`
6+
- Improve `ToString` for Fauna types
7+
- Support versioned lambdas
8+
19
## 2.12.0
210
- Add `Documents` function
311
- Improve encoding from `DateTime` to `DateV` and `TimeV`

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;net451;net46;net461;net47;netstandard2.1;netcoreapp3.0</TargetFrameworks>
5-
<PackageVersion>2.12.0</PackageVersion>
5+
<PackageVersion>3.0.0</PackageVersion>
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
@@ -49,7 +49,7 @@ FrameworkPathOverride=/Library/Frameworks/Mono.framework/Versions/Current/lib/mo
4949
First install the Nuget package by adding the package reference to your MSBuild project:
5050

5151
```xml
52-
<PackageReference Include="FaunaDB.Client" Version="2.12.0" />
52+
<PackageReference Include="FaunaDB.Client" Version="3.0.0" />
5353
```
5454

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

0 commit comments

Comments
 (0)