Skip to content

Commit

Permalink
bump again
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomseeen committed Oct 12, 2021
1 parent 05d8569 commit b5d08a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SoundProfiler2/SoundProfiler2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<UseWPF>true</UseWPF>
<Platforms>x64</Platforms>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<TargetFramework>net5.0-windows7.0</TargetFramework>

<StartupObject>SoundProfiler2.App</StartupObject>

Expand Down
2 changes: 1 addition & 1 deletion SoundProfiler2/ViewModels/EditMappingsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public EditMappingsViewModel(CategoryMappingModel hiddenProgrammMapping, IEnumer
#endregion Constructors

#region Private Methods
private void AddProgram(CategoryMappingModel mapping) {
private static void AddProgram(CategoryMappingModel mapping) {
mapping.Programs.Add(new ProgramModel("newprog"));
}

Expand Down

0 comments on commit b5d08a5

Please sign in to comment.