Skip to content

Commit 973cdc2

Browse files
committed
Version bump to 7.0.2
1 parent b81fc39 commit 973cdc2

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 7.0.2 - 2024-07-26
4+
5+
- Update Dependency: `[email protected]`
6+
- Update Dependency: `[email protected]`
7+
- [Re:#167](https://github.com/supabase-community/supabase-csharp/issues/167) Adds support for specifying `GetHeaders`
8+
on the `RealtimeClient` which are included on the initial request to the server to establish websocket connection.
9+
310
## 7.0.1 - 2024-05-22
411

512
- Re: [#47](https://github.com/supabase-community/realtime-csharp/issues/47) Return a Task from `Track` and `Untrack`

Realtime/Realtime.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<PackageProjectUrl>https://github.com/supabase/realtime-csharp</PackageProjectUrl>
1717
<Summary>Realtime-csharp is written as a client library for supabase/realtime.</Summary>
1818
<PackageTags>supabase, realtime, phoenix</PackageTags>
19-
<PackageVersion>7.0.1</PackageVersion>
20-
<ReleaseVersion>7.0.1</ReleaseVersion>
19+
<PackageVersion>7.0.2</PackageVersion>
20+
<ReleaseVersion>7.0.2</ReleaseVersion>
2121
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2222
<PackageIcon>icon.png</PackageIcon>
2323
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232

3333
<PropertyGroup Condition=" '$(Version)' == '' ">
34-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">7.0.1</VersionPrefix>
34+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">7.0.2</VersionPrefix>
3535
<VersionSuffix Condition=" '$(VersionSuffix)' == '' "></VersionSuffix>
3636
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
3737
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>

0 commit comments

Comments
 (0)