Skip to content

Commit

Permalink
Updated commonmark
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen committed Aug 20, 2015
1 parent a7dd567 commit f383dc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions EditorExtensions/WebEssentials2015.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@
<Reference Include="AjaxMin">
<HintPath>..\packages\AjaxMin.5.14.5506.26202\lib\net40\AjaxMin.dll</HintPath>
</Reference>
<Reference Include="CommonMark">
<HintPath>..\packages\CommonMark.NET.0.8.5\lib\net45\CommonMark.dll</HintPath>
<Reference Include="CommonMark, Version=0.1.0.0, Culture=neutral, PublicKeyToken=001ef8810438905d, processorArchitecture=MSIL">
<HintPath>..\packages\CommonMark.NET.0.9.1\lib\net45\CommonMark.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="ConfOxide">
<HintPath>..\packages\ConfOxide.1.4.2.0\lib\net40\ConfOxide.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ install:
before_build:
- ps: Vsix-IncrementVsixVersion | Vsix-UpdateBuildVersion
- ps: Vsix-TokenReplacement EditorExtensions\WebEssentialsPackage.cs 'Version = "([0-9\\.]+)"' 'Version = "{version}"'
- nuget.exe restore

build_script:
- nuget restore
- msbuild /p:configuration=Release /p:DeployExtension=false /p:ZipPackageCompressionLevel=normal /v:m

after_test:
Expand Down

0 comments on commit f383dc3

Please sign in to comment.