Skip to content

Commit 7b68b6f

Browse files
author
Cory Thompson
committed
bump version number
1 parent 42b5367 commit 7b68b6f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build/package/WebPush.nuspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>WebPush</id>
5-
<version>1.0.8</version>
5+
<version>1.0.9</version>
66
<authors>Cory Thompson</authors>
77
<owners>Cory Thompson</owners>
88
<licenseUrl>https://github.com/coryjthompson/web-push-csharp/blob/master/LICENSE</licenseUrl>
@@ -15,6 +15,10 @@
1515
<dependency id="BouncyCastle" version="1.8.1"/>
1616
<dependency id="Newtonsoft.Json" version="6.0.1"/>
1717
<dependency id="Microsoft.Net.Http" version="2.2.29"/>
18+
<dependency id="Microsoft.Bcl" version="1.1.10" />
19+
<dependency id="Microsoft.Bcl.Async" version="1.0.168" />
20+
<dependency id="Microsoft.Bcl.Build" version="1.0.14" />
21+
<dependency id="Microsoft.Net.Http" version="2.2.29" />
1822
</dependencies>
1923
</metadata>
2024
</package>

0 commit comments

Comments
 (0)