MicroElements.DevOps 0.5.0

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

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 3,985 5/31/2020
1.10.0 2,654 5/31/2020
1.9.1 3,425 6/3/2019
1.9.0 3,131 4/23/2019
1.8.0 2,979 1/21/2019
1.7.3 3,070 12/23/2018
1.7.2 3,029 12/22/2018
1.7.1 3,020 12/22/2018
1.7.0 3,068 9/17/2018
1.6.0 3,385 8/12/2018
1.5.0 3,578 8/7/2018
1.4.1 3,700 8/3/2018
1.4.0 3,589 8/2/2018
1.3.0 3,876 7/23/2018
1.2.0 3,478 7/21/2018
1.1.0 4,043 7/17/2018
1.0.0 3,964 7/14/2018
1.0.0-beta.2 1,890 7/10/2018
1.0.0-beta.1 1,735 7/9/2018
0.5.0 4,124 6/18/2018
Loading failed

# 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