1
- <Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
- <PropertyGroup >
4
- <TargetFramework >netstandard2.1</TargetFramework >
5
- <PackageId >realtime-csharp</PackageId >
6
- <
Authors >Joseph Schultz
< [email protected] > </
Authors >
7
- <Description >Realtime-csharp is written as a client library for supabase/realtime.</Description >
8
- <RootNamespace >Supabase.Realtime</RootNamespace >
9
- <PackageVersion >1.0.4</PackageVersion >
10
- <PackOnBuild >true</PackOnBuild >
11
- <Copyright >MIT</Copyright >
12
- <PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& v=4</PackageIconUrl >
13
- <NeutralLanguage >en</NeutralLanguage >
14
- <PackageLicenseUrl >https://github.com/supabase/realtime-csharp/blob/master/LICENSE</PackageLicenseUrl >
15
- <
Owners >Joseph Schultz
< [email protected] > </
Owners >
16
- <PackageProjectUrl >https://github.com/supabase/realtime-csharp</PackageProjectUrl >
17
- <Summary >Realtime-csharp is written as a client library for supabase/realtime.</Summary >
18
- <PackageTags >supabase, realtime, phoenix</PackageTags >
19
- <Title >realtime-csharp</Title >
20
- <ReleaseVersion >1.0.4</ReleaseVersion >
21
- </PropertyGroup >
22
-
23
- <ItemGroup >
24
- <PackageReference Include =" postgrest-csharp" Version =" 1.0.6" />
25
- <PackageReference Include =" WebSocketSharp-netstandard" Version =" 1.0.1" />
26
- <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
27
- </ItemGroup >
28
- <ItemGroup >
29
- <Folder Include =" Attributes\" />
30
- </ItemGroup >
31
- </Project >
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project Sdk =" Microsoft.NET.Sdk" >
3
+ <PropertyGroup >
4
+ <TargetFramework >netstandard2.1</TargetFramework >
5
+ <PackageId >realtime-csharp</PackageId >
6
+ <
Authors >Joseph Schultz
< [email protected] > </
Authors >
7
+ <Description >Realtime-csharp is written as a client library for supabase/realtime.</Description >
8
+ <RootNamespace >Supabase.Realtime</RootNamespace >
9
+ <PackageVersion >1.0.4</PackageVersion >
10
+ <PackOnBuild >true</PackOnBuild >
11
+ <Copyright >MIT</Copyright >
12
+ <PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& v=4</PackageIconUrl >
13
+ <NeutralLanguage >en</NeutralLanguage >
14
+ <PackageLicenseUrl >https://github.com/supabase/realtime-csharp/blob/master/LICENSE</PackageLicenseUrl >
15
+ <
Owners >Joseph Schultz
< [email protected] > </
Owners >
16
+ <PackageProjectUrl >https://github.com/supabase/realtime-csharp</PackageProjectUrl >
17
+ <Summary >Realtime-csharp is written as a client library for supabase/realtime.</Summary >
18
+ <PackageTags >supabase, realtime, phoenix</PackageTags >
19
+ <Title >realtime-csharp</Title >
20
+ <ReleaseVersion >1.0.5</ReleaseVersion >
21
+ </PropertyGroup >
22
+ <PropertyGroup Condition =" '$(Version)' == '' " >
23
+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >1.0.5</VersionPrefix >
24
+ <VersionSuffix Condition =" '$(VersionSuffix)' == '' " >
25
+ </VersionSuffix >
26
+ <Version Condition =" '$(VersionSuffix)' != '' " >$(VersionPrefix)-$(VersionSuffix)</Version >
27
+ <Version Condition =" '$(Version)' == '' " >$(VersionPrefix)</Version >
28
+ </PropertyGroup >
29
+ <ItemGroup >
30
+ <PackageReference Include =" postgrest-csharp" Version =" 1.0.6" />
31
+ <PackageReference Include =" WebSocketSharp-netstandard" Version =" 1.0.1" />
32
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
33
+ </ItemGroup >
34
+ <ItemGroup >
35
+ <Folder Include =" Attributes\" />
36
+ </ItemGroup >
37
+ </Project >
0 commit comments