File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json" ,
3
3
"name" : " yubico-nativeshims" ,
4
- "version" : " 1.12.0 " ,
4
+ "version" : " 1.13.2 " ,
5
5
"dependencies" : [
6
6
" openssl"
7
7
]
Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ for external milestones.
30
30
31
31
<PropertyGroup Label =" Versions for all projects" >
32
32
33
+ <!--
34
+ Common version for both projects. Can be overridden by the below properties if needed
35
+ -->
36
+ <CommonVersion >1.13.2</CommonVersion >
37
+
33
38
<!--
34
39
Yubico.Core project
35
40
@@ -43,7 +48,7 @@ for external milestones.
43
48
44
49
This project can, and should, use pre-release suffixes for development milestones.
45
50
-->
46
- <YubicoCoreVersion >1.13.1 </YubicoCoreVersion >
51
+ <YubicoCoreVersion >$(CommonVersion) </YubicoCoreVersion >
47
52
48
53
<!--
49
54
Yubico.Authenticator project
@@ -57,6 +62,6 @@ for external milestones.
57
62
58
63
This project can, and should, use pre-release suffixes for development milestones.
59
64
-->
60
- <YubicoYubiKeyVersion >1.13.1 </YubicoYubiKeyVersion >
65
+ <YubicoYubiKeyVersion >$(CommonVersion) </YubicoYubiKeyVersion >
61
66
</PropertyGroup >
62
67
</Project >
You can’t perform that action at this time.
0 commit comments