Skip to content

Commit

Permalink
Ensure plugin.xml is sync with Directory.Build.props (even if it's up…
Browse files Browse the repository at this point in the history
…dated by a script later on)
  • Loading branch information
lconstan committed Jun 7, 2022
1 parent c418056 commit 19b3f4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Abc.MoqComplete/Abc.MoqComplete/Resources/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<idea-version since-build="222.2270" />
<id>Abc.MoqComplete.Rider</id>
<name>MoqComplete</name>
<version>2022.1.0.1</version>
<version>2022.2.0.1</version>
<vendor url="https://github.com/Abc-Arbitrage/Abc.MoqComplete">ABC Arbitrage Asset Management</vendor>
<description><![CDATA[
<p>Code completion for Moq: Provide completion for It.IsAny, Callback, suggest mock in constructor</p>
Expand Down
1 change: 1 addition & 0 deletions Abc.MoqComplete/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</PropertyGroup>

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

Expand Down
1 change: 1 addition & 0 deletions Abc.MoqComplete/Plugin.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project>
<PropertyGroup>
<!-- The used sdk version -->
<SdkVersion>2022.2.0-eap01</SdkVersion>
<Title>MoqComplete</Title>
<Description>Code completion for Moq</Description>
Expand Down

0 comments on commit 19b3f4c

Please sign in to comment.