Skip to content

Commit

Permalink
Bump version to 1.4.0.0
Browse files Browse the repository at this point in the history
This commit updates the plugin name, version and target framework in the Directory.Build.Prop file. The new version is 1.4.0.0 . This commit also prepares the plugin for the new feature of randomizing the collect interval using a normal distribution.
  • Loading branch information
maxisoft committed Nov 4, 2023
1 parent 0615926 commit 270eebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<PluginName>ASFFreeGames</PluginName>
<Version>1.3.0.0</Version>
<Version>1.4.0.0</Version>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>

Expand Down

0 comments on commit 270eebb

Please sign in to comment.