Skip to content

Commit

Permalink
1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
RickStrahl committed Sep 4, 2019
1 parent a92c389 commit 1813af9
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
Binary file modified Install/Builds/CurrentRelease/MarkdownMonster_Version.xml
Binary file not shown.
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.Portable</id>
<version>1.18.15</version>
<version>1.19</version>
<title>Markdown Monster Portable Install</title>
<authors>Rick Strahl, West Wind Technologies</authors>
<owners>West Wind Technologies</owners>
Expand Down
2 changes: 1 addition & 1 deletion Install/Chocolatey/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

cd "$PSScriptRoot"

$release="v1.16"
$release="v1.19"
$releasePath = "C:\projects2010\MarkdownMonsterAddins\MarkdownMonsterReleases\$release"

#$file = "MarkdownMonsterSetup-0.55.exe"
Expand Down
Binary file modified Install/Chocolatey/markdownmonster.nuspec
Binary file not shown.
Binary file modified Install/Chocolatey/tools/chocolateyInstall.ps1
Binary file not shown.
2 changes: 1 addition & 1 deletion Install/CreateRelease.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cd "$PSScriptRoot"

# Major version
$release = "v1.16"
$release = "v1.19"
$releaseFile = "$PSScriptRoot\builds\currentrelease\MarkdownMonsterSetup.exe"


Expand Down
2 changes: 1 addition & 1 deletion MarkdownMonster.sln
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebLogAddin", "AddIns\WebLo
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{DAF26FA7-FEE5-45D5-81D3-A473B858C7AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScreenCaptureAdd.Test", "Tests\ScreenCaptureAddIn.Test\ScreenCaptureAdd.Test.csproj", "{7EDA8CFE-B576-480B-804E-63DC372CF41D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScreenCaptureAdd.Test", "Tests\ScreenCaptureAddIn.Test\ScreenCaptureAdd.Test.csproj", "{7EDA8CFE-B576-480B-804E-63DC372CF41D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeblogAddin.Test", "Tests\WeblogAddin.Test\WeblogAddin.Test.csproj", "{4832D00A-BE3B-4F3B-93DB-D2FB6406F1B3}"
EndProject
Expand Down
2 changes: 1 addition & 1 deletion MarkdownMonster/MarkdownMonster.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net462</TargetFramework>
<!--<TargetFrameworks>net462;netcoreapp3.0</TargetFrameworks>-->
<Version>1.18.15</Version>
<Version>1.19</Version>
<AssemblyName>MarkdownMonster</AssemblyName>
<UseWPF>true</UseWPF>
<StartupObject>StartUp</StartupObject>
Expand Down

0 comments on commit 1813af9

Please sign in to comment.