biz.dfch.PS.Appclusive.Client 4.1.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 4.1.0
NuGet\Install-Package biz.dfch.PS.Appclusive.Client -Version 4.1.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="4.1.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 4.1.0
#r "nuget: biz.dfch.PS.Appclusive.Client, 4.1.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=4.1.0

// Install biz.dfch.PS.Appclusive.Client as a Cake Tool
#tool nuget:?package=biz.dfch.PS.Appclusive.Client&version=4.1.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 2,412 12/1/2016
5.2.0 2,130 12/1/2016
5.1.0 1,822 11/22/2016
5.0.2 2,180 11/18/2016
5.0.1 2,285 11/15/2016
5.0.0 2,083 11/14/2016
4.11.2 2,024 11/11/2016
4.11.1 2,028 11/10/2016
4.10.0 1,947 11/10/2016
4.9.1 1,910 10/24/2016
4.9.0 1,963 9/27/2016
4.8.1 2,007 8/31/2016
4.8.0 2,102 8/30/2016
4.7.0 2,015 8/29/2016
4.6.0 2,009 8/24/2016
4.5.1 1,849 8/15/2016
4.5.0 1,847 8/7/2016
4.4.1 2,242 7/28/2016
4.3.0 2,290 7/26/2016
4.2.1 2,031 7/24/2016
4.2.0 2,097 7/24/2016
4.1.1 1,752 7/23/2016
4.1.0 1,996 7/23/2016
4.0.0 1,858 7/23/2016
3.0.0 2,095 7/15/2016
2.10.1 2,154 7/11/2016
2.10.0 1,805 7/10/2016
2.9.0 1,787 7/9/2016
2.8.2 1,817 7/4/2016
2.8.1 2,027 5/31/2016
2.7.3 1,894 5/27/2016
2.5.7 1,772 5/13/2016
2.5.1 1,810 4/29/2016
2.4.0 1,695 4/15/2016
2.2.0 2,180 3/22/2016
2.1.3 1,984 3/15/2016
2.0.5 1,871 2/22/2016
2.0.0 1,690 2/10/2016
1.2.7 1,894 1/19/2016
1.2.6 1,932 1/13/2016
1.2.1 1,715 1/6/2016
1.2.0 1,842 1/5/2016
1.1.4 2,240 12/22/2015
1.1.0 1,644 12/15/2015
1.0.10 1,862 11/27/2015
1.0.8 1,944 11/24/2015
0.1.7 2,080 10/29/2015
0.1.6 1,880 10/29/2015
0.0.6 1,831 10/28/2015
0.0.5 1,891 10/27/2015
0.0.4 1,881 10/16/2015
0.0.3.1 1,951 10/13/2015
0.0.2 1,817 10/12/2015
0.0.1 1,893 10/11/2015

20160723
# NOTES

* biz.dfch.PS.System.Utilities
 * updated requirement on dependent package version to `2.2.0` (was `1.0.9`)
* biz.dfch.PS.System.Logging
 * updated requirement on dependent package version to `1.4.1` (was `1.3.1`)

# FEATURES

* Enter-Server now supports the setting of `SaveChangesDefaultOptions`
 * you can now choose between `MERGE`, `PUT` and `PATCH` update operations
 * this can be configured via module configuration file `SaveChangesDefaultOptions` element
 * endpoints are now dynamically dicovered via `DataServiceContext` from `biz.dfch.CS.Appclusive.Api`
 * the `Controllers` element in the module configuration file can now be removed and is no longer needed

* Get-Tenant
 * added -Current switch to display `TenantInformation` of the currently logged in user

* Get-User
 * added -TenantInformation switch to display `TenantInformation` of the currently logged in user

* Get-EntityKind
 * added ResolveByName switch for name to id conversion
 * added ResolveById switch for id to name conversion

* installation base path is '$env:ProgramFiles\WindowsPowerShell\Modules' and can be manually set as input parameter