Skip to content

Commit

Permalink
Merge pull request #479 from Blazam-App/v1-Dev
Browse files Browse the repository at this point in the history
Bump MudBlazor to 7.6.0
  • Loading branch information
jacobsen9026 authored Aug 9, 2024
2 parents afecbd8 + b4e82fa commit 7f3a51a
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 214 deletions.
6 changes: 3 additions & 3 deletions BLAZAM/BLAZAM.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<ServerGarbageCollection>false</ServerGarbageCollection>
<AssemblyVersion>1.0.0</AssemblyVersion>
<Version>2024.08.08.2253</Version>
<Version>2024.08.09.0701</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<RootNamespace>BLAZAM</RootNamespace>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
Expand Down Expand Up @@ -77,7 +77,7 @@
<PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.7" />
<PackageReference Include="Microsoft.Extensions.Logging.EventLog" Version="8.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.3" />
<PackageReference Include="MudBlazor" Version="7.4.0" />
<PackageReference Include="MudBlazor" Version="7.6.0" />
<PackageReference Include="MudBlazor.Markdown" Version="1.0.2" />
<PackageReference Include="MudBlazor.ThemeManager" Version="2.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down
2 changes: 1 addition & 1 deletion BLAZAMEmailMessage/BLAZAMEmailMessage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.7" />
<PackageReference Include="MudBlazor" Version="7.3.0" />
<PackageReference Include="MudBlazor" Version="7.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
21 changes: 0 additions & 21 deletions BLAZAMExtensions/BLAZAMExtensions.csproj

This file was deleted.

22 changes: 0 additions & 22 deletions BLAZAMExtensions/CommonExtensionMethods.cs

This file was deleted.

63 changes: 0 additions & 63 deletions BLAZAMExtensions/NetworkTools.cs

This file was deleted.

100 changes: 0 additions & 100 deletions BLAZAMExtensions/StringHelpers.cs

This file was deleted.

2 changes: 1 addition & 1 deletion BLAZAMGui/BLAZAMGui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="8.0.7" />
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="8.0.7" />
<PackageReference Include="MudBlazor" Version="7.3.0" />
<PackageReference Include="MudBlazor" Version="7.6.0" />
<PackageReference Include="MudBlazor.Markdown" Version="1.0.2" />
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="8.0.0" />
<PackageReference Include="System.Drawing.Common" Version="8.0.7" />
Expand Down
2 changes: 1 addition & 1 deletion BLAZAMJobs/BLAZAMJobs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MudBlazor" Version="6.21.0" />
<PackageReference Include="MudBlazor" Version="7.6.0" />
<PackageReference Include="PreMailer.Net" Version="2.6.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion BLAZAMNotifications/BLAZAMNotifications.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MudBlazor" Version="7.3.0" />
<PackageReference Include="MudBlazor" Version="7.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion BLAZAMThemes/BLAZAMThemes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MudBlazor" Version="7.3.0" />
<PackageReference Include="MudBlazor" Version="7.6.0" />
<PackageReference Include="MudBlazor.ThemeManager" Version="2.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 7f3a51a

Please sign in to comment.