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: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,10 @@ You will need:
59
59
* Google Analytics account - [Sign up](http://analytics.google.com) if you don't have one
60
60
* An analytics property set-up as an app ("Track interactions within Android and iOS apps")
61
61
62
-
Download or clone the source and add a reference to CSharpAnalytics.WindowsStore from your application.
62
+
You can either:
63
+
64
+
1. Get a more stable release via NuGet
65
+
2. Clone the source code and add a reference to CSharpAnalytics.Windows81.csproj (or Windows8, .NET45 depending on your environment)
63
66
64
67
### Automatic analytics for Windows 8/8.1 Store apps
65
68
@@ -115,7 +118,7 @@ In summary: **Do not share personally identifyable information**
115
118
1. Configurable session management modes
116
119
1. In-app purchase tracking integration
117
120
118
-
If you want to contribute please consider the CSharpAnalytics.sln which will load all platforms and unit tests (if you get any project load failures you're probably missing an SDK)
121
+
If you want to contribute please consider the CSharpAnalytics.sln which will load all platforms and unit tests (if you get any project load failures you're probably missing an SDK). Please ignore any messages about upgrading or retargeting to Windows 8.1 - the solution contains both 8.0 and 8.1 projects and we want to support 8.0 for a while.
0 commit comments