Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit 88789b1

Browse files
committed
Bump version 1.0.7
1 parent 280fee1 commit 88789b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ While Surreal .NET can be registered as a [ASP.NET Core](https://learn.microsoft
6565
I highly recommend taking a looksie at the [examples](https://github.com/ProphetLamb/Surreal.Net/tree/master/examples), but for now let's review a basic console app with the RPC library.
6666

6767
```xml
68-
<PackageReference Include="SurrealDB.Driver.Rest" Version="1.0.6" />
68+
<PackageReference Include="SurrealDB.Driver.Rest" Version="1.0.7" />
6969
```
7070

7171
```csharp

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="..\Directory.Build.props" />
33

44
<PropertyGroup>
5-
<Version>1.0.6</Version>
5+
<Version>1.0.7</Version>
66
<AssemblyVersion>$(Version)</AssemblyVersion>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)