From 9f0769024c1848164b09d5028732cf3c91fe108d Mon Sep 17 00:00:00 2001 From: MrJul Date: Wed, 1 Oct 2014 23:33:12 +0200 Subject: [PATCH] Updated nuspec, readme and setup to v1.1.8 --- .../GammaJul.ReSharper.ForTea.Setup.aip | 13 +++++-------- .../GammaJul.ReSharper.ForTea.nuspec | 6 ++---- README.md | 2 +- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/GammaJul.ReSharper.ForTea.Setup/GammaJul.ReSharper.ForTea.Setup.aip b/GammaJul.ReSharper.ForTea.Setup/GammaJul.ReSharper.ForTea.Setup.aip index 80d4685..a67c6e2 100644 --- a/GammaJul.ReSharper.ForTea.Setup/GammaJul.ReSharper.ForTea.Setup.aip +++ b/GammaJul.ReSharper.ForTea.Setup/GammaJul.ReSharper.ForTea.Setup.aip @@ -1,5 +1,5 @@ - + @@ -17,10 +17,10 @@ - + - + @@ -103,7 +103,6 @@ - @@ -118,13 +117,11 @@ - - + - - + diff --git a/GammaJul.ReSharper.ForTea/GammaJul.ReSharper.ForTea.nuspec b/GammaJul.ReSharper.ForTea/GammaJul.ReSharper.ForTea.nuspec index e58c568..3647841 100644 --- a/GammaJul.ReSharper.ForTea/GammaJul.ReSharper.ForTea.nuspec +++ b/GammaJul.ReSharper.ForTea/GammaJul.ReSharper.ForTea.nuspec @@ -2,14 +2,12 @@ ForTea - 1.1.7 + 1.1.8 ForTea Julien Lebosquain Adds support for editing T4 text templating files (.tt) - Support for ReSharper 8.2. - Fixed a problem with referencing assemblies. - Fixed a possible crash when closing Visual Studio. + Assembly paths are now resolved by Visual Studio: non standard directories added by plugins are now correctly supported. Thanks to diab0l. https://github.com/MrJul/ForTea/ https://raw.github.com/MrJul/ForTea/master/Logo/ForTea%20128x128.png diff --git a/README.md b/README.md index 54d30d0..cffe9d3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ What's ForTea? -------------- ForTea is a a plugin for [JetBrains ReSharper](http://www.jetbrains.com/resharper/) 7.1 and 8.x that adds support for editing T4 (.tt) files. This project corresponds to the issue [RSRP-191807](http://youtrack.jetbrains.com/issue/RSRP-191807) in JetBrains bug tracker. -Latest version is 1.1.7 (2014-03-21), please see the [Releases](https://github.com/MrJul/ForTea/releases). +Latest version is 1.1.8 (2014-10-01), please see the [Releases](https://github.com/MrJul/ForTea/releases). Don't hesitate to [open an issue](https://github.com/MrJul/ForTea/issues) if you encounter any problem. Installation