Skip to content

Commit af3d8f0

Browse files
Updating supported versions
1 parent e3e3a27 commit af3d8f0

File tree

4 files changed

+19
-10
lines changed

4 files changed

+19
-10
lines changed

nservicebus/upgrades/all-versions.include.md

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

179179
| Version | Released | Supported until | Notes |
180180
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
181-
| [4.0.x](https://www.nuget.org/packages/NServiceBus.Transport.AzureServiceBus/4.0.1) | 2024-04-16 | - | - |
181+
| [4.2.x](https://www.nuget.org/packages/NServiceBus.Transport.AzureServiceBus/4.2.0) | 2024-08-13 | - | - |
182+
| [4.0.x](https://www.nuget.org/packages/NServiceBus.Transport.AzureServiceBus/4.0.1) | 2024-04-16 | 2024-11-13 | Superseded by 4.2.x |
182183
| [3.2.x](https://www.nuget.org/packages/NServiceBus.Transport.AzureServiceBus/3.2.3) | 2023-03-23 | 2026-04-16 | Extended by NServiceBus 8.2.x |
183184
| [~~3.1.x~~](https://www.nuget.org/packages/NServiceBus.Transport.AzureServiceBus/3.1.3) | ~~2022-11-24~~ | ~~2023-06-23~~ | ~~Superseded by 3.2.x~~ |
184185
| [~~3.0.x~~](https://www.nuget.org/packages/NServiceBus.Transport.AzureServiceBus/3.0.3) | ~~2022-11-17~~ | ~~2023-02-24~~ | ~~Superseded by 3.1.x~~ |
@@ -1075,7 +1076,8 @@
10751076

10761077
| Version | Released | Supported until | Notes |
10771078
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
1078-
| [3.7.x](https://www.nuget.org/packages/Particular.PlatformSample/3.7.0) | 2024-08-12 | - | - |
1079+
| [3.8.x](https://www.nuget.org/packages/Particular.PlatformSample/3.8.0) | 2024-08-13 | - | - |
1080+
| [3.7.x](https://www.nuget.org/packages/Particular.PlatformSample/3.7.0) | 2024-08-12 | 2024-11-13 | Superseded by 3.8.x |
10791081
| [3.6.x](https://www.nuget.org/packages/Particular.PlatformSample/3.6.0) | 2024-08-01 | 2024-11-12 | Superseded by 3.7.x |
10801082
| [3.5.x](https://www.nuget.org/packages/Particular.PlatformSample/3.5.0) | 2024-07-23 | 2024-11-01 | Superseded by 3.6.x |
10811083
| [3.4.x](https://www.nuget.org/packages/Particular.PlatformSample/3.4.0) | 2024-07-12 | 2024-10-23 | Superseded by 3.5.x |

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

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

4444
| Version | Released | Supported until | Notes |
4545
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
46-
| [4.0.x](https://www.nuget.org/packages/NServiceBus.Transport.AzureServiceBus/4.0.1) | 2024-04-16 | - | - |
46+
| [4.2.x](https://www.nuget.org/packages/NServiceBus.Transport.AzureServiceBus/4.2.0) | 2024-08-13 | - | - |
47+
| [4.0.x](https://www.nuget.org/packages/NServiceBus.Transport.AzureServiceBus/4.0.1) | 2024-04-16 | 2024-11-13 | Superseded by 4.2.x |
4748
| [3.2.x](https://www.nuget.org/packages/NServiceBus.Transport.AzureServiceBus/3.2.3) | 2023-03-23 | 2026-04-16 | Extended by NServiceBus 8.2.x |
4849
| [2.0.x](https://www.nuget.org/packages/NServiceBus.Transport.AzureServiceBus/2.0.6) | 2021-10-19 | 2024-11-17 | Extended by NServiceBus 7.8.x |
4950

@@ -551,7 +552,8 @@
551552

552553
| Version | Released | Supported until | Notes |
553554
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
554-
| [3.7.x](https://www.nuget.org/packages/Particular.PlatformSample/3.7.0) | 2024-08-12 | - | - |
555+
| [3.8.x](https://www.nuget.org/packages/Particular.PlatformSample/3.8.0) | 2024-08-13 | - | - |
556+
| [3.7.x](https://www.nuget.org/packages/Particular.PlatformSample/3.7.0) | 2024-08-12 | 2024-11-13 | Superseded by 3.8.x |
555557
| [3.6.x](https://www.nuget.org/packages/Particular.PlatformSample/3.6.0) | 2024-08-01 | 2024-11-12 | Superseded by 3.7.x |
556558
| [3.5.x](https://www.nuget.org/packages/Particular.PlatformSample/3.5.0) | 2024-07-23 | 2024-11-01 | Superseded by 3.6.x |
557559
| [3.4.x](https://www.nuget.org/packages/Particular.PlatformSample/3.4.0) | 2024-07-12 | 2024-10-23 | Superseded by 3.5.x |

nservicebus/upgrades/supported-versions.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -943,6 +943,10 @@
943943
{
944944
"Minor": "4.0",
945945
"SupportLevel": "Mainstream"
946+
},
947+
{
948+
"Minor": "4.2",
949+
"SupportLevel": "Mainstream"
946950
}
947951
]
948952
},
@@ -1090,10 +1094,6 @@
10901094
"Minor": "2.40",
10911095
"SupportLevel": "Mainstream"
10921096
},
1093-
{
1094-
"Minor": "3.1",
1095-
"SupportLevel": "Mainstream"
1096-
},
10971097
{
10981098
"Minor": "3.2",
10991099
"SupportLevel": "Mainstream"
@@ -1117,6 +1117,10 @@
11171117
{
11181118
"Minor": "3.7",
11191119
"SupportLevel": "Mainstream"
1120+
},
1121+
{
1122+
"Minor": "3.8",
1123+
"SupportLevel": "Mainstream"
11201124
}
11211125
]
11221126
},
@@ -1203,7 +1207,7 @@
12031207
"SupportLevel": "Mainstream"
12041208
},
12051209
{
1206-
"Minor": "5.5",
1210+
"Minor": "5.6",
12071211
"SupportLevel": "Mainstream"
12081212
}
12091213
]

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

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

33
| Version | Released | Supported until | Notes |
44
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
5-
| [5.5.x](https://www.nuget.org/packages/Particular.PlatformSample.ServiceControl/5.5.2) | 2024-07-23 | - | - |
5+
| [5.6.x](https://www.nuget.org/packages/Particular.PlatformSample.ServiceControl/5.6.0) | 2024-08-13 | - | - |
6+
| [~~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~~ |
67
| [~~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~~ |
78
| [~~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~~ |
89
| [~~5.2.x~~](https://www.nuget.org/packages/Particular.PlatformSample.ServiceControl/5.2.4) | ~~2024-05-14~~ | ~~2024-06-27~~ | ~~Superseded by 5.3.x~~ |

0 commit comments

Comments
 (0)