Acklann.WebOps 0.0.9-alpha

This is a prerelease version of Acklann.WebOps.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Acklann.WebOps --version 0.0.9-alpha
NuGet\Install-Package Acklann.WebOps -Version 0.0.9-alpha
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="Acklann.WebOps" Version="0.0.9-alpha">
  <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 Acklann.WebOps --version 0.0.9-alpha
#r "nuget: Acklann.WebOps, 0.0.9-alpha"
#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 Acklann.WebOps as a Cake Addin
#addin nuget:?package=Acklann.WebOps&version=0.0.9-alpha&prerelease

// Install Acklann.WebOps as a Cake Tool
#tool nuget:?package=Acklann.WebOps&version=0.0.9-alpha&prerelease

This package imports a MSBuild .targets file that will allow you to easily minify your css, javascript and image files. Download the [Visual Studio Extension](https://marketpalce) for better ease of use.

How to use the MSBuild target
-----------------------------
Open the project's .cspoj file and add our <OptimizeOnBuild> element to as a child of any <PropertyGroup> element then set its value to true.

example:

<PropertyGroup>
 <OptimizeOnBuild>true</OptimizeOnBuild>
</PropertyGroup>

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

version: 0.0.0

features

improvements

fixes