Skip to content

Commit

Permalink
Merge pull request #80 from DHancock/current
Browse files Browse the repository at this point in the history
Current
  • Loading branch information
DHancock authored Dec 31, 2020
2 parents 1aea2c1 + 639f01b commit 8585ef6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions SudokuSolver/SudokuSolver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<Authors>David Hancock</Authors>
<Company>[email protected]</Company>
<Copyright>David Hancock 2020</Copyright>
Expand All @@ -17,8 +17,8 @@
<AssemblyName>SudokuSolver</AssemblyName>
<RootNamespace>Sudoku</RootNamespace>
<ApplicationIcon>app.ico</ApplicationIcon>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand All @@ -28,4 +28,4 @@
<PackageReference Include="MahApps.Metro" Version="2.4.3" />
</ItemGroup>

</Project>
</Project>
2 changes: 1 addition & 1 deletion SudokuSolver/Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<MenuItem Header="_Options">
<MenuItem Header="_Show possibles" IsCheckable="True" IsChecked="{Binding ShowPossibles}"/>
<Separator />
<MenuItem Header="_Dark theme" IsCheckable="True" IsChecked="{Binding DarkThemed, Mode=OneWay}" Checked="DarkThemeCheckedHandler" Unchecked="DarkThemeUncheckedHandler"/>
<MenuItem Header="_Dark mode" IsCheckable="True" IsChecked="{Binding DarkThemed, Mode=OneWay}" Checked="DarkThemeCheckedHandler" Unchecked="DarkThemeUncheckedHandler"/>
</MenuItem>
</Menu>

Expand Down

0 comments on commit 8585ef6

Please sign in to comment.