From eb2ceac31b998fd68d99b16e0c709adcbde86efc Mon Sep 17 00:00:00 2001 From: dahall Date: Sat, 29 Feb 2020 14:59:55 -0700 Subject: [PATCH] Set project version to 3.2.0 --- BITS/Vanara.BITS.csproj | 2 +- System/Vanara.SystemServices.csproj | 2 +- VirtualDisk/Vanara.VirtualDisk.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BITS/Vanara.BITS.csproj b/BITS/Vanara.BITS.csproj index 6205f2a1..18e0278c 100644 --- a/BITS/Vanara.BITS.csproj +++ b/BITS/Vanara.BITS.csproj @@ -4,7 +4,7 @@ .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. Copyright © 2017-2020 $(AssemblyName) - 3.1.9 + 3.2.0 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1;netcoreapp3.0;netcoreapp3.1 Vanara.BITS $(AssemblyName) diff --git a/System/Vanara.SystemServices.csproj b/System/Vanara.SystemServices.csproj index 76c859f4..c093b3a4 100644 --- a/System/Vanara.SystemServices.csproj +++ b/System/Vanara.SystemServices.csproj @@ -4,7 +4,7 @@ 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. Copyright © 2017-2020 $(AssemblyName) - 3.1.9 + 3.2.0 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1;netcoreapp3.0;netcoreapp3.1 Vanara.SystemServices $(AssemblyName) diff --git a/VirtualDisk/Vanara.VirtualDisk.csproj b/VirtualDisk/Vanara.VirtualDisk.csproj index cd9d323f..183388df 100644 --- a/VirtualDisk/Vanara.VirtualDisk.csproj +++ b/VirtualDisk/Vanara.VirtualDisk.csproj @@ -4,7 +4,7 @@ .NET classes to manage Windows Virtual Storage (VHD and VHDX) using P/Invoke functions from VirtDisk.dll. Copyright © 2017-2020 $(AssemblyName) - 3.1.9 + 3.2.0 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1;netcoreapp3.0;netcoreapp3.1 Vanara.VirtualDisk $(AssemblyName)