Skip to content

Commit 04e1821

Browse files
committed
Version bump to v7.0.1
1 parent 38137e8 commit 04e1821

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Changelog
22

3+
## 7.0.1 - 2024-05-22
4+
5+
- Re: [#47](https://github.com/supabase-community/realtime-csharp/issues/47) Return a Task from `Track` and `Untrack`
6+
methods
7+
38
## 7.0.0 - 2024-04-21
49

510
- Merges [#45](https://github.com/supabase-community/realtime-csharp/pull/45) - Updating the `[email protected]`
6-
- Re: [#135](https://github.com/supabase-community/supabase-csharp/issues/135) Update nuget package name `realtime-csharp` to `Supabase.Realtime`
11+
- Re: [#135](https://github.com/supabase-community/supabase-csharp/issues/135) Update nuget package
12+
name `realtime-csharp` to `Supabase.Realtime`
713
- Updates Dependencies
814

915
## 6.0.4 - 2023-07-15

Realtime/Realtime.csproj

Lines changed: 3 additions & 3 deletions
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.0</PackageVersion>
20-
<ReleaseVersion>7.0.0</ReleaseVersion>
19+
<PackageVersion>7.0.1</PackageVersion>
20+
<ReleaseVersion>7.0.1</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.0</VersionPrefix>
34+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">7.0.1</VersionPrefix>
3535
<VersionSuffix Condition=" '$(VersionSuffix)' == '' "></VersionSuffix>
3636
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
3737
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>

0 commit comments

Comments
 (0)