This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
forked from AttackPattern/CSharpAnalytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
15 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,22 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>CSharpAnalytics</id> | ||
<version>1.2.1</version> | ||
<id>Sonova.CSharpAnalytics</id> | ||
<version>1.3.0</version> | ||
<authors>Damien Guard</authors> | ||
<owners>Attack Pattern</owners> | ||
<licenseUrl>https://raw.github.com/AttackPattern/CSharpAnalytics/master/Source/LICENCE.txt</licenseUrl> | ||
<projectUrl>https://github.com/AttackPattern/CSharpAnalytics</projectUrl> | ||
<licenseUrl>https://raw.githubusercontent.com/sonova/CSharpAnalytics/master/Source/LICENCE.txt</licenseUrl> | ||
<projectUrl>https://github.com/sonova/CSharpAnalytics</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Google Analytics client for C# applications with automatic wire-up for Windows 8/8.1 store applications.</description> | ||
<releaseNotes>Stop some phantom sessions by not sending queue time (qt) with session control (sc) | ||
Detect Windows OS version in store apps even on machines with a custom HAL | ||
Save session id and session number at startup to avoid loss should the app crash | ||
Custom metrics and dimensions can now be set on a specific activity (recommended) | ||
<releaseNotes> | ||
1st Sonova release based on CSharpAnalytics 1.2.1 | ||
Fix for issue #47 - session start and session end time stamps registered at GA are very often too late relative to other events | ||
</releaseNotes> | ||
<copyright>Copyright 2012-2015 Attack Pattern LLC</copyright> | ||
<tags>google analytics, metrics, analytics, ga, measurement protocol</tags> | ||
</metadata> | ||
<files> | ||
<file src="..\Binaries\Release\Net45\CSharpAnalytics.Net45.dll" target="lib\net45" /> | ||
<file src="..\Binaries\Release\Windows8\CSharpAnalytics.Windows8.dll" target="lib\windows8" /> | ||
<file src="..\Binaries\Release\Windows81\CSharpAnalytics.Windows81.dll" target="lib\windows81" /> | ||
<file src="..\Binaries\Release\WindowsPhone8\CSharpAnalytics.WindowsPhone8.dll" target="lib\windowsphone8" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nuget pack CSharpAnalytics.nuspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters