Skip to content

Commit

Permalink
Merge pull request #395 from NeoCoderMatrix86/Hotfix_V7.0
Browse files Browse the repository at this point in the history
Hotfix v7.0
  • Loading branch information
NeoCoderMatrix86 authored Nov 11, 2024
2 parents 31c3304 + 35ef672 commit 1135642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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>7.0.0</Version>
<Version>7.1.0</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<PublishTrimmed>true</PublishTrimmed>
<RunAOTCompilation>true</RunAOTCompilation>
Expand Down
2 changes: 1 addition & 1 deletion AudioCuesheetEditor/Pages/ViewModeRecord.razor
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ along with Foobar. If not, see
@inject ITextLocalizer<ViewModeRecord> _localizer
@inject ILogger<ViewModeRecord> _logger
@inject HttpClient _httpClient
@inject LocalStorageOptionsProvider _localStorageOptionsProvider
@inject ILocalStorageOptionsProvider _localStorageOptionsProvider
@inject ITextLocalizerService _localizationService
@inject SessionStateContainer _sessionStateContainer
@inject MusicBrainzDataProvider _musicBrainzDataProvider
Expand Down

0 comments on commit 1135642

Please sign in to comment.