Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit 9313465

Browse files
author
Роман Воронцов
committed
Release 1.0.0
1 parent 3d27653 commit 9313465

File tree

9 files changed

+102
-161
lines changed

9 files changed

+102
-161
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ChatApi is an unofficial cross-platform collection of libraries for interacting
55
It may be used for: sending and reading of messages, work on dialogs (personal chats and groups), accounts, queues for sending messages and blacklist operations. <br/>
66
Also WebHook operations for the instant notifications will be available soon.
77

8-
**<span style="color:red">Warning</span>** This project is not production ready yet!<br>
98
**<span style="color:orange">Warning</span>** Before using these libraries, we are recommended to read the documentation provided in [`Russian`](Documentation/ru-RU/README.md) and [`English`](Documentation/en-EN/README.md).
109

1110

Src/ChatApi.Core/ChatApi.Core.csproj

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,23 @@
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<Title>ChatApi.Core</Title>
99
<Authors>Roman Vorontsov</Authors>
10-
<Description>API for chat-api service.</Description>
11-
<PackageLicenseUrl>https://licenses.nuget.org/MIT</PackageLicenseUrl>
12-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
13-
<RepositoryUrl>https://github.com/Zodt/WhatsAppApi</RepositoryUrl>
10+
<Description>ChatApi is an unofficial cross-platform libraries for interacting with the chat-api.com</Description>
11+
<PackageLicenseUrl></PackageLicenseUrl>
12+
<RepositoryUrl>https://github.com/Zodt/ChatApi</RepositoryUrl>
1413
<RepositoryType>GitHub</RepositoryType>
1514
<PackageTags>ChatApi, WhatsAppApi, WhatsApp-Api, WhatsApp</PackageTags>
1615
<PackageProjectUrl></PackageProjectUrl>
17-
<PackageIconUrl>https://github.com/Zodt/ChatApi/blob/master/Src/ChatApi.png?raw=true</PackageIconUrl>
16+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
17+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
18+
<PackageIcon>ChatApi.png</PackageIcon>
19+
<NeutralLanguage>en</NeutralLanguage>
1820
</PropertyGroup>
1921

2022
<ItemGroup>
2123
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2224
</ItemGroup>
2325

2426
<ItemGroup>
25-
<Compile Remove="Helpers\Maybe.cs" />
2627
<Compile Update="Properties\Resources.Designer.cs">
2728
<DesignTime>True</DesignTime>
2829
<AutoGen>True</AutoGen>
@@ -37,4 +38,11 @@
3738
</EmbeddedResource>
3839
</ItemGroup>
3940

41+
<ItemGroup>
42+
<None Include="..\ChatApi.png">
43+
<Pack>True</Pack>
44+
<PackagePath></PackagePath>
45+
</None>
46+
</ItemGroup>
47+
4048
</Project>

Src/ChatApi.Core/Helpers/Maybe.cs

Lines changed: 0 additions & 124 deletions
This file was deleted.

Src/ChatApi.Instances/ChatApi.Instances.csproj

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@
66
<Nullable>enable</Nullable>
77
<Title>ChatApi.Instances</Title>
88
<Authors>Roman Vorontsov</Authors>
9-
<Description>API for chat-api service.</Description>
9+
<Description>ChatApi is an unofficial cross-platform libraries for interacting with the chat-api.com</Description>
1010
<PackageProjectUrl></PackageProjectUrl>
11-
<PackageLicenseUrl>https://licenses.nuget.org/MIT</PackageLicenseUrl>
12-
<RepositoryUrl>https://github.com/Zodt/WhatsAppApi</RepositoryUrl>
11+
<PackageLicenseUrl></PackageLicenseUrl>
12+
<RepositoryUrl>https://github.com/Zodt/ChatApi</RepositoryUrl>
1313
<RepositoryType>GitHub</RepositoryType>
1414
<PackageTags>ChatApi, WhatsAppApi, WhatsApp-Api, WhatsApp</PackageTags>
15-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
16-
<PackageIconUrl>https://github.com/Zodt/ChatApi/blob/master/Src/ChatApi.png?raw=true</PackageIconUrl>
15+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
16+
<PackageIconUrl></PackageIconUrl>
17+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
18+
<PackageIcon>ChatApi.png</PackageIcon>
19+
<NeutralLanguage>en</NeutralLanguage>
20+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1721
</PropertyGroup>
1822

1923
<ItemGroup>
@@ -31,4 +35,11 @@
3135
<ProjectReference Include="..\ChatApi.Core\ChatApi.Core.csproj" />
3236
</ItemGroup>
3337

