Skip to content

Commit

Permalink
Version bump 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed May 7, 2024
1 parent 8e6e8f7 commit d0de337
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.0.1 - 2024-05-07

- Re: [#92](https://github.com/supabase-community/postgrest-csharp/issues/92) Changes `IPostgrestTable<>` contract to
return the interface rather than a concrete type.

## 4.0.0 - 2024-04-21

- [MAJOR] Moves namespaces from `Postgrest` to `Supabase.Postgrest`
Expand Down
6 changes: 3 additions & 3 deletions Postgrest/Postgrest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</Description>
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
<PackageTags>supabase,postgrest</PackageTags>
<ReleaseVersion>4.0.0</ReleaseVersion>
<PackageVersion>4.0.0</PackageVersion>
<ReleaseVersion>4.0.1</ReleaseVersion>
<PackageVersion>4.0.1</PackageVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -35,7 +35,7 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">4.0.0</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">4.0.1</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)' == '' "></VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
Expand Down

0 comments on commit d0de337

Please sign in to comment.