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

Commit

Permalink
Updated ReSharper SDK to 2019.1 RTM.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJul committed Apr 30, 2019
1 parent 037181d commit 0c731a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2019.1.1" />
<PackageReference Include="JetBrains.ReSharper.SDK" Version="2019.1.0-eap07">
<PackageReference Include="JetBrains.ReSharper.SDK" Version="2019.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
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>$version$-eap</version>
<version>$version$</version>
<title>ForTea</title>
<authors>Julien Lebosquain</authors>
<description>Adds support for editing T4 text templating files (.tt)</description>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"profiles": {
"GammaJul.ReSharper.ForTea": {
"commandName": "Executable",
"executablePath": "%ProgramFiles(x86)%\\Microsoft Visual Studio\\2019\\Professional\\Common7\\IDE\\devenv.exe",
"commandLineArgs": "/RootSuffix RsDev /ReSharper.Internal"
}
}
}

0 comments on commit 0c731a4

Please sign in to comment.