HashBasedIncrementalBuild.MSBuild 1.0.0-alpha11

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

By installing this package you can easily incorporate the HashingMSBuild.RewindTimestamps task in the build process of your Visual C++ projects. RewindTimestamps calculates and stores hash values and last modified dates of source files (i.e. header and cpp files). On subseqent builds, source files with updated timestamps are "rewinded" back to the original timestamps if their hash values haven't changed, thus preventing their re-compilation.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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.0.0-alpha9 902 1/30/2017
1.0.0-alpha8 821 1/28/2017
1.0.0-alpha7 794 1/26/2017
1.0.0-alpha6 806 1/21/2017
1.0.0-alpha5 811 1/19/2017
1.0.0-alpha4 840 1/10/2017
1.0.0-alpha2 833 1/9/2017
1.0.0-alpha11 859 2/9/2017
1.0.0-alpha10 785 2/5/2017

Initial implementation, may be buggy.