From cc9719eedd031b61e58f39966c014f263e27c346 Mon Sep 17 00:00:00 2001 From: Sean McNellis Date: Fri, 4 Aug 2017 15:21:03 -0500 Subject: [PATCH] Fixed (C) date in PSD1 --- .../Microsoft.Xrm.Data.PowerShell.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Microsoft.Xrm.Data.PowerShell/Microsoft.Xrm.Data.PowerShell.psd1 b/Microsoft.Xrm.Data.PowerShell/Microsoft.Xrm.Data.PowerShell.psd1 index 49f4a02..e89541a 100644 --- a/Microsoft.Xrm.Data.PowerShell/Microsoft.Xrm.Data.PowerShell.psd1 +++ b/Microsoft.Xrm.Data.PowerShell/Microsoft.Xrm.Data.PowerShell.psd1 @@ -33,7 +33,7 @@ Author = 'Kenichiro Nakamura, Sean McNellis' CompanyName = 'Microsoft Corporation' # Copyright statement for this module -Copyright = '(c) 2016 Microsoft Corporation All rights reserved.' +Copyright = '(c) 2017 Microsoft Corporation All rights reserved.' # Description of the functionality provided by this module Description = 'This module uses the CRM connection from Microsoft.Xrm.Tooling.CrmConnector.Powershell and provides common functions to create, delete, query, and update data as well as functions for common tasks such as publishing, and manipulating System and CRM User Settings, etc. The module should function for both Dynamics CRM Online and On-Premise environment.'