Skip to content

Commit 9aed3cf

Browse files
authored
Merge pull request #1261 from ably/release/1.2.13
Release/1.2.13 - Upgrade to protocol 2.0
2 parents 954ed28 + c2f98a2 commit 9aed3cf

File tree

4 files changed

+27
-5
lines changed

4 files changed

+27
-5
lines changed

CHANGELOG.md

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

3+
## [1.2.13](https://github.com/ably/ably-dotnet/tree/1.2.13) (2023-09-25)
4+
5+
[Full Changelog](https://github.com/ably/ably-dotnet/compare/1.2.12...1.2.13)
6+
7+
**Implemented enhancements:**
8+
9+
- Upgrade library to protocol v2 [\#1199](https://github.com/ably/ably-dotnet/pull/1199)
10+
11+
**Closed issues:**
12+
13+
- Error getting value from "Id" on IO.Ably.Message, code 50000 \(ios-net7 deployed, maui\) [\#1259](https://github.com/ably/ably-dotnet/issues/1259)
14+
- Channel messages are missed or delayed [\#1252](https://github.com/ably/ably-dotnet/issues/1252)
15+
- Update connectionStateTtl [\#1243](https://github.com/ably/ably-dotnet/issues/1243)
16+
- Update README for MAUI trimming config [\#1242](https://github.com/ably/ably-dotnet/issues/1242)
17+
- Improve CI testing process [\#362](https://github.com/ably/ably-dotnet/issues/362)
18+
19+
**Merged pull requests:**
20+
21+
- Fix readme [\#1256](https://github.com/ably/ably-dotnet/pull/1256) ([sacOO7](https://github.com/sacOO7))
22+
- Updated connectionTtl to be 120 seconds [\#1247](https://github.com/ably/ably-dotnet/pull/1247) ([sacOO7](https://github.com/sacOO7))
23+
- MAUI config doc [\#1245](https://github.com/ably/ably-dotnet/pull/1245) ([sacOO7](https://github.com/sacOO7))
24+
325
## [1.2.12](https://github.com/ably/ably-dotnet/tree/1.2.12) (2023-06-29)
426

527
[Full Changelog](https://github.com/ably/ably-dotnet/compare/1.2.11...1.2.12)

src/CommonAssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
[assembly: AssemblyCompany("Ably")]
66
[assembly: AssemblyProduct("Ably .NET Library")]
7-
[assembly: AssemblyVersion("1.2.12")]
8-
[assembly: AssemblyFileVersion("1.2.12")]
7+
[assembly: AssemblyVersion("1.2.13")]
8+
[assembly: AssemblyFileVersion("1.2.13")]
99
namespace System {
1010
internal static class AssemblyVersionInformation {
1111
internal const System.String AssemblyCompany = "Ably";
1212
internal const System.String AssemblyProduct = "Ably .NET Library";
13-
internal const System.String AssemblyVersion = "1.2.12";
14-
internal const System.String AssemblyFileVersion = "1.2.12";
13+
internal const System.String AssemblyVersion = "1.2.13";
14+
internal const System.String AssemblyFileVersion = "1.2.13";
1515
}
1616
}
-512 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.12
1+
1.2.13

0 commit comments

Comments
 (0)