MicroElements.DevOps
0.5.0
Prefix Reserved
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
<PackageReference Include="MicroElements.DevOps" Version="0.5.0" />
<PackageVersion Include="MicroElements.DevOps" Version="0.5.0" />
<PackageReference Include="MicroElements.DevOps" />
paket add MicroElements.DevOps --version 0.5.0
#r "nuget: MicroElements.DevOps, 0.5.0"
#:package MicroElements.DevOps@0.5.0
#addin nuget:?package=MicroElements.DevOps&version=0.5.0
#tool nuget:?package=MicroElements.DevOps&version=0.5.0
DevOps scripts for CI and CD
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 |
# 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