Skip to content

Commit

Permalink
Use Tls12
Browse files Browse the repository at this point in the history
  • Loading branch information
TSchmiedlechner committed Mar 29, 2020
1 parent 1eff36e commit f07b776
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions set-chapter-numbers.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

# Get chapter numbering tool from GitHub
New-Item -Name "tools" -ItemType Directory -Force
Invoke-WebRequest -Uri https://github.com/TSchmiedlechner/DocFxChapterNumbers/releases/download/v1.0.2/DocFxChapterNumbers-v1.0.2.zip -OutFile "./tools/DocFxChapterNumbers.zip"
Expand Down

0 comments on commit f07b776

Please sign in to comment.