Skip to content

Commit 26cf979

Browse files
author
Qingqing Sun
committed
upgrade
1 parent f1cdb4a commit 26cf979

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ branches:
33
- master
44
language: csharp
55
install:
6-
- nuget pack Azure.IoT.Edge.Module.nuspec -NoDefaultExcludes
6+
- nuget pack -NoDefaultExcludes
77
- FILENAME="$(find . -name '*.nupkg')"
88
- nuget push "${FILENAME}" $APIKEY -Source $PACKAGE_SOURCE
99
script:

Microsoft.Azure.IoT.Edge.Module.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Microsoft.Azure.IoT.Edge.Module</id>
5-
<version>0.1.0</version>
5+
<version>0.2.0</version>
66
<title>Azure IoT Edge Module</title>
77
<authors>Microsoft</authors>
88
<owners>microsoft, nugetazureiotedge</owners>

0 commit comments

Comments
 (0)