Skip to content

Commit cd4efe3

Browse files
committed
Updated build script and nuspec file for 0.8.4-rc1
1 parent 6b98828 commit cd4efe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

default.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ properties {
1010
$sln_name = "IO.Ably.sln"
1111

1212
$project_name = "IO.Ably"
13-
$build_number = "0.8.3"
13+
$build_number = "0.8.4"
1414
$solution_dir = "$build_script_dir\$sln_dir"
1515

1616
$build_artifacts_dir_base = "$build_script_dir\build\artifacts"

nuget/io.ably.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>ably.io</id>
5-
<version>0.8.3</version>
5+
<version>0.8.4-rc1</version>
66
<title>ably.io</title>
77
<authors>Yavor Ivanov,Martin Georgiev</authors>
88
<owners>Ably Real-time Ltd</owners>

0 commit comments

Comments
 (0)