package properties update

messaging
Tudor Stanciu 2019-10-29 00:21:44 +02:00
parent 5914d6bd1c
commit b2a0d582a4
3 changed files with 10 additions and 3 deletions

View File

@ -3,6 +3,6 @@
<Version>1.0.0</Version>
<Authors>Tudor Stanciu</Authors>
<Company>STA</Company>
<PackageTags>NDB hosting</PackageTags>
<PackageTags>NDB</PackageTags>
</PropertyGroup>
</Project>

View File

@ -6,6 +6,7 @@
<Description>.NET Core hosting infrastructure and startup logic for console applications running within a Windows service.</Description>
<RepositoryUrl>https://dev.azure.com/tstanciu94/_git/NDB</RepositoryUrl>
<PackageReleaseNotes>.NET Core hosting infrastructure and startup logic for console applications running within a Windows service.</PackageReleaseNotes>
<PackageTags>NDB hosting</PackageTags>
</PropertyGroup>
<ItemGroup>

View File

@ -1,9 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageProjectUrl>https://dev.azure.com/tstanciu94/NDB</PackageProjectUrl>
<Description>.NET standard library for retrieve the public IP address programmatically.</Description>
<RepositoryUrl>https://dev.azure.com/tstanciu94/_git/NDB</RepositoryUrl>
<PackageReleaseNotes>.NET standard library for retrieve the public IP address programmatically.</PackageReleaseNotes>
<PackageTags>NDB PublicIP</PackageTags>
<PackageIconUrl>https://png.pngtree.com/svg/20160624/ip_747437.png</PackageIconUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="3.0.0" />