File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<PackOnBuild >true</PackOnBuild >
6
6
<PackageId >supabase-csharp</PackageId >
7
- <PackageVersion >0.1.9</PackageVersion >
8
7
<
Authors >Joseph Schultz
< [email protected] > </
Authors >
9
8
<Description >A C# implementation of the Supabase client</Description >
10
9
<Copyright >MIT</Copyright >
16
15
<Title >Supabase</Title >
17
16
<PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& v=4</PackageIconUrl >
18
17
<PackageTags >supabase</PackageTags >
19
- <ReleaseVersion >0.1.9</ReleaseVersion >
18
+ <ReleaseVersion >0.2.0</ReleaseVersion >
19
+ <PackageVersion >0.2.0</PackageVersion >
20
+ <PackageReleaseNotes >Ported to netstandard2.0 to support a wider ranger of applications.
21
+
22
+ Breaking Change:
23
+ - Postgrest uses `Postgrest.IntRange` instead of `System.Range`</PackageReleaseNotes >
20
24
</PropertyGroup >
21
25
<PropertyGroup Condition =" '$(Version)' == '' " >
22
- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >0.1.9 </VersionPrefix >
26
+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >0.2.0 </VersionPrefix >
23
27
<Version Condition =" '$(Version)' == '' " >$(VersionPrefix)</Version >
24
28
</PropertyGroup >
25
29
<ItemGroup >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >netcoreapp3.1</TargetFramework >
6
- <ReleaseVersion >0.1.9 </ReleaseVersion >
6
+ <ReleaseVersion >0.2.0 </ReleaseVersion >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
5
6
6
<IsPackable >false</IsPackable >
7
- <ReleaseVersion >0.1.9 </ReleaseVersion >
7
+ <ReleaseVersion >0.2.0 </ReleaseVersion >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
Original file line number Diff line number Diff line change 45
45
{DA3EF17E-F901-428D-B9BD-94A078E389E9} .Release| Any CPU .Build .0 = Release| Any CPU
46
46
EndGlobalSection
47
47
GlobalSection (MonoDevelopProperties ) = preSolution
48
- version = 0.1.9
48
+ version = 0.2.0
49
49
EndGlobalSection
50
50
GlobalSection (NestedProjects ) = preSolution
51
51
{43FFFE0C-91D2-43AB-913F-B3824702AE49} = {F94175FC-DE2B-4DBC-9C79-2A97B8489412}
You can’t perform that action at this time.
0 commit comments