Skip to content

Commit

Permalink
Merge pull request #3 from ClydeDz/vs2019-support
Browse files Browse the repository at this point in the history
Add Visual Studio 2019 support
  • Loading branch information
ClydeDz authored Apr 11, 2019
2 parents 64ad628 + 2c5458c commit 62d5d14
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 22 deletions.
7 changes: 3 additions & 4 deletions GASnippetPack/GoogleAnalyticsSnippetPack.Web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Google Analytics Snippet Pack - A Visual Studio Extension by Clyde D'Souza</title>
<meta name="description" content="Google Analytics Snippet Pack for Visual Studio helps you write global site tag (gtag.js) code that allows you to send event data to Google Analytics. Download Now.">
<meta name="Keywords" content="html, xml, google analytics snippet pack, google analytics, gtag.js, gtag, global site tag, snippet pack, Clyde D'souza, visual studio, visual studio extension, visual studio marketplace, visual studio 2017, visual studio 2015, visual studio community, visual studio professional, visual studio enterprise, clide" />
<meta name="Keywords" content="html, xml, google analytics snippet pack, google analytics, gtag.js, gtag, global site tag, snippet pack, Clyde D'souza, visual studio, visual studio extension, visual studio marketplace, visual studio 2019, visual studio 2017, visual studio 2015, visual studio community, visual studio professional, visual studio enterprise, clide" />
<meta name="author" content="Clyde D'Souza">
<meta name="msvalidate.01" content="8ABC4E1B7DBE4391CF265948730B9299" />
<link rel="canonical" href="https://clydedz.github.io/google-analytics-snippet-pack/">
Expand Down Expand Up @@ -110,7 +110,7 @@ <h2>About</h2>
<p>
Google Analytics Snippet Pack for Visual Studio helps you write global site tag (gtag.js) code that allows you to send event data to Google Analytics.
Due to the nature of this extension, you will find these snippets in HTML and JavaScript
Google Analytics Snippet Pack is compatible right from Visual Studio 2012 to 2017 (Community, Professional and Enterprise).
Google Analytics Snippet Pack is compatible right from Visual Studio 2012 to 2019 (Community, Professional and Enterprise).
</p>
<p>
The Google Analytics Snippet extends the code snippet manager of Visual Studio and allows you to insert code snippets into your editor. To insert snippets for the language you're currently
Expand Down Expand Up @@ -152,8 +152,7 @@ <h2>Feedback</h2>
<div class="row">
<div class="col-xs-12">
<p>
The Google Analytics Snippet is in version 1.0.0 (beta) as of now and therefore you may find certain snippets/features missing.
It would be great if you could create a <a href="https://github.com/ClydeDz/google-analytics-snippet-pack/issues"
Should you find any features/snippets missing in Google Analytics Snippet, feel free to create a <a href="https://github.com/ClydeDz/google-analytics-snippet-pack/issues"
target="_blank"
onclick="trackOutboundLink('github issues click', 'github issues page - feedback section');">new issue on GitHub here</a> and let me know what you’re after and I can include that in the product backlog for next releases.
P.S. Please search existing issues first before creating a new one. 😃
Expand Down
4 changes: 2 additions & 2 deletions GASnippetPack/GoogleAnalyticsSnippetPack.Web/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Google Analytics Snippet Pack for Visual Studio

Google Analytics Snippet Pack for Visual Studio helps you write global site tag (gtag.js) code that allows you to send event data to Google Analytics. Due to the nature of this extension, you will find these snippets in HTML and JavaScript Google Analytics Snippet Pack is compatible right from Visual Studio 2012 to 2017 (Community, Professional and Enterprise).
Google Analytics Snippet Pack for Visual Studio helps you write global site tag (gtag.js) code that allows you to send event data to Google Analytics. Due to the nature of this extension, you will find these snippets in HTML and JavaScript Google Analytics Snippet Pack is compatible right from Visual Studio 2012 to 2019 (Community, Professional and Enterprise).

