Skip to content

Commit

Permalink
Working a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Webreaper committed Oct 30, 2023
1 parent 1ef4199 commit 254e13e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup Dotnet Environment
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.100-preview.7.23376.3'
dotnet-version: '8.0.100-rc.2.23502.2'

- name: Install WASM-Tools
run: dotnet workload install wasm-tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/damselfly-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Setup Dotnet Environment
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.100-preview.7.23376.3'
dotnet-version: '8.0.100-rc.2.23502.2'

- name: Install WASM-Tools
run: dotnet workload install wasm-tools
Expand Down
1 change: 0 additions & 1 deletion Damselfly.Web.Client/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using Damselfly.Core.ScopedServices;
using Damselfly.Core.ScopedServices.ClientServices;
using Damselfly.Core.ScopedServices.Interfaces;
using Damselfly.Shared.Utils;
using Damselfly.Web.Client.Extensions;
using Microsoft.AspNetCore.Components.Authorization;
using Microsoft.AspNetCore.Components.Web;
Expand Down
2 changes: 1 addition & 1 deletion Damselfly.Web.Client/wwwroot/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const CACHE_VERSION='4.1.0-20231030164401'
const CACHE_VERSION='4.1.0-20231030164853'
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<PackageVersion Include="Emgu.CV.runtime.macos" Version="4.5.1.4349" />
<PackageVersion Include="Emgu.CV.runtime.ubuntu.20.04-x64" Version="4.5.1.4349" />
<PackageVersion Include="Emgu.CV.runtime.windows" Version="4.5.1.4349" />
<PackageVersion Include="FluentValidation" Version="11.7.1" />
<PackageVersion Include="FluentValidation" Version="11.8.0" />
<PackageVersion Include="font-awesome" Version="4.7.0" />
<PackageVersion Include="Humanizer" Version="2.14.1" />
<PackageVersion Include="MailKit" Version="4.1.0" />
<PackageVersion Include="MailKit" Version="4.2.0" />
<PackageVersion Include="MetadataExtractor" Version="2.8.1" />
<PackageVersion Include="Microsoft.AspNetCore.ApiAuthorization.IdentityServer" Version="8.0.0-preview.6.23329.11" />
<PackageVersion Include="Microsoft.AspNetCore.Authorization" Version="8.0.0-rc.2.23480.2" />
Expand Down Expand Up @@ -72,7 +72,7 @@
<PackageVersion Include="Serilog.Sinks.Console" Version="4.1.0" />
<PackageVersion Include="Serilog.Sinks.File" Version="5.0.1-dev-00947" />
<PackageVersion Include="SixLabors.Fonts" Version="1.0.0" />
<PackageVersion Include="SixLabors.ImageSharp" Version="3.0.1" />
<PackageVersion Include="SixLabors.ImageSharp" Version="3.0.2" />
<PackageVersion Include="SixLabors.ImageSharp.Drawing" Version="1.0.0" />
<PackageVersion Include="SkiaSharp" Version="2.88.6" />
<PackageVersion Include="SkiaSharp.NativeAssets.Linux" Version="2.88.6" />
Expand Down

0 comments on commit 254e13e

Please sign in to comment.