Skip to content

Commit

Permalink
v 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-ward committed Nov 30, 2015
1 parent fccfddd commit 5a8afcb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/MarkdownEdit-Package/Package/markdown-edit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>markdown-edit</id>
<title>Markdown Edit</title>
<version>1.16.2</version>
<version>1.17.0</version>
<authors>Mike Ward</authors>
<owners>Mike Ward</owners>
<summary>Desktop CommonMark Editor for Windows</summary>
Expand All @@ -13,7 +13,7 @@
<licenseUrl>https://cdn.rawgit.com/mike-ward/Markdown-Edit/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/mike-ward/Markdown-Edit/master/src/MarkdownEdit/logo.png</iconUrl>
<releaseNotes>Bug fixes to export</releaseNotes>
<releaseNotes>Math support</releaseNotes>
<dependencies>
<dependency id="DotNet4.6" />
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Install-ChocolateyPackage 'markdown-edit' 'msi' '/qb SKIPFRAMEWORKCHECK="1"' 'https://github.com/mike-ward/Markdown-Edit/releases/download/v1.16.2/MarkdownEditSetup.msi'
Install-ChocolateyPackage 'markdown-edit' 'msi' '/qb SKIPFRAMEWORKCHECK="1"' 'https://github.com/mike-ward/Markdown-Edit/releases/download/v1.17.0/MarkdownEditSetup.msi'
2 changes: 1 addition & 1 deletion src/MarkdownEdit/Models/Utility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace MarkdownEdit.Models
{
public static class Utility
{
public const string Version = "1.16.2";
public const string Version = "1.17";

public static Func<TKey, TResult> Memoize<TKey, TResult>(this Func<TKey, TResult> func)
{
Expand Down
4 changes: 2 additions & 2 deletions src/MarkdownEdit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
ResourceDictionaryLocation.None,
ResourceDictionaryLocation.SourceAssembly
)]
[assembly: AssemblyVersion("1.16.2.0")]
[assembly: AssemblyFileVersion("1.16.2.0")]
[assembly: AssemblyVersion("1.17.0.0")]
[assembly: AssemblyFileVersion("1.17.0.0")]
[assembly: Guid("A9A0AE86-ED91-498F-A9F9-DB669C9879CE")]
2 changes: 1 addition & 1 deletion src/Wix/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Product Id="*"
Name="Markdown Edit"
Language="1033"
Version="1.16.2.0"
Version="1.17.0.0"
Manufacturer="Mike Ward"
UpgradeCode="77d4d41b-4443-42c6-87dd-20771c9bb031">

Expand Down

0 comments on commit 5a8afcb

Please sign in to comment.