Spritely.Build 0.2.3

dotnet add package Spritely.Build --version 0.2.3
                    
NuGet\Install-Package Spritely.Build -Version 0.2.3
                    
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="Spritely.Build" Version="0.2.3">
  <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.
<PackageVersion Include="Spritely.Build" Version="0.2.3" />
                    
Directory.Packages.props
<PackageReference Include="Spritely.Build">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 Spritely.Build --version 0.2.3
                    
#r "nuget: Spritely.Build, 0.2.3"
                    
#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.
#:package Spritely.Build@0.2.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Spritely.Build&version=0.2.3
                    
Install as a Cake Addin
#tool nuget:?package=Spritely.Build&version=0.2.3
                    
Install as a Cake Tool

A build system that you can install via NuGet. It sets up hooks into the standard MSBuild files to provide a consisent command line and Visual Studio experience. It doesn't try to solve all your build problems. It just standardizes the code and provides a very simple extensibilty system. Name your file *.ProjectExtension.targets and install as a NuGet package and it will automatically be injected into all project files and run consistently on the command line and in Visual Studio.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Spritely.Build:

Package Downloads
Naos.Build

The internal supporting build tools for all Naos builds.

Spritely.Build.JavaScriptTests

Extension to Spritely.Build that enables JavaScript unit testing via Mocha.

Spritely.BuildSettings

Build settings for Spritely projects. Only meant to be consumed by other Spritely projects. You can use it as an example to create your own Spritely.Build extensions to customize your own builds though (copy and modify to get the desired behavior)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.3 8,743 9/23/2015
0.2.2 3,532 9/23/2015
0.2.1 26,662 6/18/2015
0.2.0 3,190 6/18/2015
0.1.0 3,283 6/2/2015