Skip to content

Commit 3d780e0

Browse files
authored
Update VSInsertionTargetBranchName and version (#18243)
1 parent 63a0928 commit 3d780e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ variables:
3535
# (since for all *new* release branches we insert into VS main and for all *previous* releases we insert into corresponding VS release),
3636
# i.e. 'rel/d17.9' *or* 'main' in dotnet/fsharp/refs/heads/main and 'main' in F# dotnet/fsharp/refs/heads/release/dev17.10 (latest release branch)
3737
- name: VSInsertionTargetBranchName
38-
value: main
38+
value: rel/d17.13
3939
- name: _TeamName
4040
value: FSharp
4141
- name: TeamName

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- F# Version components -->
1515
<FSMajorVersion>9</FSMajorVersion>
1616
<FSMinorVersion>0</FSMinorVersion>
17-
<FSBuildVersion>200</FSBuildVersion>
17+
<FSBuildVersion>201</FSBuildVersion>
1818
<FSRevisionVersion>0</FSRevisionVersion>
1919
<!-- -->
2020
<!-- F# Language version -->

0 commit comments

Comments
 (0)