We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b98828 commit cd4efe3Copy full SHA for cd4efe3
default.ps1
@@ -10,7 +10,7 @@ properties {
10
$sln_name = "IO.Ably.sln"
11
12
$project_name = "IO.Ably"
13
- $build_number = "0.8.3"
+ $build_number = "0.8.4"
14
$solution_dir = "$build_script_dir\$sln_dir"
15
16
$build_artifacts_dir_base = "$build_script_dir\build\artifacts"
nuget/io.ably.nuspec
@@ -2,7 +2,7 @@
2
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3
<metadata>
4
<id>ably.io</id>
5
- <version>0.8.3</version>
+ <version>0.8.4-rc1</version>
6
<title>ably.io</title>
7
<authors>Yavor Ivanov,Martin Georgiev</authors>
8
<owners>Ably Real-time Ltd</owners>
0 commit comments