Skip to content

Commit bc3828d

Browse files
Updating supported versions
1 parent 4f5cca2 commit bc3828d

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

nservicebus/upgrades/all-versions.include.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -928,8 +928,10 @@
928928

929929
| Version | Released | Supported until | Notes |
930930
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
931-
| [3.0.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/3.0.3) | 2024-04-18 | - | - |
932-
| [2.2.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/2.2.3) | 2024-02-26 | 2026-04-16 | Extended by NServiceBus 8.2.x |
931+
| [3.1.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/3.1.0) | 2024-09-05 | - | - |
932+
| [3.0.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/3.0.3) | 2024-04-18 | 2024-12-05 | Superseded by 3.1.x |
933+
| [2.3.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/2.3.0) | 2024-09-05 | 2026-04-16 | Extended by NServiceBus 8.2.x |
934+
| [2.2.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/2.2.3) | 2024-02-26 | 2024-12-05 | Superseded by 2.3.x |
933935
| [~~2.1.x~~](https://www.nuget.org/packages/NServiceBus.MessagingBridge/2.1.0) | ~~2023-07-25~~ | ~~2024-05-26~~ | ~~Superseded by 2.2.x~~ |
934936
| [~~2.0.x~~](https://www.nuget.org/packages/NServiceBus.MessagingBridge/2.0.3) | ~~2023-06-20~~ | ~~2023-10-25~~ | ~~Superseded by 2.1.x~~ |
935937

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,10 @@
450450

451451
| Version | Released | Supported until | Notes |
452452
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
453-
| [3.0.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/3.0.3) | 2024-04-18 | - | - |
454-
| [2.2.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/2.2.3) | 2024-02-26 | 2026-04-16 | Extended by NServiceBus 8.2.x |
453+
| [3.1.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/3.1.0) | 2024-09-05 | - | - |
454+
| [3.0.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/3.0.3) | 2024-04-18 | 2024-12-05 | Superseded by 3.1.x |
455+
| [2.3.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/2.3.0) | 2024-09-05 | 2026-04-16 | Extended by NServiceBus 8.2.x |
456+
| [2.2.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/2.2.3) | 2024-02-26 | 2024-12-05 | Superseded by 2.3.x |
455457
| [~~2.1.x~~](https://www.nuget.org/packages/NServiceBus.MessagingBridge/2.1.0) | ~~2023-07-25~~ | ~~2024-05-26~~ | ~~Superseded by 2.2.x~~ |
456458

457459
#### [NServiceBus.Metrics](/nuget/NServiceBus.Metrics)

nservicebus/upgrades/supported-versions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,17 @@
416416
"Minor": "2.2",
417417
"SupportLevel": "Mainstream"
418418
},
419+
{
420+
"Minor": "2.3",
421+
"SupportLevel": "Mainstream"
422+
},
419423
{
420424
"Minor": "3.0",
421425
"SupportLevel": "Mainstream"
426+
},
427+
{
428+
"Minor": "3.1",
429+
"SupportLevel": "Mainstream"
422430
}
423431
]
424432
},

0 commit comments

Comments
 (0)