react-native-windows 0.72.8 → 0.72.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -231,7 +231,7 @@ static void SetProperties(JsonObject const &json, RNCoreApp *app) {
|
|
|
231
231
|
std::wstring nsName;
|
|
232
232
|
std::wstring localName;
|
|
233
233
|
if (lastDot != name.rend()) {
|
|
234
|
-
nsName = std::wstring{name.begin(), static_cast<
|
|
234
|
+
nsName = std::wstring{name.begin(), static_cast<size_t>(name.rend() - lastDot - 1)};
|
|
235
235
|
localName = std::wstring{lastDot.base()};
|
|
236
236
|
} else {
|
|
237
237
|
localName = name;
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
-->
|
|
11
11
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
12
12
|
<PropertyGroup>
|
|
13
|
-
<ReactNativeWindowsVersion>0.72.
|
|
13
|
+
<ReactNativeWindowsVersion>0.72.9</ReactNativeWindowsVersion>
|
|
14
14
|
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
|
|
15
15
|
<ReactNativeWindowsMinor>72</ReactNativeWindowsMinor>
|
|
16
|
-
<ReactNativeWindowsPatch>
|
|
16
|
+
<ReactNativeWindowsPatch>9</ReactNativeWindowsPatch>
|
|
17
17
|
<ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
|
|
18
|
-
<ReactNativeWindowsCommitId>
|
|
18
|
+
<ReactNativeWindowsCommitId>7564111bec1b57cfc4aecc22dea06c895804be99</ReactNativeWindowsCommitId>
|
|
19
19
|
</PropertyGroup>
|
|
20
20
|
</Project>
|