File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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+ //------------------------------------------------------------------------------
36using 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+
Original file line number Diff line number Diff line change 1- 1.2.16
1+ 1.2.17
You can’t perform that action at this time.
0 commit comments