Skip to content

Commit 98235cb

Browse files
committed
1.0.0-preview8-05
1 parent a4675ca commit 98235cb

File tree

13 files changed

+11
-1
lines changed

13 files changed

+11
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<Styled @bind-Classname="@div">
2+
color: red;
3+
font-family: "open sans", serif;
4+
</Styled>
5+
6+
<Styled>
7+
h1 {
8+
color: pink;
9+
}
10+
</Styled>
1.5 KB
Binary file not shown.
392 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

docs/_framework/_bin/SamplePages.dll

0 Bytes
Binary file not shown.

docs/_framework/_bin/SamplePages.pdb

0 Bytes
Binary file not shown.

docs/_framework/_bin/System.Core.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

docs/_framework/_bin/System.dll

0 Bytes
Binary file not shown.

docs/_framework/_bin/mscorlib.dll

0 Bytes
Binary file not shown.

src/BlazorPrettyCode/BlazorPrettyCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<LangVersion>7.3</LangVersion>
77
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
88
<PackageId>BlazorPrettyCode</PackageId>
9-
<Version>1.0.0-preview8-04</Version>
9+
<Version>1.0.0-preview8-05</Version>
1010
<Authors>Chanan Braunstein</Authors>
1111
<Title>Blazor PrettyCode</Title>
1212
<Description>Razor Code Display Component</Description>

0 commit comments

Comments
 (0)