Corrected information in published packages

pull/83/head
David Hall 2019-10-17 13:55:40 -06:00
parent dee8220068
commit 467ede465d
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>.NET classes to access Background Intelligent Transfer Service (BITS) functionality. Intelligently uses most recent library functions and gracefully fails when new features are not available on olders OS versions.</Description>
<Description>.NET classes to access Background Intelligent Transfer Service (BITS) functionality. Intelligently uses most recent library functions and gracefully fails when new features are not available on older OS versions.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>3.1.1</VersionPrefix>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Classes for system related items derived from the Vanara PInvoke libraries. Includes a class for working with virtual disks (including async methods), classes for BITS, and extensions for Process (privileges and elavation), FileInfo (compression info), and ServiceController (SetStartType) that pull extended information through native API calls.</Description>
<Description>Classes for system related items derived from the Vanara PInvoke libraries. Includes extensions for Process (privileges and elavation), FileInfo (compression info), and ServiceController (SetStartType) that pull extended information through native API calls.</Description>
<Copyright>Copyright © 2017-2019</Copyright>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<VersionPrefix>3.1.1</VersionPrefix>

View File

@ -16,6 +16,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<language>en-US</language>
<dependencies>
<dependency id="Vanara.BITS" version="3.1.1" />
<dependency id="Vanara.Core" version="3.1.1" />
<dependency id="Vanara.PInvoke.Accessibility" version="3.1.1" />
<dependency id="Vanara.PInvoke.AclUI" version="3.1.1" />
@ -50,7 +51,6 @@
<dependency id="Vanara.PInvoke.WinINet" version="3.1.1" />
<dependency id="Vanara.PInvoke.WinTrust" version="3.1.1" />
<dependency id="Vanara.PInvoke.Ws2_32" version="3.1.1" />
<dependency id="Vanara.BITS" version="3.1.1" />
<dependency id="Vanara.Security" version="3.1.1" />
<dependency id="Vanara.SystemServices" version="3.1.1" />
<dependency id="Vanara.VirtualDisk" version="3.1.1" />