Update build year in settings page to 2022 (#1770)

This commit is contained in:
Matt Cooley 2022-01-04 08:07:24 -08:00 committed by GitHub
parent bf552ac9fb
commit 4ebacda62d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,9 +23,7 @@ namespace CalculatorApp
{ {
public sealed partial class Settings : UserControl public sealed partial class Settings : UserControl
{ {
// CSHARP_MIGRATION: TODO: private const string BUILD_YEAR = "2022";
// BUILD_YEAR was a C++/CX macro and may update the value from the pipeline
private const string BUILD_YEAR = "2021";
public event Windows.UI.Xaml.RoutedEventHandler BackButtonClick; public event Windows.UI.Xaml.RoutedEventHandler BackButtonClick;