Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AMSoftwareNL committed Apr 1, 2017
1 parent 0aed6c6 commit 06d9b96
Show file tree
Hide file tree
Showing 6 changed files with 4,005 additions and 4,597 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
*/bin
*/obj
*/packages

/.nuget
/bin
/obj
/packages
202 changes: 101 additions & 101 deletions AMSoftware.Crm.PowerShell.Commands/HelpUrlConstants.cs

Large diffs are not rendered by default.

8,357 changes: 3,863 additions & 4,494 deletions AMSoftware.Crm.PowerShell.Help.pshproj

Large diffs are not rendered by default.

Binary file modified AMSoftware.Crm.PowerShell/AMSoftware.Crm.psd1
Binary file not shown.
1 change: 0 additions & 1 deletion AMSoftware.Crm.Powershell.sln
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AMSoftware.Crm.PowerShell",
AMSoftware.Crm.PowerShell\AMSoftware.Crm.Powershell.Format.ps1xml = AMSoftware.Crm.PowerShell\AMSoftware.Crm.Powershell.Format.ps1xml
AMSoftware.Crm.PowerShell\AMSoftware.Crm.Powershell.Types.ps1xml = AMSoftware.Crm.PowerShell\AMSoftware.Crm.Powershell.Types.ps1xml
AMSoftware.Crm.PowerShell\AMSoftware.Crm.psd1 = AMSoftware.Crm.PowerShell\AMSoftware.Crm.psd1
AMSoftware.Crm.PowerShell\AMSoftware.Crm_1e7f1ebc-e035-4d73-86af-3c07a6a85260_HelpInfo.xml = AMSoftware.Crm.PowerShell\AMSoftware.Crm_1e7f1ebc-e035-4d73-86af-3c07a6a85260_HelpInfo.xml
AMSoftware.Crm.PowerShell\StartupShortcut.ps1 = AMSoftware.Crm.PowerShell\StartupShortcut.ps1
EndProjectSection
EndProject
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<!--CRM PowerShell Library
Copyright (C) 2017 Arjan Meskers / AMSoftware
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.-->
<HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05">
<HelpContentURI>http://crmpowershell.amsoftware.nl/</HelpContentURI>
<SupportedUICultures>
<UICulture>
<UICultureName>en-US</UICultureName>
<UICultureVersion>1.2.0.0</UICultureVersion>
</UICulture>
<UICulture>
<UICultureName>en-US</UICultureName>
<UICultureVersion>1.2.1.0</UICultureVersion>
</UICulture>
<UICulture>
<UICultureName>en-US</UICultureName>
<UICultureVersion>1.2.2.0</UICultureVersion>
</UICulture>
<UICulture>
<UICultureName>en-US</UICultureName>
<UICultureVersion>1.2.3.0</UICultureVersion>
</UICulture>
</SupportedUICultures>
</HelpInfo>

0 comments on commit 06d9b96

Please sign in to comment.