Skip to content

Commit 0c8aeff

Browse files
committed
Update 1.0.0
1 parent 861dae8 commit 0c8aeff

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

BCSS/BCSS.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>
8-
<Version>0.9.4-rc</Version>
8+
<Version>1.0.0</Version>
99
<Authors>CodeBeam</Authors>
1010
<Copyright>CodeBeam OpenSource MIT</Copyright>
1111
<PackageTags>Blazor; CSS; Style; Generate</PackageTags>
@@ -32,15 +32,15 @@
3232
</ItemGroup>
3333

3434
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
35-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.11" />
35+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.*" />
3636
</ItemGroup>
3737

3838
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
39-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.1" />
39+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.*" />
4040
</ItemGroup>
4141

4242
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
43-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0" />
43+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.*" />
4444
</ItemGroup>
4545

4646
<ItemGroup>

BCSSViewer.Docs/BCSSViewer.Docs.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,18 @@
1010
<ItemGroup>
1111
<SupportedPlatform Include="browser" />
1212
</ItemGroup>
13+
14+
<ItemGroup>
15+
<PackageReference Include="MudBlazor" Version="6.11.0" />
16+
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="6.6.2" />
17+
</ItemGroup>
1318

1419
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
15-
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="6.5.8" />
1620
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.10" />
17-
<PackageReference Include="MudBlazor" Version="6.9.0" />
1821
</ItemGroup>
1922

2023
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
21-
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="6.5.8" />
2224
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0" />
23-
<PackageReference Include="MudBlazor" Version="6.9.0" />
2425
</ItemGroup>
2526

2627
<ItemGroup>

BCSSViewer.Docs/Pages/Index.razor

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
<MudText Typo="Typo.h6">by CodeBeam</MudText>
1818

19-
<MudAlert Severity="Severity.Success" Icon="@Icons.Material.Filled.Celebration">Full release will come at 17th of November. Production ready RC is also available on <MudLink Href="https://www.nuget.org/packages/CodeBeam.bcss" Target="_blank" Color="Color.Success" Underline="Underline.Always">NuGet</MudLink> now.</MudAlert>
20-
2119
<MudButton Class="mt-8" Variant="Variant.Outlined" Color="Color.Primary" Href="/gettingstarted/what">GET STARTED</MudButton>
2220
</MudContainer>
2321

@@ -128,8 +126,9 @@
128126
</MudContainer>
129127

130128
@code {
131-
bool _boring = true;
132129

130+
bool _boring = true;
131+
133132
string _cssString = "";
134133
string[] _possibleWidth = new string[] { "w-100", "w-125", "w-150", "w-175", "w-200", "w-225", "w-250", "w-275", "w-300" };
135134
string[] _possibleHeight = new string[] { "h-100", "h-125", "h-150", "h-175", "h-200", "h-225", "h-250", "h-275", "h-300" };

BCSSViewer/BCSSViewer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="MudBlazor" Version="6.9.0" />
10+
<PackageReference Include="MudBlazor" Version="6.11.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)