Skip to content

Commit 487d880

Browse files
committed
Version bump to 1.0.3
1 parent bed3023 commit 487d880

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.0.3 - 2024-05-22
4+
5+
- Update dependency: `[email protected]`
6+
- Add missing properties (`ProviderRefreshToken` and `ProviderToken`) to `Session` object to reflect current state
7+
of `auth-js`
8+
- Update dependency: `[email protected]`
9+
- Re: [#47](https://github.com/supabase-community/realtime-csharp/issues/47) Return a Task from `Track` and `Untrack`
10+
methods
11+
312
## 1.0.2 - 2024-05-16
413

514
- Update dependency: `[email protected]`

Supabase/Supabase.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<PackageProjectUrl>https://github.com/supabase-community/supabase-csharp</PackageProjectUrl>
2020
<Summary>A C# implementation of the Supabase client</Summary>
2121
<PackageTags>supabase</PackageTags>
22-
<ReleaseVersion>1.0.2</ReleaseVersion>
23-
<PackageVersion>1.0.2</PackageVersion>
22+
<ReleaseVersion>1.0.3</ReleaseVersion>
23+
<PackageVersion>1.0.3</PackageVersion>
2424
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2525
<PackageIcon>icon.png</PackageIcon>
2626
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -32,7 +32,7 @@
3232
</PropertyGroup>
3333

3434
<PropertyGroup Condition=" '$(Version)' == '' ">
35-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.0.2</VersionPrefix>
35+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.0.3</VersionPrefix>
3636
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
3737
</PropertyGroup>
3838
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
@@ -43,9 +43,9 @@
4343
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
4444
<PackageReference Include="Supabase.Core" Version="1.0.0" />
4545
<PackageReference Include="Supabase.Functions" Version="2.0.0" />
46-
<PackageReference Include="Supabase.Gotrue" Version="5.0.1" />
46+
<PackageReference Include="Supabase.Gotrue" Version="5.0.2" />
4747
<PackageReference Include="Supabase.Postgrest" Version="4.0.2" />
48-
<PackageReference Include="Supabase.Realtime" Version="7.0.0" />
48+
<PackageReference Include="Supabase.Realtime" Version="7.0.1" />
4949
<PackageReference Include="Supabase.Storage" Version="2.0.1" />
5050
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
5151
</ItemGroup>

0 commit comments

Comments
 (0)