From 1e16ceed2728abd4c0d2e44752c26297cf6ee307 Mon Sep 17 00:00:00 2001 From: David Hall Date: Mon, 7 Jan 2019 15:00:20 -0700 Subject: [PATCH] Updated copyright and PackageTags formatting in project files --- Core/Vanara.Core.csproj | 4 ++-- PInvoke/AclUI/Vanara.PInvoke.AclUI.csproj | 4 ++-- PInvoke/BITS/Vanara.PInvoke.BITS.csproj | 4 ++-- PInvoke/ComCtl32/Vanara.PInvoke.ComCtl32.csproj | 4 ++-- PInvoke/CredUI/Vanara.PInvoke.CredUI.csproj | 4 ++-- PInvoke/Cryptography/Vanara.PInvoke.Cryptography.csproj | 4 ++-- PInvoke/DwmApi/Vanara.PInvoke.DwmApi.csproj | 4 ++-- PInvoke/Gdi32/Vanara.PInvoke.Gdi32.csproj | 4 ++-- PInvoke/IpHlpApi/Vanara.PInvoke.IpHlpApi.csproj | 4 ++-- PInvoke/Kernel32/Vanara.PInvoke.Kernel32.csproj | 4 ++-- PInvoke/Mpr/Vanara.PInvoke.Mpr.csproj | 4 ++-- PInvoke/NTDSApi/Vanara.PInvoke.NTDSApi.csproj | 4 ++-- PInvoke/NTDll/Vanara.PInvoke.NTDll.csproj | 4 ++-- PInvoke/NetApi32/Vanara.PInvoke.NetApi32.csproj | 4 ++-- PInvoke/NetListMgr/Vanara.PInvoke.NetListMgr.csproj | 4 ++-- PInvoke/Ole/Vanara.PInvoke.Ole.csproj | 4 ++-- PInvoke/Security/Vanara.PInvoke.Security.csproj | 4 ++-- PInvoke/Shared/Vanara.PInvoke.Shared.csproj | 4 ++-- PInvoke/Shell32/ShObjIdl.ICommDlgBrowser.cs | 10 +++++----- PInvoke/Shell32/Vanara.PInvoke.Shell32.csproj | 4 ++-- PInvoke/ShlwApi/Vanara.PInvoke.ShlwApi.csproj | 4 ++-- PInvoke/TaskSchd/Vanara.PInvoke.TaskSchd.csproj | 4 ++-- PInvoke/User32.Gdi/Vanara.PInvoke.User32.Gdi.csproj | 4 ++-- PInvoke/User32/Vanara.PInvoke.User32.csproj | 4 ++-- PInvoke/UxTheme/Vanara.PInvoke.UxTheme.csproj | 4 ++-- PInvoke/VirtDisk/Vanara.PInvoke.VirtDisk.csproj | 4 ++-- PInvoke/WinINet/Vanara.PInvoke.WinINet.csproj | 4 ++-- PInvoke/Ws2_32/Vanara.PInvoke.Ws2_32.csproj | 2 +- Security/Vanara.Security.csproj | 4 ++-- System/Vanara.SystemServices.csproj | 4 ++-- WIndows.Forms/Vanara.Windows.Forms.csproj | 4 ++-- Windows.Shell/Vanara.Windows.Shell.csproj | 4 ++-- 32 files changed, 66 insertions(+), 66 deletions(-) diff --git a/Core/Vanara.Core.csproj b/Core/Vanara.Core.csproj index 52a9dc38..63b91f7f 100644 --- a/Core/Vanara.Core.csproj +++ b/Core/Vanara.Core.csproj @@ -7,7 +7,7 @@ * SafeHandle based classes for working with memory allocated via CoTaskMem, HGlobal, or Local calls that handles packing and extracting arrays, structures and raw memory * Safe pinning of objects in memory * Memory stream based on marshaled memory - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -20,7 +20,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - vanara net-extensions interop + vanara;net-extensions;interop en-US true true diff --git a/PInvoke/AclUI/Vanara.PInvoke.AclUI.csproj b/PInvoke/AclUI/Vanara.PInvoke.AclUI.csproj index 7272a361..3813456d 100644 --- a/PInvoke/AclUI/Vanara.PInvoke.AclUI.csproj +++ b/PInvoke/AclUI/Vanara.PInvoke.AclUI.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from AclUI.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/BITS/Vanara.PInvoke.BITS.csproj b/PInvoke/BITS/Vanara.PInvoke.BITS.csproj index 1da71a65..e5d8eacd 100644 --- a/PInvoke/BITS/Vanara.PInvoke.BITS.csproj +++ b/PInvoke/BITS/Vanara.PInvoke.BITS.csproj @@ -2,7 +2,7 @@ Interfaces, structures and constants imported for BITS (Background Intelligent Transfer Service). - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop bits copy + pinvoke;vanara;net-extensions;interop;bits;copy en-US true true diff --git a/PInvoke/ComCtl32/Vanara.PInvoke.ComCtl32.csproj b/PInvoke/ComCtl32/Vanara.PInvoke.ComCtl32.csproj index 8fb28506..f4f26505 100644 --- a/PInvoke/ComCtl32/Vanara.PInvoke.ComCtl32.csproj +++ b/PInvoke/ComCtl32/Vanara.PInvoke.ComCtl32.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from ComCtl32.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/CredUI/Vanara.PInvoke.CredUI.csproj b/PInvoke/CredUI/Vanara.PInvoke.CredUI.csproj index 9e313637..b9b6bc1b 100644 --- a/PInvoke/CredUI/Vanara.PInvoke.CredUI.csproj +++ b/PInvoke/CredUI/Vanara.PInvoke.CredUI.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from CredUI.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/Cryptography/Vanara.PInvoke.Cryptography.csproj b/PInvoke/Cryptography/Vanara.PInvoke.Cryptography.csproj index 624cc84a..2c2caf93 100644 --- a/PInvoke/Cryptography/Vanara.PInvoke.Cryptography.csproj +++ b/PInvoke/Cryptography/Vanara.PInvoke.Cryptography.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from BCrypt.dll and NCrypt.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop cryptography + pinvoke;vanara;net-extensions;interop;cryptography en-US true true diff --git a/PInvoke/DwmApi/Vanara.PInvoke.DwmApi.csproj b/PInvoke/DwmApi/Vanara.PInvoke.DwmApi.csproj index b1962e1a..8efca2f1 100644 --- a/PInvoke/DwmApi/Vanara.PInvoke.DwmApi.csproj +++ b/PInvoke/DwmApi/Vanara.PInvoke.DwmApi.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from DwmApi.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/Gdi32/Vanara.PInvoke.Gdi32.csproj b/PInvoke/Gdi32/Vanara.PInvoke.Gdi32.csproj index 4f2eae34..ab147e1d 100644 --- a/PInvoke/Gdi32/Vanara.PInvoke.Gdi32.csproj +++ b/PInvoke/Gdi32/Vanara.PInvoke.Gdi32.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from Gdi32.dll - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/IpHlpApi/Vanara.PInvoke.IpHlpApi.csproj b/PInvoke/IpHlpApi/Vanara.PInvoke.IpHlpApi.csproj index b3ff067a..5c173f97 100644 --- a/PInvoke/IpHlpApi/Vanara.PInvoke.IpHlpApi.csproj +++ b/PInvoke/IpHlpApi/Vanara.PInvoke.IpHlpApi.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from IpHlpApi.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/Kernel32/Vanara.PInvoke.Kernel32.csproj b/PInvoke/Kernel32/Vanara.PInvoke.Kernel32.csproj index d6b5c1bf..231d2ad1 100644 --- a/PInvoke/Kernel32/Vanara.PInvoke.Kernel32.csproj +++ b/PInvoke/Kernel32/Vanara.PInvoke.Kernel32.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from Kernel32.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/Mpr/Vanara.PInvoke.Mpr.csproj b/PInvoke/Mpr/Vanara.PInvoke.Mpr.csproj index 34703ff6..9cf6b1e1 100644 --- a/PInvoke/Mpr/Vanara.PInvoke.Mpr.csproj +++ b/PInvoke/Mpr/Vanara.PInvoke.Mpr.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from Mpr.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/NTDSApi/Vanara.PInvoke.NTDSApi.csproj b/PInvoke/NTDSApi/Vanara.PInvoke.NTDSApi.csproj index 8858efae..f672ae21 100644 --- a/PInvoke/NTDSApi/Vanara.PInvoke.NTDSApi.csproj +++ b/PInvoke/NTDSApi/Vanara.PInvoke.NTDSApi.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from NTDSApi.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/NTDll/Vanara.PInvoke.NTDll.csproj b/PInvoke/NTDll/Vanara.PInvoke.NTDll.csproj index 45e9e07a..5b997921 100644 --- a/PInvoke/NTDll/Vanara.PInvoke.NTDll.csproj +++ b/PInvoke/NTDll/Vanara.PInvoke.NTDll.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from NtDll.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/NetApi32/Vanara.PInvoke.NetApi32.csproj b/PInvoke/NetApi32/Vanara.PInvoke.NetApi32.csproj index d82b4973..260cbe60 100644 --- a/PInvoke/NetApi32/Vanara.PInvoke.NetApi32.csproj +++ b/PInvoke/NetApi32/Vanara.PInvoke.NetApi32.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from NetApi32.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/NetListMgr/Vanara.PInvoke.NetListMgr.csproj b/PInvoke/NetListMgr/Vanara.PInvoke.NetListMgr.csproj index d11724ff..821f0831 100644 --- a/PInvoke/NetListMgr/Vanara.PInvoke.NetListMgr.csproj +++ b/PInvoke/NetListMgr/Vanara.PInvoke.NetListMgr.csproj @@ -2,7 +2,7 @@ Methods, structures and constants for NetListMgr COM object. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/Ole/Vanara.PInvoke.Ole.csproj b/PInvoke/Ole/Vanara.PInvoke.Ole.csproj index d183f996..47d83b04 100644 --- a/PInvoke/Ole/Vanara.PInvoke.Ole.csproj +++ b/PInvoke/Ole/Vanara.PInvoke.Ole.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from Ole32.dll, OleAut32 and PropSys.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/Security/Vanara.PInvoke.Security.csproj b/PInvoke/Security/Vanara.PInvoke.Security.csproj index 6c83649f..60e00280 100644 --- a/PInvoke/Security/Vanara.PInvoke.Security.csproj +++ b/PInvoke/Security/Vanara.PInvoke.Security.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from AdvApi32.dll, Authz.dll and Secur32.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/Shared/Vanara.PInvoke.Shared.csproj b/PInvoke/Shared/Vanara.PInvoke.Shared.csproj index cf042e5b..41f23ca3 100644 --- a/PInvoke/Shared/Vanara.PInvoke.Shared.csproj +++ b/PInvoke/Shared/Vanara.PInvoke.Shared.csproj @@ -9,7 +9,7 @@ * Overlapped method wrapper * Resource ID holder * Shared structures and enums (see release notes) - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -22,7 +22,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/Shell32/ShObjIdl.ICommDlgBrowser.cs b/PInvoke/Shell32/ShObjIdl.ICommDlgBrowser.cs index 5879ef72..9871a83a 100644 --- a/PInvoke/Shell32/ShObjIdl.ICommDlgBrowser.cs +++ b/PInvoke/Shell32/ShObjIdl.ICommDlgBrowser.cs @@ -101,7 +101,7 @@ namespace Vanara.PInvoke /// [ComImport, InterfaceType(ComInterfaceType.InterfaceIsIUnknown), Guid("10339516-2894-11d2-9039-00C04F8EEB3E")] [PInvokeData("Shobjidl.h", MSDNShortId = "07a416a2-340d-4308-a6f3-cf6f19f3c906")] - public interface ICommDlgBrowser2 : ICommDlgBrowser + private interface ICommDlgBrowser2 : ICommDlgBrowser { /// Called when a user double-clicks in the view or presses the ENTER key. /// A pointer to the view's IShellView interface. @@ -156,7 +156,7 @@ namespace Vanara.PInvoke /// [ComImport, InterfaceType(ComInterfaceType.InterfaceIsIUnknown), Guid("c8ad25a1-3294-41ee-8165-71174bd01c57")] [PInvokeData("Shobjidl.h", MSDNShortId = "c9286061-8ac8-452b-9204-193bc6b571cb")] - public interface ICommDlgBrowser3 : ICommDlgBrowser2 + public interface ICommDlgBrowser3 : ICommDlgBrowser { /// Called when a user double-clicks in the view or presses the ENTER key. /// A pointer to the view's IShellView interface. @@ -183,7 +183,7 @@ namespace Vanara.PInvoke /// A flag that can can take one of the following two values. /// If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code. [PreserveSig] - new HRESULT Notify([In] IShellView ppshv, CDB2N dwNotifyType); + HRESULT Notify([In] IShellView ppshv, CDB2N dwNotifyType); /// Called by the Shell view to get the default shortcut menu text. /// A pointer to the view's IShellView interface. @@ -196,7 +196,7 @@ namespace Vanara.PInvoke /// Otherwise, returns a standard COM error value. /// [PreserveSig] - new HRESULT GetDefaultMenuText([In] IShellView ppshv, [MarshalAs(UnmanagedType.LPWStr)] StringBuilder pszText, int cchMax); + HRESULT GetDefaultMenuText([In] IShellView ppshv, [MarshalAs(UnmanagedType.LPWStr)] StringBuilder pszText, int cchMax); /// /// Called when the view must determine if special customization needs to be made for the common dialog browser. @@ -204,7 +204,7 @@ namespace Vanara.PInvoke /// A DWORD value that controls the behavior of the view when in common dialog mode. /// If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code. [PreserveSig] - new HRESULT GetViewFlags(out CDB2GVF pdwFlags); + HRESULT GetViewFlags(out CDB2GVF pdwFlags); /// Called after a specified column is clicked in the IShellView interface. /// A pointer to the IShellView interface of the hosted view. diff --git a/PInvoke/Shell32/Vanara.PInvoke.Shell32.csproj b/PInvoke/Shell32/Vanara.PInvoke.Shell32.csproj index b51b0f0c..b96efd14 100644 --- a/PInvoke/Shell32/Vanara.PInvoke.Shell32.csproj +++ b/PInvoke/Shell32/Vanara.PInvoke.Shell32.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from Shell32.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/ShlwApi/Vanara.PInvoke.ShlwApi.csproj b/PInvoke/ShlwApi/Vanara.PInvoke.ShlwApi.csproj index 7add960b..44540400 100644 --- a/PInvoke/ShlwApi/Vanara.PInvoke.ShlwApi.csproj +++ b/PInvoke/ShlwApi/Vanara.PInvoke.ShlwApi.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from ShlwApi.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/TaskSchd/Vanara.PInvoke.TaskSchd.csproj b/PInvoke/TaskSchd/Vanara.PInvoke.TaskSchd.csproj index 71552efa..fd311529 100644 --- a/PInvoke/TaskSchd/Vanara.PInvoke.TaskSchd.csproj +++ b/PInvoke/TaskSchd/Vanara.PInvoke.TaskSchd.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported for Task Scheduler 1.0 and 2.0 COM objects. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/User32.Gdi/Vanara.PInvoke.User32.Gdi.csproj b/PInvoke/User32.Gdi/Vanara.PInvoke.User32.Gdi.csproj index 2753c1d4..f4505668 100644 --- a/PInvoke/User32.Gdi/Vanara.PInvoke.User32.Gdi.csproj +++ b/PInvoke/User32.Gdi/Vanara.PInvoke.User32.Gdi.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from User32.dll and specific to graphics or window management. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/User32/Vanara.PInvoke.User32.csproj b/PInvoke/User32/Vanara.PInvoke.User32.csproj index 8a163d9f..cb83764a 100644 --- a/PInvoke/User32/Vanara.PInvoke.User32.csproj +++ b/PInvoke/User32/Vanara.PInvoke.User32.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from User32.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/UxTheme/Vanara.PInvoke.UxTheme.csproj b/PInvoke/UxTheme/Vanara.PInvoke.UxTheme.csproj index 7916be43..ba3986bb 100644 --- a/PInvoke/UxTheme/Vanara.PInvoke.UxTheme.csproj +++ b/PInvoke/UxTheme/Vanara.PInvoke.UxTheme.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from UxTheme.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/VirtDisk/Vanara.PInvoke.VirtDisk.csproj b/PInvoke/VirtDisk/Vanara.PInvoke.VirtDisk.csproj index 754b133c..6ea4d210 100644 --- a/PInvoke/VirtDisk/Vanara.PInvoke.VirtDisk.csproj +++ b/PInvoke/VirtDisk/Vanara.PInvoke.VirtDisk.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from VirtDisk.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/WinINet/Vanara.PInvoke.WinINet.csproj b/PInvoke/WinINet/Vanara.PInvoke.WinINet.csproj index 0086d50f..0dc29148 100644 --- a/PInvoke/WinINet/Vanara.PInvoke.WinINet.csproj +++ b/PInvoke/WinINet/Vanara.PInvoke.WinINet.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from WinINet.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara Git - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true true diff --git a/PInvoke/Ws2_32/Vanara.PInvoke.Ws2_32.csproj b/PInvoke/Ws2_32/Vanara.PInvoke.Ws2_32.csproj index 4a9ebb52..496c8583 100644 --- a/PInvoke/Ws2_32/Vanara.PInvoke.Ws2_32.csproj +++ b/PInvoke/Ws2_32/Vanara.PInvoke.Ws2_32.csproj @@ -2,7 +2,7 @@ Methods, structures and constants imported from Ws2_32.dll. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 diff --git a/Security/Vanara.Security.csproj b/Security/Vanara.Security.csproj index 008888a7..d8c78be1 100644 --- a/Security/Vanara.Security.csproj +++ b/Security/Vanara.Security.csproj @@ -2,7 +2,7 @@ Classes for security related items derived from the Vanara PInvoke libraries. Includes extension methods for Active Directory and access control classes, methods for working with accounts, UAC, privileges, system access, impersonation and SIDs, and a full LSA wrapper. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -17,7 +17,7 @@ MIT https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true Currently implements: diff --git a/System/Vanara.SystemServices.csproj b/System/Vanara.SystemServices.csproj index 6d27e985..e084f5e0 100644 --- a/System/Vanara.SystemServices.csproj +++ b/System/Vanara.SystemServices.csproj @@ -2,7 +2,7 @@ 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. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45;netstandard2.0;netcoreapp2.0;netcoreapp2.1 @@ -17,7 +17,7 @@ MIT https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true Currently implements: diff --git a/WIndows.Forms/Vanara.Windows.Forms.csproj b/WIndows.Forms/Vanara.Windows.Forms.csproj index eb83b838..6351df1c 100644 --- a/WIndows.Forms/Vanara.Windows.Forms.csproj +++ b/WIndows.Forms/Vanara.Windows.Forms.csproj @@ -2,7 +2,7 @@ Classes for user interface related items derived from the Vanara PInvoke libraries. Includes extensions for almost all common controls to give post Vista capabilities, WinForms controls (panel, commandlink, enhanced combo boxes, IPAddress, split button, trackbar and themed controls), shutdown/restart/lock control, buffered painting, resource files, access control editor, simplifed designer framework for Windows.Forms. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45 @@ -17,7 +17,7 @@ MIT https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true Currently implements: diff --git a/Windows.Shell/Vanara.Windows.Shell.csproj b/Windows.Shell/Vanara.Windows.Shell.csproj index fd7ed4d4..aa25e952 100644 --- a/Windows.Shell/Vanara.Windows.Shell.csproj +++ b/Windows.Shell/Vanara.Windows.Shell.csproj @@ -2,7 +2,7 @@ Classes for Windows Shell items derived from the Vanara PInvoke libraries. Includes shell items, files, icons, links, and taskbar lists. - Copyright © 2017-2018 + Copyright © 2017-2019 $(AssemblyName) 2.1.2 net20;net35;net40;net45 @@ -17,7 +17,7 @@ MIT https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/Vanara48x48.png https://github.com/dahall/vanara - pinvoke vanara net-extensions interop + pinvoke;vanara;net-extensions;interop en-US true Currently implements: