diff --git a/Directory.Packages.props b/Directory.Packages.props index 9f516885a47..f368f061d77 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -10,16 +10,16 @@ - - - - + + + + - + @@ -30,7 +30,7 @@ - + @@ -71,8 +71,8 @@ - - + + @@ -93,14 +93,14 @@ - + - - + + - + @@ -121,9 +121,9 @@ - + - + @@ -149,7 +149,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 51e36451016..ba7309e92bc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -29,13 +29,17 @@ https://github.com/microsoft/usvc-apiserver ab7876f75d0f1346b6c4146ad1e27052c1ed350f - - https://dev.azure.com/dnceng/internal/_git/dotnet-extensions - 5d685f1b352059ba10f8f0d3acd3d0d2bb96687a + + https://github.com/dotnet/extensions + 544b8d5c8de9ed4940c5f39457256d090b8ffbfb - - https://dev.azure.com/dnceng/internal/_git/dotnet-extensions - 5d685f1b352059ba10f8f0d3acd3d0d2bb96687a + + https://github.com/dotnet/extensions + 544b8d5c8de9ed4940c5f39457256d090b8ffbfb + + + https://github.com/dotnet/extensions + 544b8d5c8de9ed4940c5f39457256d090b8ffbfb https://dev.azure.com/dnceng/internal/_git/dotnet-runtime diff --git a/eng/Versions.props b/eng/Versions.props index a00e6742e36..ae20030a1e2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -38,8 +38,8 @@ 9.0.0-beta.24453.1 9.0.0-beta.24453.1 9.0.0-beta.24453.1 - 8.8.0 - 8.8.0 + 8.9.1 + 8.9.1 8.0.0 8.0.2 8.0.1 @@ -59,7 +59,7 @@ 8.0.8 8.0.8 8.0.8 - 8.8.0 + 8.9.1 8.0.8 8.0.8 diff --git a/src/Aspire.Hosting.Elasticsearch/ElasticsearchContainerImageTags.cs b/src/Aspire.Hosting.Elasticsearch/ElasticsearchContainerImageTags.cs index ccc3d2c4f37..7bc37ef04ad 100644 --- a/src/Aspire.Hosting.Elasticsearch/ElasticsearchContainerImageTags.cs +++ b/src/Aspire.Hosting.Elasticsearch/ElasticsearchContainerImageTags.cs @@ -7,6 +7,6 @@ internal static class ElasticsearchContainerImageTags { public const string Registry = "docker.io"; public const string Image = "library/elasticsearch"; - public const string Tag = "8.15.0"; + public const string Tag = "8.15.1"; } diff --git a/src/Aspire.Hosting.Milvus/MilvusContainerImageTags.cs b/src/Aspire.Hosting.Milvus/MilvusContainerImageTags.cs index bc47a438b5f..ae3ebe3c0ea 100644 --- a/src/Aspire.Hosting.Milvus/MilvusContainerImageTags.cs +++ b/src/Aspire.Hosting.Milvus/MilvusContainerImageTags.cs @@ -7,7 +7,7 @@ internal static class MilvusContainerImageTags { public const string Registry = "docker.io"; public const string Image = "milvusdb/milvus"; - public const string Tag = "v2.4.9"; + public const string Tag = "v2.4.10"; public const string AttuImage = "zilliz/attu"; public const string AttuTag = "v2.4"; diff --git a/src/Aspire.Hosting.Oracle/OracleContainerImageTags.cs b/src/Aspire.Hosting.Oracle/OracleContainerImageTags.cs index 839e06e05c9..82d08b6ddd7 100644 --- a/src/Aspire.Hosting.Oracle/OracleContainerImageTags.cs +++ b/src/Aspire.Hosting.Oracle/OracleContainerImageTags.cs @@ -7,5 +7,5 @@ internal static class OracleContainerImageTags { public const string Registry = "container-registry.oracle.com"; public const string Image = "database/free"; - public const string Tag = "23.4.0.0"; + public const string Tag = "23.5.0.0"; } diff --git a/src/Aspire.Hosting.Qdrant/QdrantContainerImageTags.cs b/src/Aspire.Hosting.Qdrant/QdrantContainerImageTags.cs index fcd184b084d..ef843c1e9a4 100644 --- a/src/Aspire.Hosting.Qdrant/QdrantContainerImageTags.cs +++ b/src/Aspire.Hosting.Qdrant/QdrantContainerImageTags.cs @@ -7,5 +7,5 @@ internal static class QdrantContainerImageTags { public const string Registry = "docker.io"; public const string Image = "qdrant/qdrant"; - public const string Tag = "v1.11.0"; + public const string Tag = "v1.11.3"; } diff --git a/src/Aspire.ProjectTemplates/cgmanifest.json b/src/Aspire.ProjectTemplates/cgmanifest.json index 38f1ab33d8f..3abb4d552fc 100644 --- a/src/Aspire.ProjectTemplates/cgmanifest.json +++ b/src/Aspire.ProjectTemplates/cgmanifest.json @@ -52,7 +52,7 @@ "type": "nuget", "nuget": { "name": "Microsoft.Extensions.Http.Resilience", - "version": "8.6.0" + "version": "8.9.1" } } }, @@ -70,7 +70,7 @@ "type": "nuget", "nuget": { "name": "MSTest", - "version": "3.4.3" + "version": "3.5.2" } } }, @@ -88,7 +88,7 @@ "type": "nuget", "nuget": { "name": "NUnit", - "version": "4.1.0" + "version": "4.2.1" } } }, @@ -97,7 +97,7 @@ "type": "nuget", "nuget": { "name": "NUnit.Analyzers", - "version": "4.2.0" + "version": "4.3.0" } } }, @@ -106,7 +106,7 @@ "type": "nuget", "nuget": { "name": "NUnit3TestAdapter", - "version": "4.5.0" + "version": "4.6.0" } } }, diff --git a/src/Components/Aspire.Azure.AI.OpenAI/ConfigurationSchema.json b/src/Components/Aspire.Azure.AI.OpenAI/ConfigurationSchema.json index fbb12e2ac7a..b092dce4d33 100644 --- a/src/Components/Aspire.Azure.AI.OpenAI/ConfigurationSchema.json +++ b/src/Components/Aspire.Azure.AI.OpenAI/ConfigurationSchema.json @@ -31,6 +31,10 @@ "ClientOptions": { "type": "object", "properties": { + "ApplicationId": { + "type": "string", + "description": "An optional application ID to use as part of the request User-Agent header." + }, "NetworkTimeout": { "type": "string", "pattern": "^-?(\\d{1,7}|((\\d{1,7}[\\.:])?(([01]?\\d|2[0-3]):[0-5]?\\d|([01]?\\d|2[0-3]):[0-5]?\\d:[0-5]?\\d)(\\.\\d{1,7})?))$", diff --git a/src/Components/Aspire.StackExchange.Redis/ConfigurationSchema.json b/src/Components/Aspire.StackExchange.Redis/ConfigurationSchema.json index 3d2f197043b..14cc068c2d0 100644 --- a/src/Components/Aspire.StackExchange.Redis/ConfigurationSchema.json +++ b/src/Components/Aspire.StackExchange.Redis/ConfigurationSchema.json @@ -83,7 +83,7 @@ "HeartbeatInterval": { "type": "string", "pattern": "^-?(\\d{1,7}|((\\d{1,7}[\\.:])?(([01]?\\d|2[0-3]):[0-5]?\\d|([01]?\\d|2[0-3]):[0-5]?\\d:[0-5]?\\d)(\\.\\d{1,7})?))$", - "description": "Controls how often the connection heartbeats. A heartbeat includes: - Evaluating if any messages have timed out - Evaluating connection status (checking for failures) - Sending a server message to keep the connection alive if needed" + "description": "Controls how often the connection heartbeats. A heartbeat includes: - Evaluating if any messages have timed out. - Evaluating connection status (checking for failures). - Sending a server message to keep the connection alive if needed." }, "HighIntegrity": { "type": "boolean", @@ -91,15 +91,15 @@ }, "IncludeDetailInExceptions": { "type": "boolean", - "description": "Should exceptions include identifiable details? (key names, additional .Data annotations)" + "description": "Whether exceptions include identifiable details (key names, additional .Data annotations)." }, "IncludePerformanceCountersInExceptions": { "type": "boolean", - "description": "Should exceptions include performance counter details?" + "description": "Whether exceptions include performance counter details." }, "KeepAlive": { "type": "integer", - "description": "Specifies the time in seconds at which connections should be pinged to ensure validity. -1 Defaults to 60 Seconds" + "description": "Specifies the time in seconds at which connections should be pinged to ensure validity. -1 Defaults to 60 Seconds." }, "LibraryName": { "type": "string", @@ -114,7 +114,7 @@ "Resp2", "Resp3" ], - "description": "Specify the redis protocol type" + "description": "Specify the redis protocol type." }, "Proxy": { "enum": [