38+
<ItemGroup>
39+
<None Include="..\ChatApi.png">
40+
<Pack>True</Pack>
41+
<PackagePath></PackagePath>
42+
</None>
43+
</ItemGroup>
44+
3445
</Project>

Src/ChatApi.WA.Account/ChatApi.WA.Account.csproj

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<Title>ChatApi.WA.Instance</Title>
99
<Authors>Roman Vorontsov</Authors>
10-
<Description>API for chat-api service.</Description>
11-
<PackageLicenseUrl>https://licenses.nuget.org/MIT</PackageLicenseUrl>
12-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
13-
<RepositoryUrl>https://github.com/Zodt/WhatsAppApi</RepositoryUrl>
10+
<Description>ChatApi is an unofficial cross-platform libraries for interacting with the chat-api.com</Description>
11+
<PackageLicenseUrl></PackageLicenseUrl>
12+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
13+
<RepositoryUrl>https://github.com/Zodt/ChatApi</RepositoryUrl>
1414
<RepositoryType>GitHub</RepositoryType>
1515
<PackageTags>ChatApi, WhatsAppApi, WhatsApp-Api, WhatsApp</PackageTags>
16-
<PackageIconUrl>https://github.com/Zodt/ChatApi/blob/master/Src/ChatApi.png?raw=true</PackageIconUrl>
16+
<PackageIconUrl></PackageIconUrl>
17+
<PackageIcon>ChatApi.png</PackageIcon>
18+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
19+
<NeutralLanguage>en</NeutralLanguage>
1720
</PropertyGroup>
1821

1922
<ItemGroup>
@@ -35,4 +38,11 @@
3538
<ProjectReference Include="..\ChatApi.Core\ChatApi.Core.csproj" />
3639
</ItemGroup>
3740

41+
<ItemGroup>
42+
<None Include="..\ChatApi.png">
43+
<Pack>True</Pack>
44+
<PackagePath></PackagePath>
45+
</None>
46+
</ItemGroup>
47+
3848
</Project>

Src/ChatApi.WA.Ban/ChatApi.WA.Ban.csproj

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<Title>ChatApi.WA.Ban</Title>
99
<Authors>Roman Vorontsov</Authors>
10-
<Description>API for chat-api service.</Description>
11-
<PackageLicenseUrl>https://licenses.nuget.org/MIT</PackageLicenseUrl>
12-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
13-
<RepositoryUrl>https://github.com/Zodt/WhatsAppApi</RepositoryUrl>
10+
<Description>ChatApi is an unofficial cross-platform libraries for interacting with the chat-api.com</Description>
11+
<PackageLicenseUrl></PackageLicenseUrl>
12+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
13+
<RepositoryUrl>https://github.com/Zodt/ChatApi</RepositoryUrl>
1414
<RepositoryType>GitHub</RepositoryType>
1515
<PackageTags>ChatApi, WhatsAppApi, WhatsApp-Api, WhatsApp</PackageTags>
16-
<PackageIconUrl>https://github.com/Zodt/ChatApi/blob/master/Src/ChatApi.png?raw=true</PackageIconUrl>
16+
<PackageIconUrl></PackageIconUrl>
17+
<PackageIcon>ChatApi.png</PackageIcon>
18+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
19+
<NeutralLanguage>en</NeutralLanguage>
1720
</PropertyGroup>
1821

1922
<ItemGroup>
@@ -35,4 +38,11 @@
3538
<ProjectReference Include="..\ChatApi.Core\ChatApi.Core.csproj" />
3639
</ItemGroup>
3740

41+
<ItemGroup>
42+
<None Include="..\ChatApi.png">
43+
<Pack>True</Pack>
44+
<PackagePath></PackagePath>
45+
</None>
46+
</ItemGroup>
47+
3848
</Project>

Src/ChatApi.WA.Dialogs/ChatApi.WA.Dialogs.csproj

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<Title>ChatApi.WA.Dialogs</Title>
99
<Authors>Roman Vorontsov</Authors>
10-
<Description>API for chat-api service.</Description>
11-
<PackageLicenseUrl>https://licenses.nuget.org/MIT</PackageLicenseUrl>
12-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
13-
<RepositoryUrl>https://github.com/Zodt/WhatsAppApi</RepositoryUrl>
10+
<Description>ChatApi is an unofficial cross-platform libraries for interacting with the chat-api.com</Description>
11+
<PackageLicenseUrl></PackageLicenseUrl>
12+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
13+
<RepositoryUrl>https://github.com/Zodt/ChatApi</RepositoryUrl>
1414
<RepositoryType>GitHub</RepositoryType>
1515
<PackageTags>ChatApi, WhatsAppApi, WhatsApp-Api, WhatsApp</PackageTags>
16-
<PackageIconUrl>https://github.com/Zodt/ChatApi/blob/master/Src/ChatApi.png?raw=true</PackageIconUrl>
16+
<PackageIconUrl></PackageIconUrl>
17+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
18+
<PackageIcon>ChatApi.png</PackageIcon>
19+
<NeutralLanguage>en</NeutralLanguage>
1720
</PropertyGroup>
1821

