Skip to content

Commit fb13781

Browse files
.NET: Bump package version to 1.79.0 (#14275)
### Motivation and Context Prepares the .NET packages for the next minor release. ### Description - Bumps `VersionPrefix` from `1.78.0` to `1.79.0`. - Advances `PackageValidationBaselineVersion` from `1.77.0` to `1.78.0`. ### Contribution Checklist - [x] The code builds clean without any errors or warnings - [x] 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 - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄 Copilot-Session: 2a1e876a-251c-403d-bc89-8e02610a19ae
1 parent 8ec7ddd commit fb13781

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.78.0</VersionPrefix>
4+
<VersionPrefix>1.79.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.77.0</PackageValidationBaselineVersion>
12+
<PackageValidationBaselineVersion>1.78.0</PackageValidationBaselineVersion>
1313
<!-- Validate assembly attributes only for Publish builds -->
1414
<NoWarn Condition="'$(Configuration)' != 'Publish'">$(NoWarn);CP0003</NoWarn>
1515
<!-- Do not validate reference assemblies -->

0 commit comments

Comments
 (0)