We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab856e commit 7b18cb2Copy full SHA for 7b18cb2
src/Easify.Notifications.Messaging/Easify.Notifications.Messaging.csproj
@@ -3,6 +3,15 @@
3
<PropertyGroup>
4
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
5
<LangVersion>9</LangVersion>
6
+ <Description>Easify Notification Messaging</Description>
7
+ <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
8
+ <Authors>Mohammad Moattar, David Cassell</Authors>
9
+ <Company>ICG</Company>
10
+ <PackageProjectUrl>https://github.com/icgam/Easify.Notifications</PackageProjectUrl>
11
+ <RepositoryUrl>https://github.com/icgam/Easify.Notifications</RepositoryUrl>
12
+ <GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
13
+ <Version>1.0.0</Version>
14
+ <LangVersion>9</LangVersion>
15
</PropertyGroup>
16
17
<ItemGroup>
0 commit comments