diff --git a/nservicebus/upgrades/all-versions.include.md b/nservicebus/upgrades/all-versions.include.md index 80f8bfab960..27dfab2c9d6 100644 --- a/nservicebus/upgrades/all-versions.include.md +++ b/nservicebus/upgrades/all-versions.include.md @@ -1076,7 +1076,8 @@ | Version | Released | Supported until | Notes | |:---------:|:--------------:|:-----------------:|:---------------------------------:| -| [3.9.x](https://www.nuget.org/packages/Particular.PlatformSample/3.9.0) | 2024-08-16 | - | - | +| [3.10.x](https://www.nuget.org/packages/Particular.PlatformSample/3.10.0) | 2024-08-26 | - | - | +| [3.9.x](https://www.nuget.org/packages/Particular.PlatformSample/3.9.0) | 2024-08-16 | 2024-11-26 | Superseded by 3.10.x | | [3.8.x](https://www.nuget.org/packages/Particular.PlatformSample/3.8.0) | 2024-08-13 | 2024-11-16 | Superseded by 3.9.x | | [3.7.x](https://www.nuget.org/packages/Particular.PlatformSample/3.7.0) | 2024-08-12 | 2024-11-13 | Superseded by 3.8.x | | [3.6.x](https://www.nuget.org/packages/Particular.PlatformSample/3.6.0) | 2024-08-01 | 2024-11-12 | Superseded by 3.7.x | diff --git a/nservicebus/upgrades/supported-versions-downstreams.include.md b/nservicebus/upgrades/supported-versions-downstreams.include.md index 26286f86e4b..7bc84632660 100644 --- a/nservicebus/upgrades/supported-versions-downstreams.include.md +++ b/nservicebus/upgrades/supported-versions-downstreams.include.md @@ -551,7 +551,8 @@ | Version | Released | Supported until | Notes | |:---------:|:--------------:|:-----------------:|:---------------------------------:| -| [3.9.x](https://www.nuget.org/packages/Particular.PlatformSample/3.9.0) | 2024-08-16 | - | - | +| [3.10.x](https://www.nuget.org/packages/Particular.PlatformSample/3.10.0) | 2024-08-26 | - | - | +| [3.9.x](https://www.nuget.org/packages/Particular.PlatformSample/3.9.0) | 2024-08-16 | 2024-11-26 | Superseded by 3.10.x | | [3.8.x](https://www.nuget.org/packages/Particular.PlatformSample/3.8.0) | 2024-08-13 | 2024-11-16 | Superseded by 3.9.x | | [3.7.x](https://www.nuget.org/packages/Particular.PlatformSample/3.7.0) | 2024-08-12 | 2024-11-13 | Superseded by 3.8.x | | [3.6.x](https://www.nuget.org/packages/Particular.PlatformSample/3.6.0) | 2024-08-01 | 2024-11-12 | Superseded by 3.7.x | diff --git a/nservicebus/upgrades/supported-versions.json b/nservicebus/upgrades/supported-versions.json index 6371667f506..fee471947a9 100644 --- a/nservicebus/upgrades/supported-versions.json +++ b/nservicebus/upgrades/supported-versions.json @@ -1125,6 +1125,10 @@ { "Minor": "3.9", "SupportLevel": "Mainstream" + }, + { + "Minor": "3.10", + "SupportLevel": "Mainstream" } ] }, @@ -1211,7 +1215,7 @@ "SupportLevel": "Mainstream" }, { - "Minor": "5.6", + "Minor": "5.7", "SupportLevel": "Mainstream" } ] diff --git a/servicecontrol/upgrades/supported-versions-servicecontrol.include.md b/servicecontrol/upgrades/supported-versions-servicecontrol.include.md index d12df335e52..8704e75c04b 100644 --- a/servicecontrol/upgrades/supported-versions-servicecontrol.include.md +++ b/servicecontrol/upgrades/supported-versions-servicecontrol.include.md @@ -2,7 +2,8 @@ | Version | Released | Supported until | Notes | |:---------:|:--------------:|:-----------------:|:---------------------------------:| -| [5.6.x](https://www.nuget.org/packages/Particular.PlatformSample.ServiceControl/5.6.1) | 2024-08-13 | - | - | +| [5.7.x](https://www.nuget.org/packages/Particular.PlatformSample.ServiceControl/5.7.0) | 2024-08-26 | - | - | +| [~~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~~ | | [~~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~~ | | [~~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~~ | | [~~5.3.x~~](https://www.nuget.org/packages/Particular.PlatformSample.ServiceControl/5.3.0) | ~~2024-06-27~~ | ~~2024-07-08~~ | ~~Superseded by 5.4.x~~ |