File tree 7 files changed +16
-30
lines changed
7 files changed +16
-30
lines changed Original file line number Diff line number Diff line change 11
11
</PropertyGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.3.0-preview-20190808-03 " />
14
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.3.0" />
15
15
<PackageReference Include =" MSTest.TestAdapter" Version =" 2.0.0" />
16
16
<PackageReference Include =" MSTest.TestFramework" Version =" 2.0.0" />
17
17
</ItemGroup >
Original file line number Diff line number Diff line change 6
6
<IsPackable >true</IsPackable >
7
7
<LangVersion >8.0</LangVersion >
8
8
<PackageId >BlazorTypography</PackageId >
9
- <Version >1.0.0-rc1-01 </Version >
9
+ <Version >1.0.0</Version >
10
10
<Authors >Chanan Braunstein</Authors >
11
11
<Title >BlazorTypography</Title >
12
12
<Description >A powerful toolkit for building websites with beautiful design</Description >
16
16
</PropertyGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" BlazorStyled" Version =" 1.0.0-rc1-01 " />
20
- <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 3.0.0-rc1.19457.4 " />
21
- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 3.0.0-rc1.19457.4 " />
19
+ <PackageReference Include =" BlazorStyled" Version =" 1.0.0" />
20
+ <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 3.0.0" />
21
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 3.0.0" />
22
22
</ItemGroup >
23
23
24
24
<ItemGroup >
25
- <PackageReference Include =" Microsoft.AspNetCore.Blazor" Version =" 3.0.0-preview9.19457.4" />
26
- <PackageReference Include =" Polished" Version =" 1.0.0-preview-02" />
25
+ <PackageReference Include =" Polished" Version =" 1.0.0" />
27
26
</ItemGroup >
28
27
29
28
</Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.AspNetCore.Blazor" Version =" 3.0.0-preview9.19457.4 " />
12
- <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 3.0.0-preview9.19457.4 " PrivateAssets =" all" />
13
- <PackageReference Include =" Microsoft.AspNetCore.Blazor.HttpClient" Version =" 3.0.0-preview9.19457.4 " />
14
- <PackageReference Include =" Microsoft.AspNetCore.Blazor.DevServer" Version =" 3.0.0-preview9.19457.4 " PrivateAssets =" all" />
11
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor" Version =" 3.0.0-preview9.19465.2 " />
12
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.Build" Version =" 3.0.0-preview9.19465.2 " PrivateAssets =" all" />
13
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.HttpClient" Version =" 3.0.0-preview9.19465.2 " />
14
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.DevServer" Version =" 3.0.0-preview9.19465.2 " PrivateAssets =" all" />
15
15
</ItemGroup >
16
16
17
17
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
using BlazorPrettyCode ;
2
+ using BlazorStyled ;
2
3
using BlazorTypography ;
3
4
using Microsoft . AspNetCore . Components . Builder ;
4
5
using Microsoft . Extensions . DependencyInjection ;
@@ -21,7 +22,7 @@ public void ConfigureServices(IServiceCollection services)
21
22
public void Configure ( IComponentsApplicationBuilder app )
22
23
{
23
24
app . AddComponent < App > ( "app" ) ;
24
- app . AddClientSideTypography ( ) ;
25
+ app . AddComponent < ClientSideStyled > ( "#styled" ) ;
25
26
}
26
27
}
27
28
}
Original file line number Diff line number Diff line change 24
24
<h3 >Client Side Blazor</h3 >
25
25
26
26
<ol >
27
- <li >Add <code >app.AddClientSideTypography( );</code > to your <code >Configure</code > method in <code >Startup.cs</code ></li >
27
+ <li >Add <code >app.AddComponent & lt ; ClientSideStyled>("#styled" );</code > to your <code >Configure</code > method in <code >Startup.cs</code ></li >
28
28
<li >Add <code >< ; style id="styled">< ; /style></code > to the <code >head</code > tag of your <code >index.html</code ></li >
29
29
</ol >
30
30
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" BlazorPrettyCode" Version =" 1.0.0-rc1-01 " />
10
- <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 3.0.0-rc1.19457.4 " />
11
- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 3.0.0-rc1.19457.4 " />
9
+ <PackageReference Include =" BlazorPrettyCode" Version =" 1.0.0" />
10
+ <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 3.0.0" />
11
+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 3.0.0" />
12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
You can’t perform that action at this time.
0 commit comments