Skip to content

Commit

Permalink
version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumzhao committed Nov 21, 2020
1 parent 1875618 commit dce8f81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CourseScheduler.Avalonia/CourseScheduler.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@
<CFBundleName>Course Scheduler</CFBundleName>
<CFBundleDisplayName>CourseScheduler</CFBundleDisplayName>
<CFBundleIdentifier>CourseScheduler.Avalonia</CFBundleIdentifier>
<CFBundleVersion>3.1.1.0</CFBundleVersion>
<CFBundleVersion>3.1.2.0</CFBundleVersion>
<CFBundlePackageType>AAPL</CFBundlePackageType>
<CFBundleSignature>????</CFBundleSignature>
<CFBundleExecutable>CourseScheduler</CFBundleExecutable>
<CFBundleIconFile>CourseScheduler.icns</CFBundleIconFile>
<!-- Will be copied from output directory -->
<NSPrincipalClass>NSApplication</NSPrincipalClass>
<NSHighResolutionCapable>true</NSHighResolutionCapable>
<CFBundleShortVersionString>3.1.1</CFBundleShortVersionString>
<CFBundleShortVersionString>3.1.2</CFBundleShortVersionString>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion CourseScheduler.Avalonia/Views/AboutView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<Viewbox Width="200" Height="200" Margin="0 20 0 0">
<Image Source="/Assets/icon_large.png" />
</Viewbox>
<TextBlock Classes="Caption" HorizontalAlignment="Center" Text="Version: 3.1.0.1"/>
<TextBlock Classes="Caption" HorizontalAlignment="Center" Text="Version: 3.1.2.0"/>
</StackPanel>
</Border>
</UserControl>

0 comments on commit dce8f81

Please sign in to comment.