Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>
<!-- Versioning for assemblies/packages -->
<PropertyGroup>
<MajorVersion>9</MajorVersion>
<MajorVersion>10</MajorVersion>
<MinorVersion>0</MinorVersion>
<PatchVersion>0</PatchVersion>
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
Expand All @@ -30,8 +30,8 @@
imported. This OK because we want to just have an obvious salt for a local build.
-->
<PropertyGroup>
<VsixVersionPrefix>17.14.3</VsixVersionPrefix>
<AddinMajorVersion>17.14</AddinMajorVersion>
<VsixVersionPrefix>17.15.1</VsixVersionPrefix>
<AddinMajorVersion>17.15</AddinMajorVersion>
<AddinVersion>$(AddinMajorVersion)</AddinVersion>
<AddinVersion Condition="'$(OfficialBuildId)' != ''">$(AddinVersion).$(OfficialBuildId)</AddinVersion>
<AddinVersion Condition="'$(OfficialBuildId)' == ''">$(AddinVersion).42424242.42</AddinVersion>
Expand Down
8 changes: 4 additions & 4 deletions eng/config/PublishData.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
],
"vsBranch": "main",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems wrong. Should be the same as Roslyn, no?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure what you mean, this will be the same as Roslyn.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I was looking at Roslyn's earlier today and I thought it was set to the "initial" branch, but I guess that pre-snap anyway. I'm sure you know what you're doing better than me :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, after VS snaps, I think main is the correct target branch rather than the "initial" one.

"vsMajorVersion": 17,
"insertionCreateDraftPR": false,
"insertionTitlePrefix": "[d17.14 P3]"
"insertionCreateDraftPR": true,
"insertionTitlePrefix": "[d17.15 P1]"
},
"release/dev17.6": {
"nugetKind": [
Expand Down Expand Up @@ -113,10 +113,10 @@
"Shipping",
"NonShipping"
],
"vsBranch": "rel/d17.14",
"vsBranch": "main",
"vsMajorVersion": 17,
"insertionCreateDraftPR": false,
"insertionTitlePrefix": "[d17.14 P2]"
"insertionTitlePrefix": "[d17.14 P3]"
}
}
}