MicroElements.DevOps 1.0.0-beta.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of MicroElements.DevOps.
There is a newer version of this package available.
See the version list below for details.
dotnet add package MicroElements.DevOps --version 1.0.0-beta.1
NuGet\Install-Package MicroElements.DevOps -Version 1.0.0-beta.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="MicroElements.DevOps" Version="1.0.0-beta.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MicroElements.DevOps --version 1.0.0-beta.1
#r "nuget: MicroElements.DevOps, 1.0.0-beta.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.
// Install MicroElements.DevOps as a Cake Addin
#addin nuget:?package=MicroElements.DevOps&version=1.0.0-beta.1&prerelease

// Install MicroElements.DevOps as a Cake Tool
#tool nuget:?package=MicroElements.DevOps&version=1.0.0-beta.1&prerelease

DevOps scripts for CI and CD

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
1.11.0 2,962 5/31/2020
1.10.0 2,021 5/31/2020
1.9.1 2,739 6/3/2019
1.9.0 2,522 4/23/2019
1.8.0 2,373 1/21/2019
1.7.3 2,470 12/23/2018
1.7.2 2,381 12/22/2018
1.7.1 2,381 12/22/2018
1.7.0 2,479 9/17/2018
1.6.0 2,656 8/12/2018
1.5.0 2,583 8/7/2018
1.4.1 2,638 8/3/2018
1.4.0 2,516 8/2/2018
1.3.0 2,863 7/23/2018
1.2.0 2,437 7/21/2018
1.1.0 2,669 7/17/2018
1.0.0 2,606 7/14/2018
1.0.0-beta.2 711 7/10/2018
1.0.0-beta.1 593 7/9/2018
0.5.0 2,781 6/18/2018
0.5.0-rc.3 605 6/18/2018
0.5.0-rc.2 607 6/14/2018
0.5.0-rc.1 607 6/12/2018
0.5.0-beta.6 597 6/12/2018
0.5.0-beta.5 615 6/12/2018
0.5.0-beta.4 513 6/12/2018
0.5.0-beta.3 589 6/11/2018
0.5.0-beta.2 641 5/27/2018
0.5.0-beta.1 616 5/27/2018
0.4.0 2,919 5/16/2018
0.3.0 2,853 5/12/2018
0.2.0 2,673 5/12/2018
0.1.0 2,875 5/11/2018

# 1.0.0-beta.1
## Breaking changes:
- Removed ScriptParamFactory - all factory methods moved to ScriptParam for simplicity
- AutoCreation script params with Initialize methods. Initialize creates script param, initializes param from attributes, sets default getters from arguments and from environment variables.
- Added overriden operator ```/``` that combines ```ScriptParam<DirectoryPath>``` with string and gets combined DirectoryPath

# 0.5.0
- Redesigned ScriptParam and ScriptArgs
- New Targets: AddTravisFile, CopyPackagesToArtifacts, UploadPackages, AddStyleCop
- Added versioning (Manual and for some CI)
- Added generate package on build
- Added build.sh to resources and AddCakeBootstrapFiles target
- Build and Test moved to build.cake
- Added many common util methods
- Scenarios moved from common
- DotNetPack with releaseNotes

# 0.4.0
- Common props created
- Added: fill common props from github

# 0.3.0
- Create version.props
- GetVersionFromCommandLineArgs, ReadTemplate
- Idempotent CreateProjectStructure
- Versioning methods

# 0.2.0
- Vesion that works from nuget pakage
- Init target: CreateProjectStructure, GitIgnore, CreateProjects, EditorConfig, SourceLink

# 0.1.0
- Initial version