Skip to content

Commit

Permalink
Update to 2022.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lconstan committed Dec 8, 2022
1 parent 0ae1e96 commit ad9375e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Abc.MoqComplete/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@
<Import Project="Plugin.props" />

<PropertyGroup>
<WaveVersionBase>2$(SdkVersion.Substring(2,2))</WaveVersionBase>
<WaveVersion>$(WaveVersionBase).0.0</WaveVersion>
<!-- <WaveVersionBase>2$(SdkVersion.Substring(2,2))</WaveVersionBase>-->
<!-- <WaveVersion>$(WaveVersionBase).0.0</WaveVersion>-->
<WaveVersion>223.0.0.0</WaveVersion>
</PropertyGroup>

<PropertyGroup>
<!-- The version of the MoqComplete plugin -->
<Version>2022.2.0.2</Version>
<Version>$(SdkVersion).1</Version>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion Abc.MoqComplete/Plugin.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<!-- The used sdk version -->
<SdkVersion>2022.2.0</SdkVersion>
<SdkVersion>2022.3.0</SdkVersion>
<Title>MoqComplete</Title>
<Description>Code completion for Moq</Description>
<Authors>ABC Arbitrage Asset Management</Authors>
Expand Down

0 comments on commit ad9375e

Please sign in to comment.