Skip to content

Commit 2a4367b

Browse files
committed
Description to PublicAPI and Client projects
1 parent 66a56c5 commit 2a4367b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/EmailService.Client/Client.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<Authors>RTUITLab</Authors>
99
<Product>EmailService.Client</Product>
1010
<AssemblyName>RTUITLab.EmailService.Client</AssemblyName>
11+
<Description>Client for sending emails though the EmailService</Description>
12+
<PackageProjectUrl>https://github.com/RTUITLab/EmailService</PackageProjectUrl>
13+
<RepositoryUrl>https://github.com/RTUITLab/EmailService</RepositoryUrl>
1114
</PropertyGroup>
1215

1316
<ItemGroup>

src/PublicAPI/PublicAPI.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<Authors>RTUITLab</Authors>
88
<Product>EmailService.PublicAPI</Product>
99
<AssemblyName>RTUITLab.EmailService.PublicAPI</AssemblyName>
10+
<Description>Library with classes for public API for EmailService</Description>
11+
<PackageProjectUrl>https://github.com/RTUITLab/EmailService</PackageProjectUrl>
12+
<RepositoryUrl>https://github.com/RTUITLab/EmailService</RepositoryUrl>
1013
</PropertyGroup>
1114

1215
<ItemGroup>

0 commit comments

Comments
 (0)