Skip to content

Commit f22fda2

Browse files
committed
Update the minor version we check against for compatibility
Additionally, this updates the major version of MQTT that we check against, now that 3.8.0 has been released. Signed-off-by: Jon Skeet <jonskeet@google.com>
1 parent 54cbd3c commit f22fda2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/CloudNative.CloudEvents.Mqtt/CloudNative.CloudEvents.Mqtt.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
<PackageTags>cncf;cloudnative;cloudevents;events;mqtt</PackageTags>
77
<LangVersion>8.0</LangVersion>
88
<Version>3.$(MinorVersion).$(PatchVersion)</Version>
9-
<!-- After the first release of v3, we'll change the major here to 3. -->
10-
<PackageValidationBaselineVersion>2.$(PackageValidationMinor).0</PackageValidationBaselineVersion>
9+
<PackageValidationBaselineVersion>3.$(PackageValidationMinor).0</PackageValidationBaselineVersion>
1110
<Nullable>enable</Nullable>
1211
</PropertyGroup>
1312

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<MajorVersion>2</MajorVersion>
99
<MinorVersion>8</MinorVersion>
1010
<PatchVersion>0</PatchVersion>
11-
<PackageValidationMinor>7</PackageValidationMinor>
11+
<PackageValidationMinor>8</PackageValidationMinor>
1212
<Version>$(MajorVersion).$(MinorVersion).$(PatchVersion)</Version>
1313
<!--
1414
- The version used for detecting breaking changes.

0 commit comments

Comments
 (0)