NArrange.PreBuild 0.2.9.2

Additional Details

NArrange is dead.

dotnet add package NArrange.PreBuild --version 0.2.9.2
NuGet\Install-Package NArrange.PreBuild -Version 0.2.9.2
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="NArrange.PreBuild" Version="0.2.9.2">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NArrange.PreBuild --version 0.2.9.2
#r "nuget: NArrange.PreBuild, 0.2.9.2"
#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 NArrange.PreBuild as a Cake Addin
#addin nuget:?package=NArrange.PreBuild&version=0.2.9.2

// Install NArrange.PreBuild as a Cake Tool
#tool nuget:?package=NArrange.PreBuild&version=0.2.9.2

NOTE: If you are using 0.2.9.0 DO NOT perform an update. Uninstall, then reinstall this version.

Adds the official NArrange code formatter to your pre build event for unifying and beautifying your source files with every build.

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.2.9.2 3,373 10/3/2014
0.2.9.1 1,740 2/19/2014
0.2.9 1,527 11/7/2013

NOTE: If you are using 0.2.9.0 DO NOT perform an update. Uninstall, then reinstall this version.

0.2.9.2
- Allow external configuration file, see project page for details (thanks to Kat Lim Ruiz "katlimruiz")

0.2.9.1
- Turn away from PowerShell scripts and make use of NuGets build folder feature
- Package as developmentDependency