Skip to content

Commit 5bd45ef

Browse files
authored
Merge pull request #116 from fauna/beta-release
Release 0.1.0-beta
2 parents daf1bd4 + ade5ef0 commit 5bd45ef

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Diff for: Fauna/Fauna.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
5-
<Version>0.0.2-alpha</Version>
5+
<Version>0.1.0-beta</Version>
66
<PackageId>Fauna</PackageId>
77
<Title>.NET Driver for Fauna</Title>
88
<Authors>Fauna, Inc.</Authors>

Diff for: README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The Official .NET Driver for [Fauna](https://fauna.com/)
22

33
> [!CAUTION]
4-
> This driver is currently under development and should not be used for production.
4+
> This driver is currently in beta and should not be used for production workloads.
55
66
This driver can only be used with FQL v10, and is not compatible with earlier versions of FQL. To query your databases with earlier API versions, see [faunadb-csharp](https://github.com/fauna/faunadb-csharp).
77

@@ -21,8 +21,12 @@ See the [Fauna Documentation](https://docs.fauna.com/fauna/current/) for additio
2121
- .NET 8.0
2222

2323
## Installation
24+
Be sure to include prerelease versions given the driver is currently in beta.
2425

25-
TODO: Describe setup once package is in Nuget
26+
Using the .NET CLI:
27+
```
28+
dotnet add package Fauna --prerelease
29+
```
2630

2731
## Basic usage
2832

Diff for: concourse/scripts/publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ dotnet pack ./Fauna/Fauna.csproj --no-build --no-restore --include-symbols -p:Sy
1414

1515
dotnet nuget push ./Fauna/bin/Release/*.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_API_KEY --skip-duplicate
1616

17-
# echo "fauna-dotnet@$PACKAGE_VERSION has been published to nuget @driver-release-watchers" > ../slack-message/publish
17+
echo "fauna-dotnet@$PACKAGE_VERSION has been published to nuget <@driver-release-watchers>" > ../slack-message/publish

0 commit comments

Comments
 (0)