Fix version in RunCat365.csproj#219
Conversation
|
@mor39a Thanks for your pull request. |
|
@Kyome22 I've never done it, so I don't know how to do it. But I agree with you. |
|
It seems that it is better to create an MSBuild project properties file and make it a reference format. <Project>
<PropertyGroup>
<VersionPrefix>3.0.2</VersionPrefix>
<VersionSuffix>0</VersionSuffix>
</PropertyGroup>
</Project> |
|
For now, I will merge this. I will implement a proper system myself. |
|
Ok, thanks |
|
I couldn't get a shared version number to work between the RunCat365 and WapForStore projects. The WapForStore |
Type of Contribution
Summary of the Proposal
Fix/update the version in de RunCat365.csproj from v3.0.0 to actual v3.0.2
Reason for the
new featurepull requestSince this information is used in the
Informationsection of the menu:https://github.com/Kyome22/RunCat365/blob/4ea49b6a4da65a40287cc7edfe07f388aa715b91/RunCat365/ContextMenuManager.cs#L112-L114
It can create confusion when users want to report bugs.
Checklist