Skip to content

Commit 675a21a

Browse files
committed
Updates usage of Supabase.Core assembly
1 parent 31eb83a commit 675a21a

File tree

2 files changed

+9
-5
lines changed

2 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+
## 1.3.1 - 06-10-2023
4+
5+
- Updates usage of `Supabase.Core` assembly.
6+
37
## 1.3.0 - 06-10-2023
48

59
- Rename assembly to `Supabase.Functions`

Functions/Functions.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<PackageIconUrl>https://avatars.githubusercontent.com/u/54469796?s=200&amp;v=4</PackageIconUrl>
1717
<PackageProjectUrl>https://github.com/supabase-community/functions-csharp</PackageProjectUrl>
1818
<PackageTags>supabase, functions</PackageTags>
19-
<PackageVersion>1.3.0</PackageVersion>
20-
<ReleaseVersion>1.3.0</ReleaseVersion>
19+
<PackageVersion>1.3.1</PackageVersion>
20+
<ReleaseVersion>1.3.1</ReleaseVersion>
2121
<AssemblyName>Supabase.Functions</AssemblyName>
2222
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2323
<PackageIcon>icon.png</PackageIcon>
@@ -37,7 +37,7 @@
3737
<WarningsAsErrors>CS8600;CS8602;CS8603</WarningsAsErrors>
3838
</PropertyGroup>
3939
<PropertyGroup Condition=" '$(Version)' == '' ">
40-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.3.0</VersionPrefix>
40+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.3.1</VersionPrefix>
4141
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">
4242
</VersionSuffix>
4343
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
@@ -50,8 +50,8 @@
5050
<LangVersion>8.0</LangVersion>
5151
</PropertyGroup>
5252
<ItemGroup>
53-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
54-
<PackageReference Include="supabase-core" Version="0.0.2" />
53+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
54+
<PackageReference Include="supabase-core" Version="0.0.3" />
5555
</ItemGroup>
5656
<ItemGroup>
5757
<None Include="..\.github\icon.png" Pack="true" Link="icon.png" PackagePath="\" />

0 commit comments

Comments
 (0)