Skip to content

Commit

Permalink
Bump version to 1.8 (#1914)
Browse files Browse the repository at this point in the history
  • Loading branch information
thhous-msft authored Aug 13, 2021
1 parent 1fccd8e commit 8f49275
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .azure/azure-pipelines.qns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .azure/templates/create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
owner: [email protected]
vpackToken: $(VPACK_PAT)
majorVer: 1
minorVer: 7
minorVer: 8
patchVer: 0
prereleaseVer: $(Build.BuildId)
2 changes: 1 addition & 1 deletion src/inc/msquic.ver
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#endif

#ifndef VER_MINOR
#define VER_MINOR 7
#define VER_MINOR 8
#endif

#ifndef VER_PATCH
Expand Down
2 changes: 1 addition & 1 deletion src/nuget/msquic-openssl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/nuget/msquic-schannel.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8f49275

Please sign in to comment.