We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c2231 commit f30dd52Copy full SHA for f30dd52
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# ChangeLog
2
3
+## v0.15.0.1
4
+
5
+- Add localization feature (now includes English translation)
6
7
## v0.14.0.1
8
9
- Add storing credentials to connect quickly
versions.props
@@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionMajor>0</VersionMajor>
- <VersionMinor>14</VersionMinor>
+ <VersionMinor>15</VersionMinor>
<VersionPatch>0</VersionPatch>
<VersionRevision>1</VersionRevision>
<VersionString>$(VersionMajor).$(VersionMinor).$(VersionPatch).$(VersionRevision)</VersionString>
0 commit comments