Skip to content

Commit

Permalink
Merge pull request #2 from pmahend1/Dev
Browse files Browse the repository at this point in the history
Pull from Dev
  • Loading branch information
pmahend1 authored Sep 21, 2020
2 parents e76fe0f + 46e30ac commit b7f4439
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Change Log

## Preview

### 1.0.0-beta

Initial release beta.
8 changes: 5 additions & 3 deletions PrettyXML.VSMac/PrettyXML.VSMac/Properties/AddinInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
using System;
using Mono.Addins;
using Mono.Addins.Description;

[assembly: Addin(
"PrettyXML VS Mac",
"PrettyXML.VSMac",
Namespace = "PrettyXML.VSMac",
Version = "1.0.0-beta",
Category = "Code formatters",
Expand All @@ -38,5 +39,6 @@

[assembly: AddinName("PrettyXML VS Mac")]
[assembly: AddinCategory("Code formatters")]
[assembly: AddinDescription("PrettyXML.VSMac")]
[assembly: AddinAuthor("Prateek Mahendrakar")]
[assembly: AddinDescription("PrettyXML for Visual Studio for Mac.\n Formats XML just like Windows counterpart.\n Shortcut CMD+K J or CMD+K CMD+J")]
[assembly: AddinAuthor("Prateek Mahendrakar")]
[assembly: AddinProperty("Icon32","logo.png")]
4 changes: 0 additions & 4 deletions PrettyXML.VSMac/PrettyXML.VSMac/ReleaseNotes.md

This file was deleted.

14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# PrettyXML.VSMac
XML formatter extension for Visual Studio for Mac.

Visual Studio for Mac version of [PrettyXML](https://github.com/pmahend1/PrettyXML)

Formats XML just like Windows counterpart.


## Keyboard shortcuts

- CMD+K J : Prettify XML
- CMD+K CMD+J : Prettify XML


![Example](./example.gif)
Binary file added example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b7f4439

Please sign in to comment.