Skip to content

Commit

Permalink
1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
RickStrahl committed May 16, 2018
1 parent 773c105 commit 6c8509a
Show file tree
Hide file tree
Showing 17 changed files with 282,061 additions and 13 deletions.
Binary file modified Install/Builds/CurrentRelease/MarkdownMonster_Version.xml
Binary file not shown.
2 changes: 1 addition & 1 deletion Install/Chocolatey/markdownmonster.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>MarkdownMonster</id>
<version>1.10.19</version>
<version>1.11</version>
<title>Markdown Monster</title>
<authors>Rick Strahl, West Wind Technologies</authors>
<owners>West Wind Technologies</owners>
Expand Down
Binary file modified Install/Chocolatey/tools/chocolateyInstall.ps1
Binary file not shown.
3 changes: 0 additions & 3 deletions MarkdownMonster.sln
Original file line number Diff line number Diff line change
Expand Up @@ -64,23 +64,20 @@ Global
{7EDA8CFE-B576-480B-804E-63DC372CF41D}.Debug|x86.ActiveCfg = Debug|x86
{7EDA8CFE-B576-480B-804E-63DC372CF41D}.Debug|x86.Build.0 = Debug|x86
{7EDA8CFE-B576-480B-804E-63DC372CF41D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EDA8CFE-B576-480B-804E-63DC372CF41D}.Release|Any CPU.Build.0 = Release|Any CPU
{7EDA8CFE-B576-480B-804E-63DC372CF41D}.Release|x86.ActiveCfg = Release|x86
{7EDA8CFE-B576-480B-804E-63DC372CF41D}.Release|x86.Build.0 = Release|x86
{4832D00A-BE3B-4F3B-93DB-D2FB6406F1B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4832D00A-BE3B-4F3B-93DB-D2FB6406F1B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4832D00A-BE3B-4F3B-93DB-D2FB6406F1B3}.Debug|x86.ActiveCfg = Debug|x86
{4832D00A-BE3B-4F3B-93DB-D2FB6406F1B3}.Debug|x86.Build.0 = Debug|x86
{4832D00A-BE3B-4F3B-93DB-D2FB6406F1B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4832D00A-BE3B-4F3B-93DB-D2FB6406F1B3}.Release|Any CPU.Build.0 = Release|Any CPU
{4832D00A-BE3B-4F3B-93DB-D2FB6406F1B3}.Release|x86.ActiveCfg = Release|x86
{4832D00A-BE3B-4F3B-93DB-D2FB6406F1B3}.Release|x86.Build.0 = Release|x86
{A3FCE345-F767-487F-86BF-DFA78B4BC218}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3FCE345-F767-487F-86BF-DFA78B4BC218}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3FCE345-F767-487F-86BF-DFA78B4BC218}.Debug|x86.ActiveCfg = Debug|x86
{A3FCE345-F767-487F-86BF-DFA78B4BC218}.Debug|x86.Build.0 = Debug|x86
{A3FCE345-F767-487F-86BF-DFA78B4BC218}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3FCE345-F767-487F-86BF-DFA78B4BC218}.Release|Any CPU.Build.0 = Release|Any CPU
{A3FCE345-F767-487F-86BF-DFA78B4BC218}.Release|x86.ActiveCfg = Release|x86
{A3FCE345-F767-487F-86BF-DFA78B4BC218}.Release|x86.Build.0 = Release|x86
EndGlobalSection
Expand Down
7 changes: 0 additions & 7 deletions MarkdownMonster/AppModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,11 @@
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Threading;
using FontAwesome.WPF;
using MarkdownMonster.AddIns;
using MarkdownMonster.Annotations;
using MarkdownMonster.Windows;
using Microsoft.Win32;
using Westwind.Utilities;

namespace MarkdownMonster
Expand Down
Loading

0 comments on commit 6c8509a

Please sign in to comment.