Skip to content

Commit

Permalink
Merge pull request #51 from e563b7/sdk-2017.1
Browse files Browse the repository at this point in the history
Upgrade to 2017.1
  • Loading branch information
asizikov authored Apr 26, 2017
2 parents fa6271c + f088434 commit 6a0e2c4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions AsyncSuffix.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Task returning method's naming analyzer. Async methods should have 'Async' suffix.</description>
<releaseNotes>
&#8226;ReSharper 2016.3 support;
&#8226;ReSharper 2017.1 support;
</releaseNotes>
<language>en-US</language>
<tags>async method naming task</tags>
<dependencies>
<dependency id="Wave" version="[7.0,8.0)" />
<dependency id="Wave" version="[8.0,9.0)" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ open Fake.AppVeyor

let buildDir = "./build/"
let packagingDir = "./.deploy/"
let baseVersion = "2016.3.0"
let baseVersion = "2017.1.0"

let version =
match buildServer with
Expand Down
30 changes: 15 additions & 15 deletions src/AsyncSuffix/AsyncSuffix.nuget.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
<ImportGroup>
<Import Project="$(NuGetPackageRoot)\Antlr2.Tools\2.7.6.4\build\Antlr2.Tools.targets" Condition="Exists('$(NuGetPackageRoot)\Antlr2.Tools\2.7.6.4\build\Antlr2.Tools.targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Build.Platform.Tasks.ThemedIconsPacker\2.0.20151217.1\build\JetBrains.Build.Platform.Tasks.ThemedIconsPacker.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Build.Platform.Tasks.ThemedIconsPacker\2.0.20151217.1\build\JetBrains.Build.Platform.Tasks.ThemedIconsPacker.Targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Core.Ide\107.0.20161222.212632\build\JetBrains.Platform.Core.Ide.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Core.Ide\107.0.20161222.212632\build\JetBrains.Platform.Core.Ide.Targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Core.Shell\107.0.20161222.212316\build\JetBrains.Platform.Core.Shell.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Core.Shell\107.0.20161222.212316\build\JetBrains.Platform.Core.Shell.Targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Core.Text\107.0.20161222.212632\build\JetBrains.Platform.Core.Text.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Core.Text\107.0.20161222.212632\build\JetBrains.Platform.Core.Text.Targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Interop.dotMemoryUnit.Framework\107.0.20161222.212632\build\JetBrains.Platform.Interop.dotMemoryUnit.Framework.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Interop.dotMemoryUnit.Framework\107.0.20161222.212632\build\JetBrains.Platform.Interop.dotMemoryUnit.Framework.Targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Interop.dotMemoryUnit.Interop\107.0.20161222.212632\build\JetBrains.Platform.Interop.dotMemoryUnit.Interop.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Interop.dotMemoryUnit.Interop\107.0.20161222.212632\build\JetBrains.Platform.Interop.dotMemoryUnit.Interop.Targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Interop.dotMemoryUnit.Interop.Ide\107.0.20161222.212632\build\JetBrains.Platform.Interop.dotMemoryUnit.Interop.Ide.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Interop.dotMemoryUnit.Interop.Ide\107.0.20161222.212632\build\JetBrains.Platform.Interop.dotMemoryUnit.Interop.Ide.Targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.RdProtocol\107.0.20161222.212632\build\JetBrains.Platform.RdProtocol.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.RdProtocol\107.0.20161222.212632\build\JetBrains.Platform.RdProtocol.Targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Symbols\107.0.20161222.212632\build\JetBrains.Platform.Symbols.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Symbols\107.0.20161222.212632\build\JetBrains.Platform.Symbols.Targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Tests.Framework\107.0.20161222.212632\build\JetBrains.Platform.Tests.Framework.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Tests.Framework\107.0.20161222.212632\build\JetBrains.Platform.Tests.Framework.Targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Psi.Features.Core\107.0.20161222.213045\build\JetBrains.Psi.Features.Core.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Psi.Features.Core\107.0.20161222.213045\build\JetBrains.Psi.Features.Core.Targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Psi.Features.src\107.0.20161222.213045\build\JetBrains.Psi.Features.src.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Psi.Features.src\107.0.20161222.213045\build\JetBrains.Psi.Features.src.Targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Psi.Features.Tasks\107.0.20161222.213045\build\JetBrains.Psi.Features.Tasks.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Psi.Features.Tasks\107.0.20161222.213045\build\JetBrains.Psi.Features.Tasks.Targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Psi.Features.test.Framework\107.0.20161222.213045\build\JetBrains.Psi.Features.test.Framework.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Psi.Features.test.Framework\107.0.20161222.213045\build\JetBrains.Psi.Features.test.Framework.Targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Psi.Features.UnitTesting\107.0.20161222.213045\build\JetBrains.Psi.Features.UnitTesting.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Psi.Features.UnitTesting\107.0.20161222.213045\build\JetBrains.Psi.Features.UnitTesting.Targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.ReSharper.SDK.Internal\107.0.20161223.160207\build\JetBrains.ReSharper.SDK.Internal.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.ReSharper.SDK.Internal\107.0.20161223.160207\build\JetBrains.ReSharper.SDK.Internal.Targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Core.Ide\108.0.20170407.122855\build\JetBrains.Platform.Core.Ide.targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Core.Ide\108.0.20170407.122855\build\JetBrains.Platform.Core.Ide.targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Core.Shell\108.0.20170407.122502\build\JetBrains.Platform.Core.Shell.targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Core.Shell\108.0.20170407.122502\build\JetBrains.Platform.Core.Shell.targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Core.Text\108.0.20170407.122855\build\JetBrains.Platform.Core.Text.targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Core.Text\108.0.20170407.122855\build\JetBrains.Platform.Core.Text.targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Interop.dotMemoryUnit.Framework\108.0.20170407.122855\build\JetBrains.Platform.Interop.dotMemoryUnit.Framework.targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Interop.dotMemoryUnit.Framework\108.0.20170407.122855\build\JetBrains.Platform.Interop.dotMemoryUnit.Framework.targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Interop.dotMemoryUnit.Interop\108.0.20170407.122855\build\JetBrains.Platform.Interop.dotMemoryUnit.Interop.targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Interop.dotMemoryUnit.Interop\108.0.20170407.122855\build\JetBrains.Platform.Interop.dotMemoryUnit.Interop.targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Interop.dotMemoryUnit.Interop.Ide\108.0.20170407.122855\build\JetBrains.Platform.Interop.dotMemoryUnit.Interop.Ide.targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Interop.dotMemoryUnit.Interop.Ide\108.0.20170407.122855\build\JetBrains.Platform.Interop.dotMemoryUnit.Interop.Ide.targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.RdProtocol\108.0.20170407.122855\build\JetBrains.Platform.RdProtocol.targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.RdProtocol\108.0.20170407.122855\build\JetBrains.Platform.RdProtocol.targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Symbols\108.0.20170407.122855\build\JetBrains.Platform.Symbols.targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Symbols\108.0.20170407.122855\build\JetBrains.Platform.Symbols.targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Tests.Framework\108.0.20170407.122855\build\JetBrains.Platform.Tests.Framework.targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Tests.Framework\108.0.20170407.122855\build\JetBrains.Platform.Tests.Framework.targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Psi.Features.Core\108.0.20170407.123304\build\JetBrains.Psi.Features.Core.targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Psi.Features.Core\108.0.20170407.123304\build\JetBrains.Psi.Features.Core.targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Psi.Features.src\108.0.20170407.123304\build\JetBrains.Psi.Features.src.targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Psi.Features.src\108.0.20170407.123304\build\JetBrains.Psi.Features.src.targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Psi.Features.Tasks\108.0.20170407.123304\build\JetBrains.Psi.Features.Tasks.targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Psi.Features.Tasks\108.0.20170407.123304\build\JetBrains.Psi.Features.Tasks.targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Psi.Features.test.Framework\108.0.20170407.123304\build\JetBrains.Psi.Features.test.Framework.targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Psi.Features.test.Framework\108.0.20170407.123304\build\JetBrains.Psi.Features.test.Framework.targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.Psi.Features.UnitTesting\108.0.20170407.123304\build\JetBrains.Psi.Features.UnitTesting.targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Psi.Features.UnitTesting\108.0.20170407.123304\build\JetBrains.Psi.Features.UnitTesting.targets')" />
<Import Project="$(NuGetPackageRoot)\JetBrains.ReSharper.SDK.Internal\108.0.20170407.131329\build\JetBrains.ReSharper.SDK.Internal.targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.ReSharper.SDK.Internal\108.0.20170407.131329\build\JetBrains.ReSharper.SDK.Internal.targets')" />
</ImportGroup>
</Project>
4 changes: 2 additions & 2 deletions src/AsyncSuffix/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"JetBrains.Annotations": "10.2.1",
"JetBrains.ReSharper.SDK": "2016.3.20161223.160207"
"JetBrains.Annotations": "10.4.0",
"JetBrains.ReSharper.SDK": "2017.1.20170407.131329"
},
"frameworks": {
".NETFramework,Version=v4.5": {}
Expand Down

0 comments on commit 6a0e2c4

Please sign in to comment.