-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Nuget package. Deploy 0.3.1 version to nuget.org
- Loading branch information
1 parent
244a003
commit bcae2a3
Showing
1 changed file
with
21 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>angular-applicationinsights</id> | ||
<version>0.3.1</version> | ||
<title>Application Insights for AngularJS</title> | ||
<authors>khaines</authors> | ||
<owners>khaines,eqwik</owners> | ||
<licenseUrl>https://github.com/VladimirRybalko/angular-applicationinsights/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://github.com/VladimirRybalko/angular-applicationinsights</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>An implementation of Microsoft Application Insights as a 100% AngularJS module. This module does not utilize the offical Application Insights Javascript SDK, in order to avoid depending on global code outside of the AngularJS platform scope.</description> | ||
<summary>An implementation of Microsoft Application Insights as a 100% AngularJS module</summary> | ||
<copyright>Copyright (c) 2015 Ken Haines</copyright> | ||
<tags>angularjs applicationinsights appinsights metrics angular spa log telemetry exceptions crashes analytics ai</tags> | ||
</metadata> | ||
<files> | ||
<file src="dist\angular-applicationinsights.js" target="content\scripts\angular-applicationinsights.js" /> | ||
<file src="dist\angular-applicationinsights.min.js" target="content\scripts\angular-applicationinsights.min.js" /> | ||
</files> | ||
</package> |