From 52070ad311f8564e27acf1e8e8ff5f696d26681d Mon Sep 17 00:00:00 2001 From: Markus Szumovski Date: Thu, 18 Aug 2022 14:27:34 +0200 Subject: [PATCH] Expanded copyright notices and counted up version number --- License | 2 +- .../CredentialManager.psd1 | Bin 5662 -> 5998 bytes README.md | 11 +++++++++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/License b/License index 7976cd5..ab51cc6 100644 --- a/License +++ b/License @@ -1,6 +1,6 @@ MIT License -Copyright (c) [2016] [Dave Garnar] +Copyright (c) [2016] [Dave Garnar] and [2022] [Markus Szumovski] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/PSCredentialManager.Cmdlet/CredentialManager.psd1 b/PSCredentialManager.Cmdlet/CredentialManager.psd1 index 599b213c3bb7623bc49ea8e00c84d3fe6c19ab69..6696ac6082d8a458590d74501d4799a802cfd389 100644 GIT binary patch delta 355 zcmah_y$XU*7(Jv@(9qN>G?WxtHWaSm*whnbiHiAySx`%ZFOaymwgu8Nwe}1hE=ADd zaKH1N%RS$B&bTy5+`;cVjRc=_{Gf{{7Yj* zLOR9_I!2-zL<2_k%p0o0k&#$ZGrV-AN>b1-iq2W(_OHyN%M1w}m|UR46}~+>v!P*4 wcOh>bb{;ib@`#Ls>e4_(4=pss=~6MLHsMdCr7q`_pMy^vzNm@tsN}Hy2Ieh9IRF3v delta 35 qcmaE-H&186x`}x*lQ|fbHpej5FimD+*#N{sligT5HZ!s12m%1)cncl? diff --git a/README.md b/README.md index fcfe7dc..474154b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The module is available on the PowerShell Gallery: https://www.powershellgallery ###Manual Installation -1. Dowload the latest verion of the module code from https://github.com/davotronic5000/PowerShell_Credential_Manager/releases +1. Dowload the latest verion of the module code from https://github.com/echalone/PowerShell_Credential_Manager/releases 2. Unzip CredentialManager.zip and copy the contents to you preferred module path. Usually C:\Users\$UserName\Documents\WindowsPowerShell\Modules. 3. In your PowerShell session run the command Import-Module CredentialManager @@ -31,6 +31,10 @@ Import the module in to your PowerShell session and full help is available in th ## History +### v2.1 +- Stated explicit export of cmdlets in psd1 file for compatibility with Powershell Core +- Expanded copyright notices + ### v2.0 - Implemented pipeline support for Get-StoredCredential. - Implemented pipeline support for New-StoredCredential. @@ -59,12 +63,15 @@ Implementing basic functionality Written by Dave Garnar (@davotronic5000) http://blog.davotronic5000.co.uk +Edited by Markus Szumovski (echalone) +https://github.com/echalone + ## License This software is licensed under the [The MIT License (MIT)](http://opensource.org/licenses/MIT). - Copyright (C) 2016 Dave Garnar + Copyright (C) 2016 Dave Garnar and 2022 Markus Szumovski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: