Skip to content

Commit

Permalink
Version bump to 2.0.0 after breaking API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Sep 15, 2021
1 parent b75b0ef commit 7048600
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions Postgrest/Postgrest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,22 @@
The bulk of this library is a translation and c-sharp-ification of the supabase/postgrest-js library.</Description>
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
<PackageTags>supabase,postgrest</PackageTags>
<ReleaseVersion>1.0.8</ReleaseVersion>
<PackageVersion>1.0.8</PackageVersion>
<ReleaseVersion>2.0.0</ReleaseVersion>
<PackageVersion>2.0.0</PackageVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.0.8</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">2.0.0</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">
</VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion PostgrestTests/PostgrestTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>

<IsPackable>false</IsPackable>
<ReleaseVersion>1.0.8</ReleaseVersion>
<ReleaseVersion>2.0.0</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion postgrest-csharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ Global
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.StandardHeader = $2
$0.VersionControlPolicy = $3
version = 1.0.8
version = 2.0.0
EndGlobalSection
EndGlobal

0 comments on commit 7048600

Please sign in to comment.