File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.3.1 - 06-10-2023
4
+
5
+ - Updates usage of ` Supabase.Core ` assembly.
6
+
3
7
## 1.3.0 - 06-10-2023
4
8
5
9
- Rename assembly to ` Supabase.Functions `
Original file line number Diff line number Diff line change 16
16
<PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& v=4</PackageIconUrl >
17
17
<PackageProjectUrl >https://github.com/supabase-community/functions-csharp</PackageProjectUrl >
18
18
<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 >
21
21
<AssemblyName >Supabase.Functions</AssemblyName >
22
22
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
23
23
<PackageIcon >icon.png</PackageIcon >
37
37
<WarningsAsErrors >CS8600;CS8602;CS8603</WarningsAsErrors >
38
38
</PropertyGroup >
39
39
<PropertyGroup Condition =" '$(Version)' == '' " >
40
- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.3.0 </VersionPrefix >
40
+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.3.1 </VersionPrefix >
41
41
<VersionSuffix Condition =" '$(VersionSuffix)' == '' " >
42
42
</VersionSuffix >
43
43
<Version Condition =" '$(VersionSuffix)' != '' " >$(VersionPrefix)-$(VersionSuffix)</Version >
50
50
<LangVersion >8.0</LangVersion >
51
51
</PropertyGroup >
52
52
<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 " />
55
55
</ItemGroup >
56
56
<ItemGroup >
57
57
<None Include =" ..\.github\icon.png" Pack =" true" Link =" icon.png" PackagePath =" \" />
You can’t perform that action at this time.
0 commit comments