File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public static partial class LibraryVersion
2929 {
3030 new ( "8.0.0" ) ,
3131 new ( "8.10.0" ) ,
32- new ( "8.14.0 " ) ,
32+ new ( "8.14.2 " ) ,
3333 }
3434 } ,
3535 {
@@ -73,7 +73,7 @@ public static partial class LibraryVersion
7373 new List < PackageBuildInfo >
7474 {
7575 new ( "8.0.0" ) ,
76- new ( "8.2.2 " ) ,
76+ new ( "8.2.3 " ) ,
7777 }
7878 } ,
7979 {
@@ -130,7 +130,7 @@ public static partial class LibraryVersion
130130 new List < PackageBuildInfo >
131131 {
132132 new ( "8.0.0" ) ,
133- new ( "9.0.1 " , supportedFrameworks : new string [ ] { "net8.0" } ) ,
133+ new ( "9.0.2 " , supportedFrameworks : new string [ ] { "net8.0" } ) ,
134134 }
135135 } ,
136136 {
Original file line number Diff line number Diff line change 22 <Import Project =" ..\Directory.Packages.props" />
33 <ItemGroup >
44 <PackageVersion Include =" Azure.Storage.Blobs" Version =" 12.20.0" />
5- <PackageVersion Include =" Elastic.Clients.Elasticsearch" Version =" 8.14.0 " />
5+ <PackageVersion Include =" Elastic.Clients.Elasticsearch" Version =" 8.14.2 " />
66 <PackageVersion Include =" Confluent.Kafka" Version =" 2.4.0" />
77 <PackageVersion Include =" FluentAssertions" Version =" 6.12.0" />
88 <PackageVersion Include =" Google.Protobuf" Version =" 3.27.1" />
1414 <PackageVersion Include =" Grpc.Net.Client" Version =" 2.63.0" />
1515 <PackageVersion Include =" Grpc.Net.Client.Web" Version =" 2.63.0" />
1616 <PackageVersion Include =" Grpc.Tools" Version =" 2.51.0" />
17- <PackageVersion Include =" MassTransit" Version =" 8.2.2 " />
17+ <PackageVersion Include =" MassTransit" Version =" 8.2.3 " />
1818 <PackageVersion Include =" Microsoft.AspNetCore" Version =" 2.2.0" />
1919 <PackageVersion Include =" Microsoft.AspNetCore.Hosting" Version =" 2.2.7" />
2020 <PackageVersion Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.2.0" />
3333 <PackageVersion Include =" NSubstitute" Version =" 5.1.0" />
3434 <PackageVersion Include =" MySqlConnector" Version =" 2.3.7" />
3535 <PackageVersion Include =" MySql.Data" Version =" 8.4.0" />
36- <PackageVersion Include =" NServiceBus" Version =" 9.0.1 " />
36+ <PackageVersion Include =" NServiceBus" Version =" 9.0.2 " />
3737 <PackageVersion Include =" Newtonsoft.Json" Version =" 13.0.3" />
3838 <PackageVersion Include =" Npgsql" Version =" 8.0.3" />
3939 <PackageVersion Include =" NuGet.Versioning" Version =" 6.5.0" />
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public static TheoryData<string> Elasticsearch
3737#else
3838 theoryData . Add ( "8.0.0" ) ;
3939 theoryData . Add ( "8.10.0" ) ;
40- theoryData . Add ( "8.14.0 " ) ;
40+ theoryData . Add ( "8.14.2 " ) ;
4141#endif
4242 return theoryData ;
4343 }
@@ -119,7 +119,7 @@ public static TheoryData<string> MassTransit
119119 theoryData . Add ( string . Empty ) ;
120120#else
121121 theoryData . Add ( "8.0.0" ) ;
122- theoryData . Add ( "8.2.2 " ) ;
122+ theoryData . Add ( "8.2.3 " ) ;
123123#endif
124124 return theoryData ;
125125 }
@@ -219,7 +219,7 @@ public static TheoryData<string> NServiceBus
219219#else
220220 theoryData . Add ( "8.0.0" ) ;
221221#if NET8_0
222- theoryData . Add ( "9.0.1 " ) ;
222+ theoryData . Add ( "9.0.2 " ) ;
223223#endif
224224#endif
225225 return theoryData ;
You can’t perform that action at this time.
0 commit comments