Skip to content

Commit

Permalink
Update readme: thanks to jetbrains!
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons committed Apr 11, 2020
1 parent 1f95d69 commit b2b3a8c
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 5 deletions.
73 changes: 73 additions & 0 deletions Deploy/jetbrains-variant-3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,6 @@ This project is a continuation and improvement of [MVVM-for-awesomium.](https://
Support
-------

Many thanks to [JetBrains](https://www.jetbrains.com) for support!
[![Jetbrains logo](./Deploy/jetbrains-variant-3.svg?sanitize=true)](https://www.jetbrains.com/?from=Neutronium)

Many thanks to [JetBrains](https://www.jetbrains.com/?from=Neutronium) for support and awesome [Resharper](https://www.jetbrains.com/resharper/?from=Neutronium)!
8 changes: 4 additions & 4 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1067,14 +1067,14 @@
"incrementalPhase": "build"
},
"processors": {
"ResourceDocumentProcessor": {
"TocDocumentProcessor": {
"can_incremental": false,
"details": "Processor ResourceDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"incrementalPhase": "build"
},
"TocDocumentProcessor": {
"ResourceDocumentProcessor": {
"can_incremental": false,
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"details": "Processor ResourceDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"incrementalPhase": "build"
},
"ConceptualDocumentProcessor": {
Expand Down

0 comments on commit b2b3a8c

Please sign in to comment.