Izio.Umbraco.SourceControlLibraries 1.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Izio.Umbraco.SourceControlLibraries --version 1.2.1
                    
NuGet\Install-Package Izio.Umbraco.SourceControlLibraries -Version 1.2.1
                    
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="Izio.Umbraco.SourceControlLibraries" Version="1.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Izio.Umbraco.SourceControlLibraries" Version="1.2.1" />
                    
Directory.Packages.props
<PackageReference Include="Izio.Umbraco.SourceControlLibraries" />
                    
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 Izio.Umbraco.SourceControlLibraries --version 1.2.1
                    
#r "nuget: Izio.Umbraco.SourceControlLibraries, 1.2.1"
                    
#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.
#addin nuget:?package=Izio.Umbraco.SourceControlLibraries&version=1.2.1
                    
Install Izio.Umbraco.SourceControlLibraries as a Cake Addin
#tool nuget:?package=Izio.Umbraco.SourceControlLibraries&version=1.2.1
                    
Install Izio.Umbraco.SourceControlLibraries as a Cake Tool

Adds an ApplicationEventHandler that hooks in to the ApplicationStarted event that copies the dll's associated with any Umbraco packages that have been installed to a separate folder so that they can be added to source control.  The dll's that have been added to source control will then be copied back to the bin folder if they are missing.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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
1.2.2 1,226 9/29/2017
1.2.1 1,053 6/12/2017
1.2.0 1,059 5/18/2017
1.1.1 1,061 2/19/2017
1.1.0 1,053 11/19/2016
1.0.1 1,246 11/1/2016
1.0.0 1,174 10/31/2016

Added logging and refactored backup process