Skip to content

Commit

Permalink
Merge pull request #379 from NeoCoderMatrix86/PrepareV7
Browse files Browse the repository at this point in the history
updated libraries and version
  • Loading branch information
NeoCoderMatrix86 authored Aug 1, 2024
2 parents bd0f1ac + 9221852 commit 31bdd99
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 deletions AudioCuesheetEditor/AudioCuesheetEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<PackageProjectUrl>https://github.com/NeoCoderMatrix86/AudioCuesheetEditor</PackageProjectUrl>
<RazorLangVersion>3.0</RazorLangVersion>
<Version>6.0.0</Version>
<Version>7.0.0</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<PublishTrimmed>true</PublishTrimmed>
<RunAOTCompilation>true</RunAOTCompilation>
Expand Down Expand Up @@ -110,13 +110,13 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Blazorise.Bootstrap5" Version="1.5.2" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.5.2" />
<PackageReference Include="Blazorise.Bootstrap5" Version="1.6.0" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.6.0" />
<PackageReference Include="MetaBrainz.MusicBrainz" Version="6.1.0" />
<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.2" />
<PackageReference Include="Blazorise.Components" Version="1.6.0" />
<PackageReference Include="Howler.Blazor" Version="0.9.8" />
<PackageReference Include="Markdig" Version="0.37.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
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.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>
<script src="_content/Blazorise/breakpoint.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise/button.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise/closable.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise/colorPicker.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise/datePicker.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise/dragDrop.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise/dropdown.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise/fileEdit.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise/filePicker.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise/inputMask.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise/io.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise/memoEdit.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise/numericPicker.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise/observer.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise/table.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise/textEdit.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise/theme.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise/timePicker.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise/tooltip.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise/utilities.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise.Bootstrap5/modal.js?v=1.6.0.0" type="module"></script>
<script src="_content/Blazorise.Bootstrap5/tooltip.js?v=1.6.0.0" type="module"></script>

<style>
.center {
Expand Down

0 comments on commit 31bdd99

Please sign in to comment.