biz.dfch.PS.Appclusive.Client 5.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package biz.dfch.PS.Appclusive.Client --version 5.0.0
NuGet\Install-Package biz.dfch.PS.Appclusive.Client -Version 5.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="biz.dfch.PS.Appclusive.Client" Version="5.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add biz.dfch.PS.Appclusive.Client --version 5.0.0
#r "nuget: biz.dfch.PS.Appclusive.Client, 5.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install biz.dfch.PS.Appclusive.Client as a Cake Addin
#addin nuget:?package=biz.dfch.PS.Appclusive.Client&version=5.0.0

// Install biz.dfch.PS.Appclusive.Client as a Cake Tool
#tool nuget:?package=biz.dfch.PS.Appclusive.Client&version=5.0.0

=============================

Module: biz.dfch.PS.Appclusive.Client

d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland

This Microsoft PowerShell module contains Cmdlets to perform various base actions and utility/convenience functions with the our open-source based automation framework "Appclusive".

You can also download this module via [NuGet](https://nuget.org/) with [Install-Package biz.dfch.PS.Appclusive.Client](biz.dfch.PS.Appclusive.Client)

See http://appclusive.net/

Third party (and Microsoft) DLLs are not part of this Apache 2.0 licensed project but are only put here for convenience.

See https://github.com/dfensgmbh/biz.dfch.PS.Appclusive.Client/wiki for a detailed description on how to use the Cmdlets in this module.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.2.1 1,284 12/1/2016
5.2.0 992 12/1/2016
5.1.0 942 11/22/2016
5.0.2 991 11/18/2016
5.0.1 964 11/15/2016
5.0.0 947 11/14/2016
4.11.2 946 11/11/2016
4.11.1 961 11/10/2016
4.10.0 935 11/10/2016
4.9.1 961 10/24/2016
4.9.0 1,097 9/27/2016
4.8.1 985 8/31/2016
4.8.0 982 8/30/2016
4.7.0 996 8/29/2016
4.6.0 972 8/24/2016
4.5.1 990 8/15/2016
4.5.0 993 8/7/2016
4.4.1 1,292 7/28/2016
4.3.0 1,245 7/26/2016
4.2.1 1,007 7/24/2016
4.2.0 996 7/24/2016
4.1.1 1,024 7/23/2016
4.1.0 1,187 7/23/2016
4.0.0 1,020 7/23/2016
3.0.0 1,124 7/15/2016
2.10.1 1,186 7/11/2016
2.10.0 1,025 7/10/2016
2.9.0 1,034 7/9/2016
2.8.2 999 7/4/2016
2.8.1 997 5/31/2016
2.7.3 950 5/27/2016
2.5.7 915 5/13/2016
2.5.1 906 4/29/2016
2.4.0 931 4/15/2016
2.2.0 1,265 3/22/2016
2.1.3 1,106 3/15/2016
2.0.5 973 2/22/2016
2.0.0 924 2/10/2016
1.2.7 972 1/19/2016
1.2.6 999 1/13/2016
1.2.1 990 1/6/2016
1.2.0 935 1/5/2016
1.1.4 1,301 12/22/2015
1.1.0 946 12/15/2015
1.0.10 1,078 11/27/2015
1.0.8 1,052 11/24/2015
0.1.7 993 10/29/2015
0.1.6 970 10/29/2015
0.0.6 982 10/28/2015
0.0.5 951 10/27/2015
0.0.4 955 10/16/2015
0.0.3.1 982 10/13/2015
0.0.2 961 10/12/2015
0.0.1 961 10/11/2015

20161114
# BUGFIXES
KeyNameValue Cmdlets
* Handle maximum URL length by cutting Key/Name/Value, if longer than 475 characters and by creating filter expression using startswith

Module Manifest
* biz.dfch.PS.Appclusive.Client.dll entry removed from FileList

Set-SessionTenant Cmdlet
* Tenant lookup after setting TenantId and TenantHeaderName
* Tenant lookup based on ExternalId

# FEATURES
* PowerShellVersion set to 5.0
* Upgrade Appclusive Public to version 3.24.0

Set-Role
* RemovePermissions switch removed
* Permissions parameter renamed to PermissionsToAdd
* String array parameter for PermissionsToRemove added