Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/joymon/dotnet-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
joymon committed Jan 17, 2021
2 parents 5111334 + b4f2b71 commit 30c9fdc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.0.{build}
version: 0.1.{build}
image: Visual Studio 2019
dotnet_csproj:
patch: true
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2 id="installing">Installing</h2>
</code></pre>
<h2 id="version">Version</h2>
<ul>
<li>Development - 0.0.143</li>
<li>Development - 0.1.145</li>
</ul>
<h2 id="documentation-platform">Documentation platform</h2>
<p>The documentation is based on .Net Framework. Since it is a superset of .Net Core the same mostly applies to .Net Core APIs as well.</p>
Expand Down
14 changes: 7 additions & 7 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"output": {
".html": {
"relative_path": "index.html",
"hash": "cBPVqYT/NNUFOE8Dr7rc+A=="
"hash": "/trCEzALYDvQAzlhNLF5Vg=="
}
},
"is_incremental": true,
Expand Down Expand Up @@ -205,18 +205,18 @@
"skipped_file_count": 0
},
"processors": {
"ConceptualDocumentProcessor": {
"can_incremental": true,
"incrementalPhase": "build",
"total_file_count": 2,
"skipped_file_count": 2
},
"ManagedReferenceDocumentProcessor": {
"can_incremental": true,
"incrementalPhase": "build",
"total_file_count": 11,
"skipped_file_count": 11
},
"ConceptualDocumentProcessor": {
"can_incremental": true,
"incrementalPhase": "build",
"total_file_count": 2,
"skipped_file_count": 2
},
"TocDocumentProcessor": {
"can_incremental": false,
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
Expand Down

0 comments on commit 30c9fdc

Please sign in to comment.