Skip to content

Commit

Permalink
ci: v0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
amis92 committed Nov 5, 2019
1 parent 6cb542f commit 2e88d9e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [0.7.0] - 2019-11-05

### Added
* Support for BattleScribe v2.03 data format ([#47])
* "Latest" channel (folder) for `Catalogue.xsd`.
Expand Down Expand Up @@ -65,5 +68,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#39]: https://github.com/WarHub/wham/pull/39


[Unreleased]: https://github.com/WarHub/wham/compare/v0.6.17...HEAD
[Unreleased]: https://github.com/WarHub/wham/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/WarHub/wham/compare/v0.6.17...v0.7.0
[0.6.17]: https://github.com/WarHub/wham/compare/v0.3.0...v0.6.17
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

Foundational .NET library for wargame datafile tools, written in C#.

[![NuGet package](https://img.shields.io/nuget/v/WarHub.ArmouryModel.Source.svg)](https://www.nuget.org/packages?q=wham)
[![CI GitHub Action](https://github.com/WarHub/wham/workflows/CI/badge.svg)](https://github.com/WarHub/wham/actions?query=workflow%3ACI+branch%3Amaster)
[![Build Status](https://dev.azure.com/warhub/wham/_apis/build/status/WarHub.wham?branchName=master)](https://dev.azure.com/warhub/wham/_build/latest?definitionId=1&branchName=master)
[![MyGet package](https://img.shields.io/myget/warhub/vpre/WarHub.ArmouryModel.Source.svg?label=myget-ci)](https://www.myget.org/feed/Packages/warhub)

[![Join the chat at gitter!](https://img.shields.io/gitter/room/WarHub/wham.svg)](https://gitter.im/WarHub/wham?utm_source=badge&utm_medium=badge&utm_content=badge)
[![License](https://img.shields.io/github/license/WarHub/wham.svg)](https://github.com/WarHub/wham/blob/master/LICENSE.md)

NuGet packages: [WarHub NuGet](https://www.nuget.org/profiles/warhub)

MyGet packages (Continuous Integration channel):
[WarHub MyGet](https://www.myget.org/feed/Packages/warhub)
Packages:
[![NuGet packages](https://img.shields.io/nuget/v/WarHub.ArmouryModel.Source.svg?logo=nuget)](https://www.nuget.org/profiles/warhub)
[![MyGet package](https://img.shields.io/myget/warhub/vpre/WarHub.ArmouryModel.Source.svg?label=MyGet%20CI)](https://www.myget.org/feed/Packages/warhub)

## Overview

Expand Down Expand Up @@ -44,7 +43,7 @@ To install `wham` command line tool:
1. please install [`.NET Core SDK` v2.1 or higher](https://www.microsoft.com/net/download)
for your platform.
2. In your shell/command line run
`dotnet tool install wham -g --version 0.6.17`
`dotnet tool install wham -g --version 0.7.0`
3. You can check if the tool is available: `wham --version` should show what version exactly is running.

This will install preview of `wham` CLI tool in your user-space (not system global),
Expand Down
15 changes: 9 additions & 6 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.7.0-beta.{height}",
"nugetPackageVersion": { "semVer": 2 },
"version": "0.7",
"versionHeightOffset": -1,
"nuGetPackageVersion": {
"semVer": 2.0
},
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/tags/v\\d+\\.\\d+(.\\d+)?$"
"^refs/heads/releases/v\\d+\\.\\d+"
],
"cloudBuild": {
"setVersionVariables": true
"release": {
"branchName": "releases/v{version}"
}
}
}

0 comments on commit 2e88d9e

Please sign in to comment.