Skip to content

Commit 9bb3aec

Browse files
committed
update appveyor yml and readme for updated appveyor and coveralls accounts
1 parent ca9d5f0 commit 9bb3aec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Watson Developer Cloud .NET Standard SDK
2-
[![Build status](https://ci.appveyor.com/api/projects/status/onwtuv5a6qsg4jd8?svg=true)](https://ci.appveyor.com/project/atilatosta/dotnet-standard-sdk)
3-
[![Coverage Status](https://coveralls.io/repos/github/atilatosta/dotnet-standard-sdk/badge.svg?branch=gh-8-continuousIntegration)](https://coveralls.io/github/atilatosta/dotnet-standard-sdk?branch=gh-8-continuousIntegration)
2+
[![Build status](https://ci.appveyor.com/api/projects/status/bcbl2ripwdmh1918/branch/development?svg=true)](https://ci.appveyor.com/project/mediumTaj/dotnet-standard-sdk/branch/development)
3+
[![Coverage Status](https://coveralls.io/repos/github/watson-developer-cloud/dotnet-standard-sdk/badge.svg?branch=master)](https://coveralls.io/github/watson-developer-cloud/dotnet-standard-sdk?branch=master)
44

55
The .Net SDK uses the [Watson Developer Cloud][wdc] services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
66

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
version: 0.0.{build}
1+
version: 0.1.{build}
22
branches:
33
except:
44
- gh-pages
55
configuration: Release
66
platform: Any CPU
77
environment:
88
COVERALLS_REPO_TOKEN:
9-
secure: QumHLwVevHVqpowzdjoBElUVa3eS5leJi5rsPdC/tnMuOkfvIRAa0yFDeuNlHNQy
9+
secure: Dnsrk2n+VNE4swcbTLXpfnHwUwTWT8TqMiMkthU6mq/ohNq9dA2rrSA6kdLDBKME
1010
GH_TOKEN:
11-
secure: i+mbJGwxQAkDjd6r1UfRMija3lDLQ2vNzL2kyrsYP5ycriFQtfBJQujoO+2dr+2u
11+
secure: ahCkoZZovsAAEZz8fc09QDIH1VMyE1e946JiMb3by8eyp1pacKDq/S7EI//S2lqB
1212
install:
1313
- cmd: >-
1414
rm -rf packages

0 commit comments

Comments
 (0)