diff --git a/dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources/src/Microsoft.Windows.ApplicationModel.Resources.vcxproj b/dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources/src/Microsoft.Windows.ApplicationModel.Resources.vcxproj
index 821ac6844e..406f392759 100644
--- a/dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources/src/Microsoft.Windows.ApplicationModel.Resources.vcxproj
+++ b/dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources/src/Microsoft.Windows.ApplicationModel.Resources.vcxproj
@@ -179,7 +179,7 @@
-
+
@@ -193,6 +193,6 @@
-
+
diff --git a/dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources/src/packages.config b/dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources/src/packages.config
index 4f351d3d3b..bd2ea1ddc8 100644
--- a/dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources/src/packages.config
+++ b/dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources/src/packages.config
@@ -1,7 +1,7 @@
-
+
diff --git a/dev/PushNotifications/PushNotificationsLongRunningTask/PushNotificationsLongRunningTask.vcxproj b/dev/PushNotifications/PushNotificationsLongRunningTask/PushNotificationsLongRunningTask.vcxproj
index fd847841a8..b1cf7b689d 100644
--- a/dev/PushNotifications/PushNotificationsLongRunningTask/PushNotificationsLongRunningTask.vcxproj
+++ b/dev/PushNotifications/PushNotificationsLongRunningTask/PushNotificationsLongRunningTask.vcxproj
@@ -260,7 +260,7 @@
-
+
@@ -275,6 +275,6 @@
-
+
\ No newline at end of file
diff --git a/dev/PushNotifications/PushNotificationsLongRunningTask/packages.config b/dev/PushNotifications/PushNotificationsLongRunningTask/packages.config
index 41455a8585..14339def1b 100644
--- a/dev/PushNotifications/PushNotificationsLongRunningTask/packages.config
+++ b/dev/PushNotifications/PushNotificationsLongRunningTask/packages.config
@@ -1,7 +1,7 @@
-
+
diff --git a/dev/WindowsAppRuntime_DLL/WindowsAppRuntime_DLL.vcxproj b/dev/WindowsAppRuntime_DLL/WindowsAppRuntime_DLL.vcxproj
index c4eaba044f..27d9b18009 100644
--- a/dev/WindowsAppRuntime_DLL/WindowsAppRuntime_DLL.vcxproj
+++ b/dev/WindowsAppRuntime_DLL/WindowsAppRuntime_DLL.vcxproj
@@ -408,7 +408,7 @@
-
+
@@ -426,7 +426,7 @@
This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
-
+
diff --git a/dev/WindowsAppRuntime_DLL/packages.config b/dev/WindowsAppRuntime_DLL/packages.config
index 7184738d08..6cd943400e 100644
--- a/dev/WindowsAppRuntime_DLL/packages.config
+++ b/dev/WindowsAppRuntime_DLL/packages.config
@@ -1,7 +1,7 @@
-
+
diff --git a/specs/AppLifecycle/StateNotifications/AppLifecycle StateNotifications.md b/specs/AppLifecycle/StateNotifications/AppLifecycle StateNotifications.md
index 7580b50666..89ae32e945 100644
--- a/specs/AppLifecycle/StateNotifications/AppLifecycle StateNotifications.md
+++ b/specs/AppLifecycle/StateNotifications/AppLifecycle StateNotifications.md
@@ -247,7 +247,7 @@ In addition, the PowerRegisterForEffectivePowerModeNotifications API is brought
| Existing API | Description | New property and event |
| -------------------------------------------------------- | --------------------------------------- | ----------------------------------------------- |
-| PowerRegisterForEffectivePowerModeNotifications function | The effective power mode of the system. | `EffectivePowerMode, EffectivePowerModeChanged` |
+| PowerRegisterForEffectivePowerModeNotifications function | The effective power mode of the system. Note: while the new API does include an additional EffectivePowerMode property, this should not be used: use EffectivePowerMode2 instead. | `EffectivePowerMode2, EffectivePowerModeChanged` |
The existing PowerManager class exposes only static properties and events: all members are valid to
be brought over to the Windows App SDK version. Many existing enumerated values are brought over as-is as
@@ -347,6 +347,7 @@ namespace Microsoft.Windows.System.Power
static event Windows.Foundation.EventHandler