Skip to content

Commit 2e88d9e

Browse files
committed
ci: v0.7 release
1 parent 6cb542f commit 2e88d9e

3 files changed

Lines changed: 20 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
11+
## [0.7.0] - 2019-11-05
12+
1013
### Added
1114
* Support for BattleScribe v2.03 data format ([#47])
1215
* "Latest" channel (folder) for `Catalogue.xsd`.
@@ -65,5 +68,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6568
[#39]: https://github.com/WarHub/wham/pull/39
6669

6770

68-
[Unreleased]: https://github.com/WarHub/wham/compare/v0.6.17...HEAD
71+
[Unreleased]: https://github.com/WarHub/wham/compare/v0.7.0...HEAD
72+
[0.7.0]: https://github.com/WarHub/wham/compare/v0.6.17...v0.7.0
6973
[0.6.17]: https://github.com/WarHub/wham/compare/v0.3.0...v0.6.17

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22

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

5-
[![NuGet package](https://img.shields.io/nuget/v/WarHub.ArmouryModel.Source.svg)](https://www.nuget.org/packages?q=wham)
5+
[![CI GitHub Action](https://github.com/WarHub/wham/workflows/CI/badge.svg)](https://github.com/WarHub/wham/actions?query=workflow%3ACI+branch%3Amaster)
66
[![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)
7-
[![MyGet package](https://img.shields.io/myget/warhub/vpre/WarHub.ArmouryModel.Source.svg?label=myget-ci)](https://www.myget.org/feed/Packages/warhub)
7+
88
[![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)
99
[![License](https://img.shields.io/github/license/WarHub/wham.svg)](https://github.com/WarHub/wham/blob/master/LICENSE.md)
1010

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

1615
## Overview
1716

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

5049
This will install preview of `wham` CLI tool in your user-space (not system global),

version.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.7.0-beta.{height}",
4-
"nugetPackageVersion": { "semVer": 2 },
3+
"version": "0.7",
4+
"versionHeightOffset": -1,
5+
"nuGetPackageVersion": {
6+
"semVer": 2.0
7+
},
58
"publicReleaseRefSpec": [
69
"^refs/heads/master$",
7-
"^refs/tags/v\\d+\\.\\d+(.\\d+)?$"
10+
"^refs/heads/releases/v\\d+\\.\\d+"
811
],
9-
"cloudBuild": {
10-
"setVersionVariables": true
12+
"release": {
13+
"branchName": "releases/v{version}"
1114
}
12-
}
15+
}

0 commit comments

Comments
 (0)