Skip to content

Commit

Permalink
Merge pull request #377 from NeoCoderMatrix86/366-file-labels-missing
Browse files Browse the repository at this point in the history
File labels missing
  • Loading branch information
NeoCoderMatrix86 authored Jul 18, 2024
2 parents 2cf581c + 8b86f16 commit bd0f1ac
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
12 changes: 6 additions & 6 deletions AudioCuesheetEditor/AudioCuesheetEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,19 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Blazorise.Bootstrap5" Version="1.5.3" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.5.3" />
<PackageReference Include="Blazorise.Bootstrap5" Version="1.5.2" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.5.2" />
<PackageReference Include="MetaBrainz.MusicBrainz" Version="6.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.7" PrivateAssets="all" />
<PackageReference Include="BlazorDownloadFile" Version="2.4.0.2" />
<PackageReference Include="Blazorise.Components" Version="1.5.3" />
<PackageReference Include="Blazorise.Components" Version="1.5.2" />
<PackageReference Include="Howler.Blazor" Version="0.9.8" />
<PackageReference Include="Markdig" Version="0.37.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="8.0.0" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
<PackageReference Include="Toolbelt.Blazor.HotKeys2" Version="4.1.0.1" />
<PackageReference Include="Toolbelt.Blazor.HotKeys2" Version="5.1.0" />
<PackageReference Include="z440.atl.core" Version="5.25.0" />
</ItemGroup>

Expand Down
44 changes: 22 additions & 22 deletions AudioCuesheetEditor/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,28 @@
<script src="scripts/howler.core.min.js"></script>
<script src="_content/Howler.Blazor/JsInteropHowl.js"></script>

<script src="_content/Blazorise/breakpoint.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/button.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/closable.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/colorPicker.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/datePicker.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/dragDrop.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/dropdown.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/fileEdit.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/filePicker.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/inputMask.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/io.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/memoEdit.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/numericPicker.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/observer.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/table.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/textEdit.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/theme.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/timePicker.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/tooltip.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/utilities.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise.Bootstrap5/modal.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise.Bootstrap5/tooltip.js?v=1.5.3.0" type="module"></script>
<script src="_content/Blazorise/breakpoint.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise/button.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise/closable.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise/colorPicker.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise/datePicker.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise/dragDrop.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise/dropdown.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise/fileEdit.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise/filePicker.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise/inputMask.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise/io.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise/memoEdit.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise/numericPicker.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise/observer.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise/table.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise/textEdit.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise/theme.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise/timePicker.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise/tooltip.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise/utilities.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise.Bootstrap5/modal.js?v=1.5.2.0" type="module"></script>
<script src="_content/Blazorise.Bootstrap5/tooltip.js?v=1.5.2.0" type="module"></script>

<style>
.center {
Expand Down
4 changes: 2 additions & 2 deletions AudioCuesheetEditorTests/AudioCuesheetEditorTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.4.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.4.3" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.5.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit bd0f1ac

Please sign in to comment.