react-native-windows 0.70.13 → 0.70.14

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.
@@ -709,6 +709,7 @@
709
709
  RNW_MAJOR=$(ReactNativeWindowsMajor);
710
710
  RNW_MINOR=$(ReactNativeWindowsMinor);
711
711
  RNW_PATCH=$(ReactNativeWindowsPatch);
712
+ RNW_COMMITID=$(ReactNativeWindowsCommitId);
712
713
  _UNICODE;
713
714
  UNICODE;
714
715
  %(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.70.13</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.70.14</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>70</ReactNativeWindowsMinor>
16
- <ReactNativeWindowsPatch>13</ReactNativeWindowsPatch>
16
+ <ReactNativeWindowsPatch>14</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18
+ <ReactNativeWindowsCommitId>3ed82a84198ec2bb6c6eb60f16cf11c1297c75ec</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.70.13",
3
+ "version": "0.70.14",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",