MountAnything.Hosting.Build
0.6.0
See the version list below for details.
dotnet add package MountAnything.Hosting.Build --version 0.6.0
NuGet\Install-Package MountAnything.Hosting.Build -Version 0.6.0
<PackageReference Include="MountAnything.Hosting.Build" Version="0.6.0" />
paket add MountAnything.Hosting.Build --version 0.6.0
#r "nuget: MountAnything.Hosting.Build, 0.6.0"
// Install MountAnything.Hosting.Build as a Cake Addin
#addin nuget:?package=MountAnything.Hosting.Build&version=0.6.0
// Install MountAnything.Hosting.Build as a Cake Tool
#tool nuget:?package=MountAnything.Hosting.Build&version=0.6.0
This package should be installed in the project that will build the powershell module to host your powershell provider built with MountAnything. MountAnything is a framework for building powershell providers to make it easy to navigate arbitrary API's as a hierarchical virtual filesystem of objects.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
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 | |
---|---|---|---|
0.7.0 | 93 | 1/28/2023 | |
0.7.0-beta15 | 68 | 1/12/2023 | |
0.7.0-beta14 | 45 | 1/12/2023 | |
0.7.0-beta13 | 54 | 1/11/2023 | |
0.7.0-beta12 | 45 | 1/11/2023 | |
0.7.0-beta11 | 45 | 1/10/2023 | |
0.7.0-beta10 | 47 | 1/10/2023 | |
0.7.0-beta09 | 54 | 1/6/2023 | |
0.7.0-beta08 | 52 | 1/5/2023 | |
0.7.0-beta07 | 70 | 1/3/2023 | |
0.7.0-beta06 | 54 | 12/3/2022 | |
0.7.0-beta05 | 51 | 12/3/2022 | |
0.7.0-beta04 | 89 | 11/7/2022 | |
0.7.0-beta03 | 47 | 11/7/2022 | |
0.7.0-beta02 | 46 | 11/7/2022 | |
0.7.0-beta01 | 54 | 11/6/2022 | |
0.6.0 | 239 | 9/17/2022 | |
0.5.6 | 266 | 5/7/2022 | |
0.5.5 | 234 | 5/7/2022 | |
0.5.4 | 250 | 4/27/2022 | |
0.5.3 | 256 | 4/27/2022 | |
0.5.2 | 243 | 4/27/2022 | |
0.5.1 | 240 | 4/26/2022 | |
0.5.0 | 230 | 4/26/2022 |
- BREAKING CHANGE: TypedString converted from record to class.
- Added the concept of a partial item to better support API's that return less detail when listing children compared to when getting an item by its id.
- Added a MapRecursive to the routing engine
- Exposed the Credentials associated with a PSDrive