Skip to content

Commit f9df7ab

Browse files
committed
Version bump to 3.0.1
1 parent 1d7a16e commit f9df7ab

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.0.1 - 2022-11-10
4+
5+
- Make `SerializerSettings` publicly accessible.
6+
37
## 3.0.0 - 2022-11-08
48

59
- Re: [#54](https://github.com/supabase-community/postgrest-csharp/pull/54) Restructure Project to support DI and enable Nullity

Postgrest/Postgrest.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
</Description>
2020
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
2121
<PackageTags>supabase,postgrest</PackageTags>
22-
<ReleaseVersion>3.0.0</ReleaseVersion>
23-
<PackageVersion>3.0.0</PackageVersion>
22+
<ReleaseVersion>3.0.1</ReleaseVersion>
23+
<PackageVersion>3.0.1</PackageVersion>
2424
</PropertyGroup>
2525
<PropertyGroup>
2626
<Nullable>enable</Nullable>
2727
<LangVersion>8.0</LangVersion>
2828
<WarningsAsErrors>CS8600;CS8602;CS8603</WarningsAsErrors>
2929
</PropertyGroup>
3030
<PropertyGroup Condition=" '$(Version)' == '' ">
31-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">3.0.0</VersionPrefix>
31+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">3.0.1</VersionPrefix>
3232
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">
3333
</VersionSuffix>
3434
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>

PostgrestExample/PostgrestExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp3.1</TargetFramework>
6-
<ReleaseVersion>3.0.0</ReleaseVersion>
6+
<ReleaseVersion>3.0.1</ReleaseVersion>
77
</PropertyGroup>
88

99
<ItemGroup>

PostgrestTests/PostgrestTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<IsPackable>false</IsPackable>
6-
<ReleaseVersion>3.0.0</ReleaseVersion>
6+
<ReleaseVersion>3.0.1</ReleaseVersion>
77
</PropertyGroup>
88

99
<ItemGroup>

0 commit comments

Comments
 (0)