Skip to content

Commit fa06e67

Browse files
committed
chore: Update release versions
1 parent 4ff4587 commit fa06e67

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Yubico.NativeShims/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "yubico-nativeshims",
4-
"version": "1.12.0",
4+
"version": "1.13.2",
55
"dependencies": [
66
"openssl"
77
]

build/Versions.props

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ for external milestones.
3030

3131
<PropertyGroup Label="Versions for all projects">
3232

33+
<!--
34+
Common version for both projects. Can be overridden by the below properties if needed
35+
-->
36+
<CommonVersion>1.13.2</CommonVersion>
37+
3338
<!--
3439
Yubico.Core project
3540
@@ -43,7 +48,7 @@ for external milestones.
4348
4449
This project can, and should, use pre-release suffixes for development milestones.
4550
-->
46-
<YubicoCoreVersion>1.13.1</YubicoCoreVersion>
51+
<YubicoCoreVersion>$(CommonVersion)</YubicoCoreVersion>
4752

4853
<!--
4954
Yubico.Authenticator project
@@ -57,6 +62,6 @@ for external milestones.
5762
5863
This project can, and should, use pre-release suffixes for development milestones.
5964
-->
60-
<YubicoYubiKeyVersion>1.13.1</YubicoYubiKeyVersion>
65+
<YubicoYubiKeyVersion>$(CommonVersion)</YubicoYubiKeyVersion>
6166
</PropertyGroup>
6267
</Project>

0 commit comments

Comments
 (0)