We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37bddd8 commit b6c7e91Copy full SHA for b6c7e91
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# ChangeLog
2
3
+## v0.16.0.1
4
+
5
+- Update OpenSSL (to 3.6.0) and libssh2 (to 1.11.1)
6
7
## v0.15.0.1
8
9
- Add localization feature (now includes English translation)
versions.props
@@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionMajor>0</VersionMajor>
- <VersionMinor>15</VersionMinor>
+ <VersionMinor>16</VersionMinor>
<VersionPatch>0</VersionPatch>
<VersionRevision>1</VersionRevision>
<VersionString>$(VersionMajor).$(VersionMinor).$(VersionPatch).$(VersionRevision)</VersionString>
0 commit comments