Skip to content

Commit

Permalink
Version 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
xps committed Dec 10, 2018
1 parent ec70375 commit 2c189cb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
21 changes: 12 additions & 9 deletions Documentation/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
1.11 - Aug 15, 2018
1.12 - Dec 10, 2018
New recorded commands: "Go to brace" and outlining commands

1.11 - Aug 15, 2018
Added shortcuts to run saved macros

1.10 - Apr 23, 2017
Expand All @@ -21,19 +24,19 @@
Added "Edit.LineFirstColumn" as a recordable command

1.4 - Dec 7, 2013
Added menu to repeat macro a given number of times
Added menu to repeat macro a given number of times

1.3 - Nov 28, 2013
Fixed macros not working in certain file types (HTML...)
Recording additional edit commands (format selection, comment/uncomment selection...)
Fixed macros not working in certain file types (HTML...)
Recording additional edit commands (format selection, comment/uncomment selection...)

1.2 - Oct 24, 2013
Support for Visual Studio 2013
Added 'Ctrl+Shift+R' shortcut to match previous VS versions
Support for Visual Studio 2013
Added 'Ctrl+Shift+R' shortcut to match previous VS versions

1.1 - Feb 8, 2013
Added visual cue while recording
Currrent macro now persists across sessions
Added visual cue while recording
Currrent macro now persists across sessions

1.0 - Nov 13, 2012
Initial version
Initial version
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.11.*")]
[assembly: AssemblyVersion("1.12.*")]
2 changes: 1 addition & 1 deletion VSTextMacrosPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace VSTextMacros
{
[PackageRegistration(UseManagedResourcesOnly = true)]
[InstalledProductRegistration("#110", "#112", "1.11", IconResourceID = 400)]
[InstalledProductRegistration("#110", "#112", "1.12", IconResourceID = 400)]
[ProvideMenuResource("Menus.ctmenu", 1)]
[Guid(GuidList.guidVSTextMacrosPkgString)]
[ProvideAutoLoad(VSConstants.UICONTEXT.NoSolution_string)]
Expand Down
2 changes: 1 addition & 1 deletion source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="6d613d99-e83f-4532-a1d8-e188e419460c" Version="1.11" Language="en-US" Publisher="Xavier Poinas" />
<Identity Id="6d613d99-e83f-4532-a1d8-e188e419460c" Version="1.12" Language="en-US" Publisher="Xavier Poinas" />
<DisplayName>Text Macros for Visual Studio 2012-2017</DisplayName>
<Description xml:space="preserve">Brings back text-editing/keyboard macro support in VS 2012-2017</Description>
<MoreInfo>https://github.com/xps/vstextmacros</MoreInfo>
Expand Down

0 comments on commit 2c189cb

Please sign in to comment.