update-lbi 0.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package update-lbi --version 0.4.0
NuGet\Install-Package update-lbi -Version 0.4.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="update-lbi" Version="0.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add update-lbi --version 0.4.0
#r "nuget: update-lbi, 0.4.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 update-lbi as a Cake Addin
#addin nuget:?package=update-lbi&version=0.4.0

// Install update-lbi as a Cake Tool
#tool nuget:?package=update-lbi&version=0.4.0

Powershell cmdlet updates Dreamweaver library items (LBI) within html-files.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has 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.5.0 648 4/28/2019
0.4.1 807 1/8/2019
0.4.0 942 5/12/2018
0.3.0 938 9/30/2017
0.2.0 911 9/28/2017
0.1.0 947 9/24/2017

## 0.4.0

* The directory structure reorganized to remove media, examples and tests from nuget downloads and powershell gallery
* Cmdlets extracted to separate files
* The list of public cmdlets changed. Public cmdlets are: Update-Lbi, Read-Lbi, Reset-LbiCache. Other cmdlets are internal
* A required version changed from 3.0 to 5.0 because a 'class' used
* Project meta info tests added
* The name of the cmdlet Update-LbiItems changed to Update-LbiItem due psScriptAnalyzer recommendations
* Readme and typo cleared