Skip to content

Commit 6433e1d

Browse files
Updating supported versions
1 parent 436bfe0 commit 6433e1d

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

nservicebus/upgrades/all-versions.include.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,8 @@
10331033

10341034
| Version | Released | Supported until | Notes |
10351035
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
1036-
| [3.1.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/3.1.0) | 2024-07-05 | - | - |
1036+
| [3.2.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/3.2.0) | 2024-09-02 | - | - |
1037+
| [3.1.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/3.1.0) | 2024-07-05 | 2024-12-02 | Superseded by 3.2.x |
10371038
| [3.0.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/3.0.0) | 2024-04-16 | 2024-10-05 | Superseded by 3.1.x |
10381039
| [2.0.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/2.0.2) | 2022-11-17 | 2026-04-16 | Extended by NServiceBus 8.2.x |
10391040
| [1.0.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/1.0.3) | 2022-09-19 | 2024-11-17 | Extended by NServiceBus 7.8.x |
@@ -1076,7 +1077,8 @@
10761077

10771078
| Version | Released | Supported until | Notes |
10781079
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
1079-
| [3.10.x](https://www.nuget.org/packages/Particular.PlatformSample/3.10.0) | 2024-08-26 | - | - |
1080+
| [3.11.x](https://www.nuget.org/packages/Particular.PlatformSample/3.11.0) | 2024-09-02 | - | - |
1081+
| [3.10.x](https://www.nuget.org/packages/Particular.PlatformSample/3.10.0) | 2024-08-26 | 2024-12-02 | Superseded by 3.11.x |
10801082
| [3.9.x](https://www.nuget.org/packages/Particular.PlatformSample/3.9.0) | 2024-08-16 | 2024-11-26 | Superseded by 3.10.x |
10811083
| [3.8.x](https://www.nuget.org/packages/Particular.PlatformSample/3.8.0) | 2024-08-13 | 2024-11-16 | Superseded by 3.9.x |
10821084
| [3.7.x](https://www.nuget.org/packages/Particular.PlatformSample/3.7.0) | 2024-08-12 | 2024-11-13 | Superseded by 3.8.x |

nservicebus/upgrades/supported-versions-downstreams.include.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,8 @@
513513

514514
| Version | Released | Supported until | Notes |
515515
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
516-
| [3.1.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/3.1.0) | 2024-07-05 | - | - |
516+
| [3.2.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/3.2.0) | 2024-09-02 | - | - |
517+
| [3.1.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/3.1.0) | 2024-07-05 | 2024-12-02 | Superseded by 3.2.x |
517518
| [3.0.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/3.0.0) | 2024-04-16 | 2024-10-05 | Superseded by 3.1.x |
518519
| [2.0.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/2.0.2) | 2022-11-17 | 2026-04-16 | Extended by NServiceBus 8.2.x |
519520
| [1.0.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/1.0.3) | 2022-09-19 | 2024-11-17 | Extended by NServiceBus 7.8.x |
@@ -551,7 +552,8 @@
551552

552553
| Version | Released | Supported until | Notes |
553554
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
554-
| [3.10.x](https://www.nuget.org/packages/Particular.PlatformSample/3.10.0) | 2024-08-26 | - | - |
555+
| [3.11.x](https://www.nuget.org/packages/Particular.PlatformSample/3.11.0) | 2024-09-02 | - | - |
556+
| [3.10.x](https://www.nuget.org/packages/Particular.PlatformSample/3.10.0) | 2024-08-26 | 2024-12-02 | Superseded by 3.11.x |
555557
| [3.9.x](https://www.nuget.org/packages/Particular.PlatformSample/3.9.0) | 2024-08-16 | 2024-11-26 | Superseded by 3.10.x |
556558
| [3.8.x](https://www.nuget.org/packages/Particular.PlatformSample/3.8.0) | 2024-08-13 | 2024-11-16 | Superseded by 3.9.x |
557559
| [3.7.x](https://www.nuget.org/packages/Particular.PlatformSample/3.7.0) | 2024-08-12 | 2024-11-13 | Superseded by 3.8.x |

nservicebus/upgrades/supported-versions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,10 @@
926926
{
927927
"Minor": "3.1",
928928
"SupportLevel": "Mainstream"
929+
},
930+
{
931+
"Minor": "3.2",
932+
"SupportLevel": "Mainstream"
929933
}
930934
]
931935
},
@@ -1129,6 +1133,10 @@
11291133
{
11301134
"Minor": "3.10",
11311135
"SupportLevel": "Mainstream"
1136+
},
1137+
{
1138+
"Minor": "3.11",
1139+
"SupportLevel": "Mainstream"
11321140
}
11331141
]
11341142
},

servicecontrol/upgrades/supported-versions-servicecontrol.include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Version | Released | Supported until | Notes |
44
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
5-
| [5.7.x](https://www.nuget.org/packages/Particular.PlatformSample.ServiceControl/5.7.0) | 2024-08-26 | - | - |
5+
| [5.7.x](https://www.nuget.org/packages/Particular.PlatformSample.ServiceControl/5.7.1) | 2024-08-26 | - | - |
66
| [~~5.6.x~~](https://www.nuget.org/packages/Particular.PlatformSample.ServiceControl/5.6.1) | ~~2024-08-13~~ | ~~2024-08-26~~ | ~~Superseded by 5.7.x~~ |
77
| [~~5.5.x~~](https://www.nuget.org/packages/Particular.PlatformSample.ServiceControl/5.5.2) | ~~2024-07-23~~ | ~~2024-08-13~~ | ~~Superseded by 5.6.x~~ |
88
| [~~5.4.x~~](https://www.nuget.org/packages/Particular.PlatformSample.ServiceControl/5.4.1) | ~~2024-07-08~~ | ~~2024-07-23~~ | ~~Superseded by 5.5.x~~ |

0 commit comments

Comments
 (0)