Skip to content

Commit 89ab4cd

Browse files
authored
Merge pull request #1315 from ably/release/1.2.17
Release/1.2.17
2 parents 29e56a2 + 05f1b4e commit 89ab4cd

4 files changed

Lines changed: 20 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [1.2.17](https://github.com/ably/ably-dotnet/tree/1.2.17) (2025-11-10)
4+
5+
[Full Changelog](https://github.com/ably/ably-dotnet/compare/1.2.16...1.2.17)
6+
7+
**Merged pull requests:**
8+
9+
- [ECO-5584] Upgrade NewtonSoft from 9.0.1 to 13.0.1 in https://github.com/ably/ably-dotnet/pull/1309
10+
- [ECO-5624] Fix unity newtonsoft dependency in https://github.com/ably/ably-dotnet/pull/1313
11+
312
## [1.2.16](https://github.com/ably/ably-dotnet/tree/1.2.16) (2025-10-15)
413

514
[Full Changelog](https://github.com/ably/ably-dotnet/compare/1.2.15...1.2.16)

src/CommonAssemblyInfo.cs

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
// Auto-Generated by FAKE; do not edit
2-
// <auto-generated/>
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by Cake.
4+
// </auto-generated>
5+
//------------------------------------------------------------------------------
36
using System.Reflection;
47

58
[assembly: AssemblyCompany("Ably")]
69
[assembly: AssemblyProduct("Ably .NET Library")]
7-
[assembly: AssemblyVersion("1.2.16")]
8-
[assembly: AssemblyFileVersion("1.2.16")]
9-
namespace System {
10-
internal static class AssemblyVersionInformation {
11-
internal const System.String AssemblyCompany = "Ably";
12-
internal const System.String AssemblyProduct = "Ably .NET Library";
13-
internal const System.String AssemblyVersion = "1.2.16";
14-
internal const System.String AssemblyFileVersion = "1.2.16";
15-
}
16-
}
10+
[assembly: AssemblyVersion("1.2.17")]
11+
[assembly: AssemblyFileVersion("1.2.17")]
12+
[assembly: AssemblyInformationalVersion("1.2.17")]
13+
[assembly: AssemblyCopyright("Copyright © Ably 2025")]
14+
0 Bytes
Binary file not shown.

unity/Assets/Ably/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.16
1+
1.2.17

0 commit comments

Comments
 (0)