зеркало из https://github.com/microsoft/msquic.git
Bump version to 1.8 (#1914)
This commit is contained in:
Родитель
1fccd8e51c
Коммит
8f49275930
|
@ -60,7 +60,7 @@ jobs:
|
|||
${{ if eq(variables['Build.Reason'], 'BatchedCI') }}:
|
||||
tags: |
|
||||
latest
|
||||
v1.7.0.$(Build.BuildId)
|
||||
v1.8.0.$(Build.BuildId)
|
||||
${{ if ne(variables['Build.Reason'], 'BatchedCI') }}:
|
||||
tags: custom-$(Build.BuildId)
|
||||
- template: .\templates\run-qns.yml
|
||||
|
|
|
@ -46,6 +46,6 @@ jobs:
|
|||
owner: quicdev@microsoft.com
|
||||
vpackToken: $(VPACK_PAT)
|
||||
majorVer: 1
|
||||
minorVer: 7
|
||||
minorVer: 8
|
||||
patchVer: 0
|
||||
prereleaseVer: $(Build.BuildId)
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef VER_MINOR
|
||||
#define VER_MINOR 7
|
||||
#define VER_MINOR 8
|
||||
#endif
|
||||
|
||||
#ifndef VER_PATCH
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>msquic-openssl</id>
|
||||
<version>1.7.0</version>
|
||||
<version>1.8.0</version>
|
||||
<title>MsQuic (OpenSSL)</title>
|
||||
<authors>Microsoft</authors>
|
||||
<owners>Microsoft</owners>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>msquic-schannel</id>
|
||||
<version>1.7.0</version>
|
||||
<version>1.8.0</version>
|
||||
<title>MsQuic (Schannel)</title>
|
||||
<authors>Microsoft</authors>
|
||||
<owners>Microsoft</owners>
|
||||
|
|
Загрузка…
Ссылка в новой задаче