It is currently April 23rd, 2024, 7:31 pm

Unable to log

Share and get help with Plugins and Addons
ShavedJesus
Posts: 10
Joined: October 19th, 2019, 1:35 pm

Re: Unable to log

Post by ShavedJesus »

I understand.
Well, I just started so I will figure it out later on.

Thank you very much for your help!
jsmorley wrote: October 19th, 2019, 4:40 pm The "minimum" we need for Rainmeter, mostly for the InputText plugin, is .NET 2.0. Feel free to target any version you like, but do be aware that you probably want to support Windows 7 with the platform updates, so I wouldn't go too far with it. Windows 7 is .NET 3.5.1 I believe. Many people will have updated further than that, but you can't be sure of it.

At the end of the day it's up to you. It's your plugin. Target v4.8 if you want, and then just make Windows 10 a requirement.

I use:

<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>

In a couple of my C# plugins.

I believe the currently supported values are v2.0, v3.0, v3.5, v4.5.2, v4.6, v4.6.1, v4.6.2, v4.7, v4.7.1, v4.7.2, and v4.8