Skip to content

Commit 062f5d6

Browse files
committed
Version bump to 5.0.5
1 parent 37af323 commit 062f5d6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 5.0.5 - 2023-04-27
4+
5+
- Re: [#27](https://github.com/supabase-community/realtime-csharp/issues/27) `PostgresChangesOptions` was not setting `listenType` in constructor. Thanks [@Kuffs2205](https://github.com/Kuffs2205)
6+
37
## 5.0.4 - 2023-03-23
48

59
- Re: [#26](https://github.com/supabase-community/realtime-csharp/pull/26) - Fixes Connect() not returning callback result when the socket isn't null. Thanks [@BlueWaterCrystal](https://github.com/BlueWaterCrystal)!

Realtime/Realtime.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
<Summary>Realtime-csharp is written as a client library for supabase/realtime.</Summary>
1717
<PackageTags>supabase, realtime, phoenix</PackageTags>
1818
<Title>realtime-csharp</Title>
19-
<PackageVersion>5.0.4</PackageVersion>
20-
<ReleaseVersion>5.0.4</ReleaseVersion>
19+
<PackageVersion>5.0.5</PackageVersion>
20+
<ReleaseVersion>5.0.5</ReleaseVersion>
2121
</PropertyGroup>
2222
<PropertyGroup>
2323
<Nullable>enable</Nullable>
2424
<LangVersion>latest</LangVersion>
2525
<WarningsAsErrors>CS8600;CS8602;CS8603</WarningsAsErrors>
2626
</PropertyGroup>
2727
<PropertyGroup Condition=" '$(Version)' == '' ">
28-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">5.0.4</VersionPrefix>
28+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">5.0.5</VersionPrefix>
2929
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">
3030
</VersionSuffix>
3131
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>

0 commit comments

Comments
 (0)