RichardSzalay.Helix.Publishing.Module 1.4.4

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

// Install RichardSzalay.Helix.Publishing.Module as a Cake Tool
#tool nuget:?package=RichardSzalay.Helix.Publishing.Module&version=1.4.4

Includes dependent web projects in the ASP.NET Publishing Pipeline

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
1.5.6 1,954 9/1/2019
1.5.5 561 8/18/2019
1.5.4 6,558 3/17/2019
1.5.3 602 3/16/2019
1.5.2 559 3/14/2019
1.5.1 635 3/8/2019
1.5.0 614 3/2/2019
1.5.0-beta1 458 3/1/2019
1.4.6 646 2/1/2019
1.4.5 666 1/30/2019
1.4.4 754 12/12/2018
1.4.3 719 11/26/2018
1.4.2-beta1 595 11/22/2018
1.4.1 817 11/17/2018
1.4.0 702 10/31/2018
1.4.0-beta1 629 9/11/2018
1.3.1 788 9/10/2018
1.3.0 781 9/10/2018
1.2.0 854 6/22/2018
1.1.0-beta2 769 5/13/2018
1.1.0-beta1 808 5/13/2018
1.0.0 970 5/5/2018
0.8.1 1,107 4/28/2018
0.8.0 1,042 3/23/2018
0.1.0 866 11/19/2017

1.4.4 - Allow publishing of additional Web.config files #40

1.4.2 - Fix error when no Helix transforms are defined #36

1.4.1 - Fix Web.Helix.config transforms being applied to Views/Web.config #34

1.4.0 - Module assembly references are now always included #31

1.3.0 - Advanced per-module content scenarios, specifically around mapped target paths #18
     - Remove additional files by pattern #25

1.2.0 - Support for excluding Sitecore assemblies from publish (individually or from lists)

1.1.0 - Support for per-Module additional content patterns (assets/**/*)
     - Support for packaging the merged Web.Helix.config transform
     - Support for transforming an external Web.config during publish (FileSystem publish only)

1.0.0 - Module web.config files are no longer published #9
     - Fix module config files being alternatively removed when deploying to FileSystem #10
     - Module pubxml files are no longer imported #8

0.8.1 - Exclude module Web.config files from the transform process

0.8.0 - Skip publishing of transform config files that are unchanged in order to avoid an app pool recycle

0.1.0 - Initial release