Skip to content

Commit f2b3c93

Browse files
.Net: Version bump 1.76.0 (#13972)
### Motivation and Context Bump SK .NET version for the next release. ### Description - VersionPrefix: 1.75.0 1.76.0 - PackageValidationBaselineVersion: 1.74.0 1.75.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3dd139b commit f2b3c93

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.75.0</VersionPrefix>
4+
<VersionPrefix>1.76.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.74.0</PackageValidationBaselineVersion>
12+
<PackageValidationBaselineVersion>1.75.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)