Skip to content

Commit

Permalink
Version bump 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Sep 15, 2023
1 parent 96d1576 commit a8e1662
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.13.2 - 2023-09-15

- Update dependency: `postgrest-csharp@3.2.7`
- Implements a `TableWithCache` for `Get` requests that can pull reactive Models from cache before making a remote
request.
- Re: [supabase-csharp#85](https://github.com/supabase-community/supabase-csharp/issues/85) Includes sourcelink
support.
- Re: [#75](https://github.com/supabase-community/postgrest-csharp/pull/75) Fix issue with marshalling of stored
procedure arguments. Big thank you to [@corrideat](https://github.com/corrideat)!

## 0.13.1 - 2023-08-26

- Update dependency: `supabase-storage-csharp@1.4.0`
Expand Down
6 changes: 3 additions & 3 deletions Supabase/Supabase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<Summary>A C# implementation of the Supabase client</Summary>
<Title>Supabase</Title>
<PackageTags>supabase</PackageTags>
<ReleaseVersion>0.13.1</ReleaseVersion>
<PackageVersion>0.13.1</PackageVersion>
<ReleaseVersion>0.13.2</ReleaseVersion>
<PackageVersion>0.13.2</PackageVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -29,7 +29,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.13.1</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.13.2</VersionPrefix>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down

0 comments on commit a8e1662

Please sign in to comment.