You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BranchSDK/Windows/README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,20 @@ Visual Studio 2019 (Earlier versions are not supported.)
13
13
14
14
### Download the SDK
15
15
16
-
The Branch SDK Installer is available for download [here](https://github.com/BranchMetrics/cpp-branch-deep-linking-attribution/releases/download/1.2.0-rc1/BranchSDK.msi). This downloads a file called
16
+
The Branch SDK Installer is available for download [here](https://github.com/BranchMetrics/cpp-branch-deep-linking-attribution/releases/download/1.2.0-rc2/BranchSDK.msi). This downloads a file called
17
17
`BranchSDK.msi`.
18
18
19
19
(_Note:_ Once released, we should be able to
20
20
replace this with a permanent unversioned URL to avoid updating with each
21
21
release.)
22
22
23
+
(_Note:_ Before release, it's always best to uninstall any previous version
24
+
of the MSI manually, under Add/Remove Programs, before installing a new
25
+
version. Wix does not support a version like 1.2.0-rc2. As a result of
26
+
running two different installers with the same version, you may end up with
27
+
two or more entries under Add/Remove Programs for this SDK. This will not
28
+
be an issue after release.)
29
+
23
30
### Install the SDK
24
31
25
32
Double-click the `BranchSDK.msi` file to begin installation. The Branch SDK
0 commit comments