Skip to content

Commit

Permalink
Version bump to v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed May 22, 2024
1 parent 38137e8 commit 04e1821
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Changelog

## 7.0.1 - 2024-05-22

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

## 7.0.0 - 2024-04-21

- Merges [#45](https://github.com/supabase-community/realtime-csharp/pull/45) - Updating the `Websocket.Client@5.1.1`
- Re: [#135](https://github.com/supabase-community/supabase-csharp/issues/135) Update nuget package name `realtime-csharp` to `Supabase.Realtime`
- Re: [#135](https://github.com/supabase-community/supabase-csharp/issues/135) Update nuget package
name `realtime-csharp` to `Supabase.Realtime`
- Updates Dependencies

## 6.0.4 - 2023-07-15
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.0</PackageVersion>
<ReleaseVersion>7.0.0</ReleaseVersion>
<PackageVersion>7.0.1</PackageVersion>
<ReleaseVersion>7.0.1</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.0</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">7.0.1</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)' == '' "></VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
Expand Down

0 comments on commit 04e1821

Please sign in to comment.