Skip to content

Commit

Permalink
1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
RickStrahl committed May 14, 2019
1 parent 1ff23b5 commit ed01f46
Show file tree
Hide file tree
Showing 5 changed files with 4 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.16.16</version>
<version>1.17</version>
<title>Markdown Monster Portable Install</title>
<authors>Rick Strahl, West Wind Technologies</authors>
<owners>West Wind Technologies</owners>
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.
7 changes: 3 additions & 4 deletions MarkdownMonster/MarkdownMonster.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<!-- <TargetFramework>net462</TargetFramework> -->
<TargetFramework>net462</TargetFramework>
<TargetFrameworks>net462;netcoreapp3.0</TargetFrameworks>
<Version>1.16.18.2</Version>
<Version>1.17</Version>
<AssemblyName>MarkdownMonster</AssemblyName>
<UseWPF>true</UseWPF>
<StartupObject>StartUp</StartupObject>
Expand All @@ -18,7 +18,7 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<TieredCompilation>true</TieredCompilation>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<SelfContained>false</SelfContained>
<PlatformTarget>AnyCpu</PlatformTarget>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
Expand All @@ -36,7 +36,6 @@
<PackageReference Include="Westwind.Utilities" Version="3.0.26" />
<PackageReference Include="ReverseMarkdown" Version="3.6.0" />
<PackageReference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" Version="2.0.1" />

</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
Expand Down

0 comments on commit ed01f46

Please sign in to comment.