Skip to content

Commit

Permalink
Version bump to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed May 22, 2024
1 parent bed3023 commit 487d880
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.0.3 - 2024-05-22

- Update dependency: `[email protected]`
- Add missing properties (`ProviderRefreshToken` and `ProviderToken`) to `Session` object to reflect current state
of `auth-js`
- Update dependency: `[email protected]`
- Re: [#47](https://github.com/supabase-community/realtime-csharp/issues/47) Return a Task from `Track` and `Untrack`
methods

## 1.0.2 - 2024-05-16

- Update dependency: `[email protected]`
Expand Down
10 changes: 5 additions & 5 deletions Supabase/Supabase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<PackageProjectUrl>https://github.com/supabase-community/supabase-csharp</PackageProjectUrl>
<Summary>A C# implementation of the Supabase client</Summary>
<PackageTags>supabase</PackageTags>
<ReleaseVersion>1.0.2</ReleaseVersion>
<PackageVersion>1.0.2</PackageVersion>
<ReleaseVersion>1.0.3</ReleaseVersion>
<PackageVersion>1.0.3</PackageVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -32,7 +32,7 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.0.2</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.0.3</VersionPrefix>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand All @@ -43,9 +43,9 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Supabase.Core" Version="1.0.0" />
<PackageReference Include="Supabase.Functions" Version="2.0.0" />
<PackageReference Include="Supabase.Gotrue" Version="5.0.1" />
<PackageReference Include="Supabase.Gotrue" Version="5.0.2" />
<PackageReference Include="Supabase.Postgrest" Version="4.0.2" />
<PackageReference Include="Supabase.Realtime" Version="7.0.0" />
<PackageReference Include="Supabase.Realtime" Version="7.0.1" />
<PackageReference Include="Supabase.Storage" Version="2.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion modules/gotrue-csharp

0 comments on commit 487d880

Please sign in to comment.