mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Update build year in settings page to 2022
This commit is contained in:
parent
5d95330fad
commit
840e0e5893
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue