Skip to content

Commit

Permalink
Bump version to 2023.3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrzesniewski committed Feb 29, 2024
1 parent fe2b8ef commit 2edf9ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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="233.11799" />
<id>Abc.MoqComplete.Rider</id>
<name>MoqComplete</name>
<version>2023.3.0.1</version>
<version>2023.3.0.2</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
10 changes: 5 additions & 5 deletions Abc.MoqComplete/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project>

<PropertyGroup>
<NoPackageAnalysis>true</NoPackageAnalysis>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>

<BaseIntermediateOutputPath>obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
<DefaultItemExcludes>$(DefaultItemExcludes);obj\**</DefaultItemExcludes>
<OutputPath>bin\$(MSBuildProjectName)\$(Configuration)\</OutputPath>
Expand All @@ -19,10 +19,10 @@
<PropertyGroup>
<WaveVersion>233.0.0.0</WaveVersion>
</PropertyGroup>

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

</Project>

0 comments on commit 2edf9ce

Please sign in to comment.