react-native-windows 0.69.20 → 0.69.21

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.
@@ -696,6 +696,7 @@
696
696
  RNW_MAJOR=$(ReactNativeWindowsMajor);
697
697
  RNW_MINOR=$(ReactNativeWindowsMinor);
698
698
  RNW_PATCH=$(ReactNativeWindowsPatch);
699
+ RNW_COMMITID=$(ReactNativeWindowsCommitId);
699
700
  _UNICODE;
700
701
  UNICODE;
701
702
  %(PreprocessorDefinitions)
@@ -10,6 +10,10 @@
10
10
  #define VER_FILEVERSION_STR XSTRINGIZE(RNW_VERSION)
11
11
  #define VER_FILEVERSION RNW_MAJOR,RNW_MINOR,RNW_PATCH,RNW_PKG_VERSION_BUILD
12
12
 
13
+ #define VER_PRODUCTVERSION_STR XSTRINGIZE(RNW_VERSION+RNW_COMMITID)
14
+ #define VER_PRODUCTVERSION RNW_MAJOR,RNW_MINOR,RNW_PATCH,RNW_PKG_VERSION_BUILD
15
+
16
+
13
17
  #ifndef DEBUG
14
18
  #define VER_DEBUG 0
15
19
  #else
@@ -18,7 +22,7 @@
18
22
 
19
23
  VS_VERSION_INFO VERSIONINFO
20
24
  FILEVERSION VER_FILEVERSION
21
- PRODUCTVERSION VER_FILEVERSION
25
+ PRODUCTVERSION VER_PRODUCTVERSION
22
26
  FILEFLAGSMASK (VS_FF_DEBUG)
23
27
  FILEFLAGS(VER_DEBUG)
24
28
  FILEOS VOS__WINDOWS32
@@ -36,7 +40,7 @@ VALUE "InternalName", "Microsoft.ReactNative.dll"
36
40
  VALUE "LegalCopyright", "(c) Microsoft Corporation. All rights reserved."
37
41
  VALUE "OriginalFilename", "Microsoft.ReactNative.dll"
38
42
  VALUE "ProductName", "React-Native-Windows"
39
- VALUE "ProductVersion", VER_FILEVERSION_STR
43
+ VALUE "ProductVersion", VER_PRODUCTVERSION_STR
40
44
  END
41
45
  END
42
46
 
@@ -10,10 +10,11 @@
10
10
  -->
11
11
  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
12
12
  <PropertyGroup>
13
- <ReactNativeWindowsVersion>0.69.20</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.69.21</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>69</ReactNativeWindowsMinor>
16
- <ReactNativeWindowsPatch>20</ReactNativeWindowsPatch>
16
+ <ReactNativeWindowsPatch>21</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18
+ <ReactNativeWindowsCommitId>8ef868f2a3a532524b086dfb427ea314ec8988e5</ReactNativeWindowsCommitId>
18
19
  </PropertyGroup>
19
20
  </Project>
@@ -15,6 +15,7 @@
15
15
  RNW_MAJOR=$(ReactNativeWindowsMajor);
16
16
  RNW_MINOR=$(ReactNativeWindowsMinor);
17
17
  RNW_PATCH=$(ReactNativeWindowsPatch);
18
+ RNW_COMMITID=$(ReactNativeWindowsCommitId);
18
19
  %(PreprocessorDefinitions)
19
20
  </PreprocessorDefinitions>
20
21
 
@@ -31,6 +32,7 @@
31
32
  RNW_MAJOR=$(ReactNativeWindowsMajor);
32
33
  RNW_MINOR=$(ReactNativeWindowsMinor);
33
34
  RNW_PATCH=$(ReactNativeWindowsPatch);
35
+ RNW_COMMITID=$(ReactNativeWindowsCommitId);
34
36
  %(PreprocessorDefinitions)
35
37
  </PreprocessorDefinitions>
36
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows",
3
- "version": "0.69.20",
3
+ "version": "0.69.21",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",