File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 30
30
imported. This OK because we want to just have an obvious salt for a local build.
31
31
-->
32
32
<PropertyGroup >
33
- <VsixVersionPrefix >17.11.1 </VsixVersionPrefix >
33
+ <VsixVersionPrefix >17.11.2 </VsixVersionPrefix >
34
34
<AddinMajorVersion >17.11</AddinMajorVersion >
35
35
<AddinVersion >$(AddinMajorVersion)</AddinVersion >
36
36
<AddinVersion Condition =" '$(OfficialBuildId)' != ''" >$(AddinVersion).$(OfficialBuildId)</AddinVersion >
Original file line number Diff line number Diff line change 7
7
],
8
8
"vsBranch" : " main" ,
9
9
"vsMajorVersion" : 17 ,
10
- "insertionCreateDraftPR" : false ,
11
- "insertionTitlePrefix" : " [d17.11 P1 ]"
10
+ "insertionCreateDraftPR" : true ,
11
+ "insertionTitlePrefix" : " [d17.11 P2 ]"
12
12
},
13
13
"release/dev17.5" : {
14
14
"nugetKind" : [
64
64
"vsMajorVersion" : 17 ,
65
65
"insertionCreateDraftPR" : false ,
66
66
"insertionTitlePrefix" : " [17.10 P3]"
67
+ },
68
+ "release/dev17.11" : {
69
+ "nugetKind" : [
70
+ " Shipping" ,
71
+ " NonShipping"
72
+ ],
73
+ "vsBranch" : " main" ,
74
+ "vsMajorVersion" : 17 ,
75
+ "insertionCreateDraftPR" : false ,
76
+ "insertionTitlePrefix" : " [17.11 P1]"
67
77
}
68
78
}
69
79
}
You can’t perform that action at this time.
0 commit comments