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

Commit

Permalink
Bump version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ProphetLamb committed Sep 29, 2022
1 parent 280fee1 commit 88789b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ While Surreal .NET can be registered as a [ASP.NET Core](https://learn.microsoft
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.

```xml
<PackageReference Include="SurrealDB.Driver.Rest" Version="1.0.6" />
<PackageReference Include="SurrealDB.Driver.Rest" Version="1.0.7" />
```

```csharp
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="..\Directory.Build.props" />

<PropertyGroup>
<Version>1.0.6</Version>
<Version>1.0.7</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
</PropertyGroup>

Expand Down

0 comments on commit 88789b1

Please sign in to comment.