Skip to content
This repository was archived by the owner on Apr 10, 2018. It is now read-only.

Commit 79ed029

Browse files
committedDec 3, 2014
Script update with new versions
1 parent 84a515f commit 79ed029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎nuget-pack.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[OutputType([void])]
22
param(
33
[Parameter()]
4-
$version = "1.9.0",
4+
$version = "1.9.1",
55
[Parameter()]
66
$config = "Release",
77
[Parameter()]
8-
$oauth2version = "0.8.34.6"
8+
$oauth2version = "0.8.34.7"
99
)
1010

1111
& nuget pack .\RestSharp.Portable\RestSharp.Portable.csproj -Properties Configuration=$config -Version $version

0 commit comments

Comments
 (0)