Skip to content

Commit 59b42af

Browse files
committed
Merge branch 'main' of github.com:typinghard/azure-devops-state-tracker into dev
2 parents 830f0c2 + 3bbd334 commit 59b42af

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Azure DevOps Tracker
22

3+
[![Build status](https://ci.appveyor.com/api/projects/status/13v7nidttpa0d5x3/branch/main?svg=true)](https://ci.appveyor.com/project/DiegoGalante/azure-devops-tracker/branch/main)
4+
![Nuget](https://img.shields.io/nuget/v/AzureDevOpsTracker)
5+
6+
37
For a Technology Team Manager, the process improvement in search of agility and productivity is indispensable. For that, data is very important.
48

59

@@ -32,7 +36,7 @@ The **Azure DevOps Tracker** brings automatically tracking of Workitems and will
3236

3337
# Installation
3438
```c#
35-
PM > Install-Package AzureDevOpsTracker -Version 1.0.0
39+
PM > Install-Package AzureDevOpsTracker -Version 1.0.1
3640
```
3741
For more instructions and examples, go to our [Wiki](https://github.com/typinghard/azure-devops-tracker/wiki).
3842
- [English](https://github.com/typinghard/azure-devops-tracker/wiki/English) 🇺🇸

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 1.0.{build}
2+
configuration: Release
3+
before_build:
4+
- cmd: nuget restore ./AzureDevopsStateTracker/AzureDevopsStateTracker.sln
5+
build:
6+
verbosity: minimal

0 commit comments

Comments
 (0)