Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
Updated nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJul committed Oct 20, 2017
1 parent 11ef2f0 commit dc4a2ce
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Build.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set DeployDir=2017.2
rmdir /s /q Deploy
rmdir /s /q bin
"%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe" Build.targets
"%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\MSBuild.exe" Build.targets
mkdir Deploy\%DeployDir%
packages\NuGet.CommandLine.3.4.3\tools\NuGet.exe pack GammaJul.ReSharper.ForTea\GammaJul.ReSharper.ForTea.nuspec -NoPackageAnalysis -OutputDirectory Deploy\%DeployDir%
"%USERPROFILE%\.nuget\packages\NuGet.CommandLine\4.3.0\tools\nuget.exe" pack GammaJul.ReSharper.ForTea\GammaJul.ReSharper.ForTea.nuspec -NoPackageAnalysis -OutputDirectory Deploy\%DeployDir%
2 changes: 1 addition & 1 deletion Build.targets
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project ToolsVersion="14.0" DefaultTargets="BuildAll" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" DefaultTargets="BuildAll" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="BuildAll">
<MSBuild Projects="GammaJul.ReSharper.ForTea.sln" Properties="Platform=Any CPU;Configuration=Release" />
</Target>
Expand Down
4 changes: 1 addition & 3 deletions GammaJul.ReSharper.ForTea/GammaJul.ReSharper.ForTea.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\JetBrains.Build.Platform.Tasks.ProxyToSolutionCompiledTask.2.0.20170530.0\build\JetBrains.Build.Platform.Tasks.ProxyToSolutionCompiledTask.Props" Condition="Exists('..\packages\JetBrains.Build.Platform.Tasks.ProxyToSolutionCompiledTask.2.0.20170530.0\build\JetBrains.Build.Platform.Tasks.ProxyToSolutionCompiledTask.Props')" />
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<ProjectGuid>{63F25238-06BA-4861-95A2-DA35A1D18B65}</ProjectGuid>
Expand Down Expand Up @@ -185,7 +184,6 @@
<Compile Include="ZoneMarker.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="GammaJul.ReSharper.ForTea.nuspec">
<SubType>Designer</SubType>
</None>
Expand Down
2 changes: 1 addition & 1 deletion GammaJul.ReSharper.ForTea/GammaJul.ReSharper.ForTea.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>JLebosquain.ForTea</id>
<version>1.9.2</version>
<version>1.10.0</version>
<title>ForTea</title>
<authors>Julien Lebosquain</authors>
<description>Adds support for editing T4 text templating files (.tt)</description>
Expand Down
2 changes: 1 addition & 1 deletion GammaJul.ReSharper.ForTea/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
[assembly: AssemblyCopyright("Copyright © Julien Lebosquain, 2012-2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.9.1.0")]
[assembly: AssemblyVersion("1.10.0.0")]
11 changes: 0 additions & 11 deletions GammaJul.ReSharper.ForTea/app.config

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Don't hesitate to [open an issue](https://github.com/MrJul/ForTea/issues) if you
Installation
------------
Visual Studio 2010, 2012, 2013, 2015 and 2017 are supported.
ReSharper 2017.1 must be installed (older releases are still available for ReSharper 8.2, 9.x, 10.0 and 2016.x).
ReSharper 2017.2 must be installed (older releases are still available for ReSharper 8.2, 9.x, 10.0, 2016.x and 2017.1).
To install ForTea, use Extension Manager from the ReSharper menu.


Expand Down

0 comments on commit dc4a2ce

Please sign in to comment.