Skip to content

Commit

Permalink
Updated version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
citizenmatt committed Mar 11, 2013
1 parent 80047fe commit 6f2f604
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ A plugin for ReSharper 7.1 that adds support for AngularJS.

This plugin provides code completion for AngularJS attributes in HTML files. It supports the standard "ng-" sytnax, as well as the "data-ng-" syntax.

The plugin also installs a set of Live Templates for frequently used constructs, grouped into helpers for module, directive, scope, global, html and routing. They can be seen and edited in the Templates Explorer.
The plugin also installs a set of Live Templates for use in HTML, JavaScript, and basic support for TypeScript. The templates are grouped into helpers for module, directive, scope, global, html and routing. They can be seen and edited in the Templates Explorer.

The Live Templates are based on the IntelliJ templates by [Pawel Kozlowski](https://github.com/angularjs-livetpls/angularjs-webstorm-livetpls).

## How do I get it? ##

If you wish to just install a copy of the plugins without building yourself:

- Download the latest zip file: [resharper-angularjs.1.0.1.zip](http://download.jetbrains.com/resharper/plugins/resharper-angularjs.1.0.1.zip)
- Download the latest zip file: [resharper-angularjs.1.1.0.zip](http://download.jetbrains.com/resharper/plugins/resharper-angularjs.1.1.0.zip)
- Extract everything
- Run the Install-AngularJS.7.1.bat file

Expand Down
2 changes: 1 addition & 1 deletion src/resharper-angularjs/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("1.0.1.*")]
[assembly: AssemblyVersion("1.1.0.*")]

// The following information is displayed by ReSharper in the Plugins dialog
[assembly: PluginTitle("AngularJS")]
Expand Down
4 changes: 2 additions & 2 deletions updates.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<!-- This is the latest version available -->
<xsl:variable name="LatestMajor" select="1" />
<xsl:variable name="LatestMinor" select="0" />
<xsl:variable name="LatestBuild" select="1" />
<xsl:variable name="LatestMinor" select="1" />
<xsl:variable name="LatestBuild" select="0" />

<!-- Match the PluginLocalInfo element created by serialising the data from the category -->
<xsl:template match="/PluginLocalInfo">
Expand Down

0 comments on commit 6f2f604

Please sign in to comment.