![Google Analytics Snippet Pack in Visual Studio's Code Snippet Manager](https://raw.githubusercontent.com/ClydeDz/google-analytics-snippet-pack/master/GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/anime/code-snip-manager.gif)

Expand All @@ -16,7 +16,7 @@ OR, if you would like to send an event from JavaScript, you could do something l

## Feedback

Google Analytics Snippet Pack is just in version 1.0.0 right now. Should you find your use case missing in the snippet pack, it would be great if you could create a new issue on [GitHub here](https://github.com/ClydeDz/google-analytics-snippet-pack/issues) and let me know what you're after and I can include that in the product backlog for next releases. Please search the issues first before creating a new one.
Should you find your use case missing in the snippet pack, feel free to [create a new issue on GitHub](https://github.com/ClydeDz/google-analytics-snippet-pack/issues) and let me know what you're after and I can include that in the product backlog for next releases. Please search the issues first before creating a new one.


## Website
Expand Down
4 changes: 2 additions & 2 deletions GASnippetPack/GoogleAnalyticsSnippetPack/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Google Analytics Snippet Pack for Visual Studio

Google Analytics Snippet Pack for Visual Studio helps you write global site tag (gtag.js) code that allows you to send event data to Google Analytics. Due to the nature of this extension, you will find these snippets in HTML and JavaScript Google Analytics Snippet Pack is compatible right from Visual Studio 2012 to 2017 (Community, Professional and Enterprise).
Google Analytics Snippet Pack for Visual Studio helps you write global site tag (gtag.js) code that allows you to send event data to Google Analytics. Due to the nature of this extension, you will find these snippets in HTML and JavaScript Google Analytics Snippet Pack is compatible right from Visual Studio 2012 to 2019 (Community, Professional and Enterprise).

![Google Analytics Snippet Pack in Visual Studio's Code Snippet Manager](https://raw.githubusercontent.com/ClydeDz/google-analytics-snippet-pack/master/GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/anime/code-snip-manager.gif)

Expand All @@ -16,7 +16,7 @@ OR, if you would like to send an event from JavaScript, you could do something l

## Feedback

Google Analytics Snippet Pack is just in version 1.0.0 right now. Should you find your use case missing in the snippet pack, it would be great if you could create a new issue on [GitHub here](https://github.com/ClydeDz/google-analytics-snippet-pack/issues) and let me know what you're after and I can include that in the product backlog for next releases. Please search the issues first before creating a new one.
Should you find your use case missing in the snippet pack, feel free to [create a new issue on GitHub](https://github.com/ClydeDz/google-analytics-snippet-pack/issues) and let me know what you're after and I can include that in the product backlog for next releases. Please search the issues first before creating a new one.


## Website
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="a486958a-384d-4e72-b00a-8725d6280af5" Version="1.0.0" Language="en-US" Publisher="Clyde D'Souza" />
<Identity Id="a486958a-384d-4e72-b00a-8725d6280af5" Version="1.0.1" Language="en-US" Publisher="Clyde D'Souza" />
<DisplayName>Google Analytics Snippet Pack</DisplayName>
<Description xml:space="preserve">Google Analytics Snippet Pack for Visual Studio helps you write global site tag (gtag.js) code that allows you to send event data to Google Analytics.</Description>
<MoreInfo>https://github.com/ClydeDz/google-analytics-snippet-pack</MoreInfo>
Expand All @@ -13,12 +13,12 @@
</Metadata>
<Installation>
<!--Microsoft.VisualStudio.Pro includes all SKUs such as Community, Pro, Ultimate and Enterprise-->
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0, 16.0)" />
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0, 17.0)" />
<InstallationTarget Version="[11.0,17.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[11.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
</Installation>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="Snippets\snippets.pkgdef" />
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Google Analytics Snippet Pack for Visual Studio

[![Build Status](https://clydedsouza.visualstudio.com/Google%20Analytics%20Snippet%20Pack/_apis/build/status/Google%20Analytics%20Snippet%20Pack%20Master%20Build)](https://clydedsouza.visualstudio.com/Google%20Analytics%20Snippet%20Pack/_build/latest?definitionId=12)
[![Build Status](https://clydedsouza.visualstudio.com/Google%20Analytics%20Snippet%20Pack/_apis/build/status/Google%20Analytics%20Snippet%20Pack%20Master%20Build)](https://clydedsouza.visualstudio.com/Google%20Analytics%20Snippet%20Pack/_build/latest?definitionId=12)

Google Analytics Snippet Pack for Visual Studio helps you write global site tag (gtag.js) code that allows you to send event data to Google Analytics. Due to the nature of this extension, you will find these snippets in HTML and JavaScript Google Analytics Snippet Pack is compatible right from Visual Studio 2012 to 2017 (Community, Professional and Enterprise).
Google Analytics Snippet Pack for Visual Studio helps you write global site tag (gtag.js) code that allows you to send event data to Google Analytics. Due to the nature of this extension, you will find these snippets in HTML and JavaScript Google Analytics Snippet Pack is compatible right from Visual Studio 2012 to 2019 (Community, Professional and Enterprise).

![Google Analytics Snippet Pack in Visual Studio's Code Snippet Manager](https://raw.githubusercontent.com/ClydeDz/google-analytics-snippet-pack/master/GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/anime/code-snip-manager.gif)

Expand All @@ -18,7 +18,7 @@ OR, if you would like to send an event from JavaScript, you could do something l

## Feedback

Google Analytics Snippet Pack is just in version 1.0.0 right now. Should you find your use case missing in the snippet pack, it would be great if you could create a new issue on [GitHub here](https://github.com/ClydeDz/google-analytics-snippet-pack/issues) and let me know what you're after and I can include that in the product backlog for next releases. Please search the issues first before creating a new one.
Should you find your use case missing in the snippet pack, feel free to [create a new issue on GitHub](https://github.com/ClydeDz/google-analytics-snippet-pack/issues) and let me know what you're after and I can include that in the product backlog for next releases. Please search the issues first before creating a new one.


## Website
Expand Down
7 changes: 3 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Google Analytics Snippet Pack - A Visual Studio Extension by Clyde D'Souza</title>
<meta name="description" content="Google Analytics Snippet Pack for Visual Studio helps you write global site tag (gtag.js) code that allows you to send event data to Google Analytics. Download Now.">
<meta name="Keywords" content="html, xml, google analytics snippet pack, google analytics, gtag.js, gtag, global site tag, snippet pack, Clyde D'souza, visual studio, visual studio extension, visual studio marketplace, visual studio 2017, visual studio 2015, visual studio community, visual studio professional, visual studio enterprise, clide" />
<meta name="Keywords" content="html, xml, google analytics snippet pack, google analytics, gtag.js, gtag, global site tag, snippet pack, Clyde D'souza, visual studio, visual studio extension, visual studio marketplace, visual studio 2019, visual studio 2017, visual studio 2015, visual studio community, visual studio professional, visual studio enterprise, clide" />
<meta name="author" content="Clyde D'Souza">
<meta name="msvalidate.01" content="8ABC4E1B7DBE4391CF265948730B9299" />
<link rel="canonical" href="https://clydedz.github.io/google-analytics-snippet-pack/">
Expand Down Expand Up @@ -110,7 +110,7 @@ <h2>About</h2>
<p>
Google Analytics Snippet Pack for Visual Studio helps you write global site tag (gtag.js) code that allows you to send event data to Google Analytics.
Due to the nature of this extension, you will find these snippets in HTML and JavaScript
Google Analytics Snippet Pack is compatible right from Visual Studio 2012 to 2017 (Community, Professional and Enterprise).
Google Analytics Snippet Pack is compatible right from Visual Studio 2012 to 2019 (Community, Professional and Enterprise).
</p>
<p>
The Google Analytics Snippet extends the code snippet manager of Visual Studio and allows you to insert code snippets into your editor. To insert snippets for the language you're currently
Expand Down Expand Up @@ -152,8 +152,7 @@ <h2>Feedback</h2>
<div class="row">
<div class="col-xs-12">
<p>
The Google Analytics Snippet is in version 1.0.0 (beta) as of now and therefore you may find certain snippets/features missing.
It would be great if you could create a <a href="https://github.com/ClydeDz/google-analytics-snippet-pack/issues"
Should you find any features/snippets missing in Google Analytics Snippet, feel free to create a <a href="https://github.com/ClydeDz/google-analytics-snippet-pack/issues"
target="_blank"
onclick="trackOutboundLink('github issues click', 'github issues page - feedback section');">new issue on GitHub here</a> and let me know what you’re after and I can include that in the product backlog for next releases.
P.S. Please search existing issues first before creating a new one. 😃
Expand Down
4 changes: 2 additions & 2 deletions docs/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Google Analytics Snippet Pack for Visual Studio

Google Analytics Snippet Pack for Visual Studio helps you write global site tag (gtag.js) code that allows you to send event data to Google Analytics. Due to the nature of this extension, you will find these snippets in HTML and JavaScript Google Analytics Snippet Pack is compatible right from Visual Studio 2012 to 2017 (Community, Professional and Enterprise).
Google Analytics Snippet Pack for Visual Studio helps you write global site tag (gtag.js) code that allows you to send event data to Google Analytics. Due to the nature of this extension, you will find these snippets in HTML and JavaScript Google Analytics Snippet Pack is compatible right from Visual Studio 2012 to 2019 (Community, Professional and Enterprise).

![Google Analytics Snippet Pack in Visual Studio's Code Snippet Manager](https://raw.githubusercontent.com/ClydeDz/google-analytics-snippet-pack/master/GASnippetPack/GoogleAnalyticsSnippetPack.Web/images/anime/code-snip-manager.gif)

Expand All @@ -16,7 +16,7 @@ OR, if you would like to send an event from JavaScript, you could do something l

## Feedback

Google Analytics Snippet Pack is just in version 1.0.0 right now. Should you find your use case missing in the snippet pack, it would be great if you could create a new issue on [GitHub here](https://github.com/ClydeDz/google-analytics-snippet-pack/issues) and let me know what you're after and I can include that in the product backlog for next releases. Please search the issues first before creating a new one.
Should you find your use case missing in the snippet pack, feel free to [create a new issue on GitHub](https://github.com/ClydeDz/google-analytics-snippet-pack/issues) and let me know what you're after and I can include that in the product backlog for next releases. Please search the issues first before creating a new one.


## Website
Expand Down

0 comments on commit 62d5d14

Please sign in to comment.