1922
<ItemGroup>
@@ -46,6 +49,10 @@
4649
<ItemGroup>
4750
<None Remove="Documentation\en-EN\**" />
4851
<None Remove="Documentation\ru-RU\**" />
52+
<None Include="..\ChatApi.png">
53+
<Pack>True</Pack>
54+
<PackagePath></PackagePath>
55+
</None>
4956
</ItemGroup>
5057

5158
</Project>

Src/ChatApi.WA.Messages/ChatApi.WA.Messages.csproj

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<Title>ChatApi.WA.Messages</Title>
99
<Authors>Roman Vorontsov</Authors>
10-
<Description>API for chat-api service.</Description>
11-
<PackageLicenseUrl>https://licenses.nuget.org/MIT</PackageLicenseUrl>
12-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
13-
<RepositoryUrl>https://github.com/Zodt/WhatsAppApi</RepositoryUrl>
10+
<Description>ChatApi is an unofficial cross-platform libraries for interacting with the chat-api.com</Description>
11+
<PackageLicenseUrl></PackageLicenseUrl>
12+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
13+
<RepositoryUrl>https://github.com/Zodt/ChatApi</RepositoryUrl>
1414
<RepositoryType>GitHub</RepositoryType>
1515
<PackageTags>ChatApi, WhatsAppApi, WhatsApp-Api, WhatsApp</PackageTags>
16-
<PackageIconUrl>https://github.com/Zodt/ChatApi/blob/master/Src/ChatApi.png?raw=true</PackageIconUrl>
16+
<PackageIconUrl></PackageIconUrl>
17+
<PackageIcon>ChatApi.png</PackageIcon>
18+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
19+
<NeutralLanguage>en</NeutralLanguage>
1720
</PropertyGroup>
1821

1922
<ItemGroup>
@@ -36,4 +39,11 @@
3639
<ProjectReference Include="..\ChatApi.Core\ChatApi.Core.csproj" />
3740
</ItemGroup>
3841

42+
<ItemGroup>
43+
<None Include="..\ChatApi.png">
44+
<Pack>True</Pack>
45+
<PackagePath></PackagePath>
46+
</None>
47+
</ItemGroup>
48+
3949
</Project>

Src/ChatApi.WA.Queues/ChatApi.WA.Queues.csproj

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<Title>ChatApi.WA.Queues</Title>
99
<Authors>Roman Vorontsov</Authors>
10-
<Description>API for chat-api service.</Description>
11-
<PackageLicenseUrl>https://licenses.nuget.org/MIT</PackageLicenseUrl>
12-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
13-
<RepositoryUrl>https://github.com/Zodt/WhatsAppApi</RepositoryUrl>
10+
<Description>ChatApi is an unofficial cross-platform libraries for interacting with the chat-api.com</Description>
11+
<PackageLicenseUrl></PackageLicenseUrl>
12+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
13+
<RepositoryUrl>https://github.com/Zodt/ChatApi</RepositoryUrl>
1414
<RepositoryType>GitHub</RepositoryType>
1515
<PackageTags>ChatApi, WhatsAppApi, WhatsApp-Api, WhatsApp</PackageTags>
16-
<PackageIconUrl>https://github.com/Zodt/ChatApi/blob/master/Src/ChatApi.png?raw=true</PackageIconUrl>
16+
<PackageIconUrl></PackageIconUrl>
17+
<NeutralLanguage>en</NeutralLanguage>
18+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
19+
<PackageIcon>ChatApi.png</PackageIcon>
1720
</PropertyGroup>
1821

1922
<ItemGroup>
@@ -35,4 +38,11 @@
3538
<ProjectReference Include="..\ChatApi.Core\ChatApi.Core.csproj" />
3639
</ItemGroup>
3740

41+
<ItemGroup>
42+
<None Include="..\ChatApi.png">
43+
<Pack>True</Pack>
44+
<PackagePath></PackagePath>
45+
</None>
46+
</ItemGroup>
47+
3848
</Project>

0 commit comments

Comments
 (0)