biz.dfch.PS.Appclusive.Client 4.2.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.2.0
                    
NuGet\Install-Package biz.dfch.PS.Appclusive.Client -Version 4.2.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.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="biz.dfch.PS.Appclusive.Client" Version="4.2.0" />
                    
Directory.Packages.props
<PackageReference Include="biz.dfch.PS.Appclusive.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add biz.dfch.PS.Appclusive.Client --version 4.2.0
                    
#r "nuget: biz.dfch.PS.Appclusive.Client, 4.2.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.
#:package biz.dfch.PS.Appclusive.Client@4.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=biz.dfch.PS.Appclusive.Client&version=4.2.0
                    
Install as a Cake Addin
#tool nuget:?package=biz.dfch.PS.Appclusive.Client&version=4.2.0
                    
Install as a Cake Tool

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

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 3,028 12/1/2016
5.2.0 2,584 12/1/2016
5.1.0 2,411 11/22/2016
5.0.2 2,704 11/18/2016
5.0.1 2,820 11/15/2016
5.0.0 2,580 11/14/2016
4.11.2 2,543 11/11/2016
4.11.1 2,534 11/10/2016
4.10.0 2,478 11/10/2016
4.9.1 2,439 10/24/2016
4.9.0 2,636 9/27/2016
4.8.1 2,483 8/31/2016
4.8.0 2,656 8/30/2016
4.7.0 2,492 8/29/2016
4.6.0 2,541 8/24/2016
4.5.1 2,377 8/15/2016
4.5.0 2,367 8/7/2016
4.4.1 2,828 7/28/2016
4.3.0 2,764 7/26/2016
4.2.1 2,527 7/24/2016
4.2.0 2,677 7/24/2016
4.1.1 2,310 7/23/2016
4.1.0 2,844 7/23/2016
4.0.0 2,344 7/23/2016
3.0.0 2,595 7/15/2016
2.10.1 2,656 7/11/2016
2.10.0 2,249 7/10/2016
2.9.0 2,314 7/9/2016
2.8.2 2,353 7/4/2016
2.8.1 2,588 5/31/2016
2.7.3 2,352 5/27/2016
2.5.7 2,292 5/13/2016
2.5.1 2,418 4/29/2016
2.4.0 2,267 4/15/2016
2.2.0 2,729 3/22/2016
2.1.3 2,652 3/15/2016
2.0.5 2,394 2/22/2016
2.0.0 2,176 2/10/2016
1.2.7 2,367 1/19/2016
1.2.6 2,475 1/13/2016
1.2.1 2,200 1/6/2016
1.2.0 2,339 1/5/2016
1.1.4 3,256 12/22/2015
1.1.0 2,180 12/15/2015
1.0.10 2,338 11/27/2015
1.0.8 2,432 11/24/2015
0.1.7 2,592 10/29/2015
0.1.6 2,434 10/29/2015
0.0.6 2,332 10/28/2015
0.0.5 2,428 10/27/2015
0.0.4 2,456 10/16/2015
0.0.3.1 2,467 10/13/2015
0.0.2 2,327 10/12/2015
0.0.1 2,462 10/11/2015

20160724
# BUGFIXES

Get-Tenant

* changed OData action from entity based to entity set action

Format-Exception

* fixed error in json extraction

# FEATURES

Enter-Server

* added MergeOption to be settable in module configuration file
 * default is `AppendOnly` which is also the DataServiceContext default

Set-SessionTenant

* updated cmdlet to read endpoints from Services instead of hard coded in cmdlet
* added more examples
* improved error handling
* changed input parameter to be native guid and removed unnecessary ValidateScript validation
* renamed id switch and added aliases for compatibility
* added Clear switch to remove any set tenant id

Get-SessionTenant

* added Cmdlet to support display of currently set tenant id

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