Skip to content

Commit b6c7e91

Browse files
committed
Update to v0.16.0.1
1 parent 37bddd8 commit b6c7e91

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ChangeLog
22

3+
## v0.16.0.1
4+
5+
- Update OpenSSL (to 3.6.0) and libssh2 (to 1.11.1)
6+
37
## v0.15.0.1
48

59
- Add localization feature (now includes English translation)

versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<VersionMajor>0</VersionMajor>
4-
<VersionMinor>15</VersionMinor>
4+
<VersionMinor>16</VersionMinor>
55
<VersionPatch>0</VersionPatch>
66
<VersionRevision>1</VersionRevision>
77
<VersionString>$(VersionMajor).$(VersionMinor).$(VersionPatch).$(VersionRevision)</VersionString>

0 commit comments

Comments
 (0)