-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from 2sic/develop
v4.00 pre-release
- Loading branch information
Showing
223 changed files
with
18,505 additions
and
3,533 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="docfx.console" version="2.59.0" targetFramework="net451" developmentDependency="true" /> | ||
<package id="docfx.console" version="2.59.4" targetFramework="net451" developmentDependency="true" /> | ||
</packages> |
11 changes: 11 additions & 0 deletions
11
Razor.Blade/Blade/HtmlTagService/HtmlTagServiceImplementation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
using ToSic.Razor.Html5; | ||
using ToSic.Razor.Internals.Documentation; | ||
using ToSic.Razor.Markup; | ||
|
||
namespace ToSic.Razor.Blade | ||
{ | ||
[PrivateApi("Hide implementation")] | ||
public partial class HtmlTagServiceImplementation: IHtmlTagService | ||
{ | ||
} | ||
} |
Oops, something went wrong.