Skip to content

Commit

Permalink
Settings dialog: Improve City searching and display version number
Browse files Browse the repository at this point in the history
  • Loading branch information
phaselden committed Jan 27, 2021
1 parent d955f03 commit 627e881
Show file tree
Hide file tree
Showing 6 changed files with 247 additions and 167 deletions.
1 change: 1 addition & 0 deletions src/FlipIt/FlipIt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<Compile Include="FlipItSettings.cs" />
<Compile Include="Int32Extensions.cs" />
<Compile Include="RoundedRectangle.cs" />
<Compile Include="StringExtensions.cs" />
<Compile Include="TimeScreen.cs" />
<Compile Include="ScreenSetting.cs" />
<Compile Include="SettingsForm.cs">
Expand Down
4 changes: 2 additions & 2 deletions src/FlipIt/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.3.*")]
[assembly: AssemblyFileVersion("1.2.3")]
[assembly: AssemblyVersion("1.2.5.*")]
[assembly: AssemblyFileVersion("1.2.5")]
88 changes: 50 additions & 38 deletions src/FlipIt/SettingsForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 627e881

Please sign in to comment.