Skip to content

Commit

Permalink
Bump SDK to v2024.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrzesniewski committed May 16, 2024
1 parent c0121c7 commit c5b09f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Abc.MoqComplete/Abc.MoqComplete/Resources/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<idea-plugin require-restart="true">
<depends>com.intellij.modules.rider</depends>
<idea-version since-build="233.11799" />
<idea-version since-build="241.14494" />
<id>Abc.MoqComplete.Rider</id>
<name>MoqComplete</name>
<version>2023.3.1.1</version>
<version>2024.1.1.1</version>
<vendor url="https://github.com/Abc-Arbitrage/Abc.MoqComplete">abc-arbitrage</vendor>
<description><![CDATA[
<p>Code completion for Moq: Provide completion for It.IsAny, Callback, suggest mock in constructor</p>
Expand Down
4 changes: 2 additions & 2 deletions Abc.MoqComplete/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<Import Project="Plugin.props" />

<PropertyGroup>
<WaveVersion>233.0.0.0</WaveVersion>
<WaveVersion>241.0.0.0</WaveVersion>
</PropertyGroup>

<PropertyGroup>
<!-- The version of the MoqComplete plugin -->
<Version>2023.3.1.1</Version>
<Version>2024.1.1.1</Version>
</PropertyGroup>

</Project>
4 changes: 2 additions & 2 deletions Abc.MoqComplete/Plugin.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project>
<PropertyGroup>
<!-- The used sdk version -->
<SdkVersion>2023.3.0</SdkVersion>
<SdkVersion>2024.1.2</SdkVersion>
<Title>MoqComplete</Title>
<Description>Code completion for Moq</Description>
<Authors>ABC Arbitrage Asset Management</Authors>
<Copyright>Copyright © ABC Arbitrage Asset Management, 2014-2022</Copyright>
<Copyright>Copyright © ABC Arbitrage Asset Management, 2014-2024</Copyright>
<PackageTags>resharper r# nunit xunit moq mock mocking testing tests completion</PackageTags>
<PackageProjectUrl>https://github.com/Abc-Arbitrage/Abc.MoqComplete</PackageProjectUrl>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
Expand Down

0 comments on commit c5b09f5

Please sign in to comment.