Skip to content

Commit

Permalink
Version bump to 0.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Nov 13, 2023
1 parent 616272a commit ec11fa9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.13.7 - 2023-11-13

- Update Dependency: `postgrest-csharp@3.2.10`
- Re: [#76](https://github.com/supabase-community/postgrest-csharp/issues/76) Removes the
incorrect `ToUniversalTime` conversion in the LINQ `Where` parser.

## 0.13.6 - 2023-10-12

- Update Dependency: `gotrue-csharp@4.2.3`
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.6</ReleaseVersion>
<PackageVersion>0.13.6</PackageVersion>
<ReleaseVersion>0.13.7</ReleaseVersion>
<PackageVersion>0.13.7</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.6</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.13.7</VersionPrefix>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down

0 comments on commit ec11fa9

Please sign in to comment.