Skip to content

Commit cec0cba

Browse files
authored
.Net: Bump SK to 1.7.2 and MEVD to 10.0.0 (#13567)
### Motivation and Context ### Description - Bump version numbers of SK ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
1 parent c86a59a commit cec0cba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dotnet/nuget/nuget-package.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<Project>
22
<PropertyGroup>
33
<!-- Central version prefix - applies to all nuget packages. -->
4-
<VersionPrefix>1.71.0</VersionPrefix>
4+
<VersionPrefix>1.72.0</VersionPrefix>
55
<PackageVersion Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
66
<PackageVersion Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)</PackageVersion>
77

88
<Configurations>Debug;Release;Publish</Configurations>
99
<IsPackable>true</IsPackable>
1010

1111
<!-- Package validation. Baseline Version should be the latest version available on NuGet. -->
12-
<PackageValidationBaselineVersion>1.70.0</PackageValidationBaselineVersion>
12+
<PackageValidationBaselineVersion>1.71.0</PackageValidationBaselineVersion>
1313
<!-- Validate assembly attributes only for Publish builds -->
1414
<NoWarn Condition="'$(Configuration)' != 'Publish'">$(NoWarn);CP0003</NoWarn>
1515
<!-- Do not validate reference assemblies -->

dotnet/src/VectorData/VectorData.Abstractions/VectorData.Abstractions.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<Import Project="$(RepoRoot)/dotnet/nuget/nuget-package.props" />
1313

1414
<PropertyGroup>
15-
<PackageVersion>9.7.0</PackageVersion>
16-
<AssemblyVersion>9.0.0.0</AssemblyVersion>
15+
<PackageVersion>10.0.0</PackageVersion>
16+
<AssemblyVersion>10.0.0.0</AssemblyVersion>
1717
<!-- Package validation. Baseline Version should be the latest version available on NuGet. -->
18-
<PackageValidationBaselineVersion>9.6.0</PackageValidationBaselineVersion>
18+
<PackageValidationBaselineVersion>9.7.0</PackageValidationBaselineVersion>
1919
<Title>Microsoft.Extensions.VectorData.Abstractions</Title>
2020
<PackageId>$(AssemblyName)</PackageId>
2121
<PackageDescription>Abstractions for vector database access.

0 commit comments

Comments
 (0)