Skip to content

Commit

Permalink
Version bump to 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Jul 26, 2024
1 parent b81fc39 commit 973cdc2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 7.0.2 - 2024-07-26

- Update Dependency: `Websocket.Client@5.1.2`
- Update Dependency: `Supabase.Postgrest@4.0.3`
- [Re:#167](https://github.com/supabase-community/supabase-csharp/issues/167) Adds support for specifying `GetHeaders`
on the `RealtimeClient` which are included on the initial request to the server to establish websocket connection.

## 7.0.1 - 2024-05-22

- Re: [#47](https://github.com/supabase-community/realtime-csharp/issues/47) Return a Task from `Track` and `Untrack`
Expand Down
6 changes: 3 additions & 3 deletions Realtime/Realtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<PackageProjectUrl>https://github.com/supabase/realtime-csharp</PackageProjectUrl>
<Summary>Realtime-csharp is written as a client library for supabase/realtime.</Summary>
<PackageTags>supabase, realtime, phoenix</PackageTags>
<PackageVersion>7.0.1</PackageVersion>
<ReleaseVersion>7.0.1</ReleaseVersion>
<PackageVersion>7.0.2</PackageVersion>
<ReleaseVersion>7.0.2</ReleaseVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -31,7 +31,7 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">7.0.1</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">7.0.2</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)' == '' "></VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
Expand Down

0 comments on commit 973cdc2

Please sign in to comment.