Skip to content

Commit c201638

Browse files
authored
Merge pull request #57 from DennordG/Release-v1.5.0
Update manifest version
2 parents 5663525 + 523fc49 commit c201638

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Version History
22

3+
### RC Strings 1.5.0
4+
*August 30, 2018*
5+
6+
Improvements:
7+
* Add support for editing resource name
8+
* Disabled RCs are now displayed as well in the RC Files combobox
9+
* Improve aspect of input validation
10+
* The `Done` button is now disabled when invalid input is detected
11+
12+
Bugs:
13+
* String literal formatting did not apply for every line in case of multiline selection
14+
315
### RC Strings 1.4.0
416
*August 21, 2018*
517

NewSrc/RcStrings.VsPackage/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="Caphyon.RcStrings.992db791-b2c8-4150-8359-431f4067be9e" Version="1.4.0" Language="en-US" Publisher="Caphyon" />
4+
<Identity Id="Caphyon.RcStrings.992db791-b2c8-4150-8359-431f4067be9e" Version="1.5.0" Language="en-US" Publisher="Caphyon" />
55
<DisplayName>RC Strings</DisplayName>
66
<Description xml:space="preserve">This is an extension which enables you to add strings to RC (Win32 projects) string table from the context menu of Code editor.
77
</Description>

0 commit comments

Comments
 (0)