package properties update
parent
5914d6bd1c
commit
b2a0d582a4
|
@ -3,6 +3,6 @@
|
||||||
<Version>1.0.0</Version>
|
<Version>1.0.0</Version>
|
||||||
<Authors>Tudor Stanciu</Authors>
|
<Authors>Tudor Stanciu</Authors>
|
||||||
<Company>STA</Company>
|
<Company>STA</Company>
|
||||||
<PackageTags>NDB hosting</PackageTags>
|
<PackageTags>NDB</PackageTags>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
|
@ -6,6 +6,7 @@
|
||||||
<Description>.NET Core hosting infrastructure and startup logic for console applications running within a Windows service.</Description>
|
<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>
|
<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>
|
<PackageReleaseNotes>.NET Core hosting infrastructure and startup logic for console applications running within a Windows service.</PackageReleaseNotes>
|
||||||
|
<PackageTags>NDB hosting</PackageTags>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -1,9 +1,15 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<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>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.0.0" />
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.0.0" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Http" Version="3.0.0" />
|
<PackageReference Include="Microsoft.Extensions.Http" Version="3.0.0" />
|
||||||
|
|
Loading…
Reference in New Issue