hardcodet / wpf-notifyicon

NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform
Other
810 stars 125 forks source link

Download for WPF .NET Core 3.1 #29

Closed tildebox closed 3 years ago

tildebox commented 4 years ago

I don't know how to download the newest version for WPF .NET Core 3.1

The version on NuGet was "Last updated" on 4/2/2016.

Can the whole code be placed in just one folder? I don't want to lose my overview.

Lakritzator commented 4 years ago

It hasn't been released yet.

tildebox commented 4 years ago

If I "Download ZIP" from https://github.com/hardcodet/wpf-notifyicon, you mean, the downloaded code do not have the closed ".Net Core 3.0 support" issue?

If the downloaded code have the ".Net Core 3.0 support" I just can switch to ".Net Core 3.0".

If no, is there a timeline? Why the code is not public?

Lakritzator commented 4 years ago

The issue is not closed, the merge hasn't been done yet and we didn't build & publish the nuget package yet. The code is public, you can see my pull-request here: https://github.com/hardcodet/wpf-notifyicon/pull/21

Just be patient, it will come.

hyllus commented 3 years ago

It appears that the PR linked above has been merged, is there a timeline for when a new build might be published?

Lakritzator commented 3 years ago

The fact that it was merged, unfortunately doesn't mean it works. There is an issue with it.

Due to corona I have practically 0 free time available for this (kid, job, other projects which actually provide me money), so it will come when it comes... sorry, you will just need to be patient.

On top of that, I do not have a good development system, my old system has issue. I am currently awaiting that I can finally order what I want, and to make this possible I must save some money for this (that is why I have to do activities that bring me money or save me money instead of free open source).

hyllus commented 3 years ago

Understandable. Is there a particular issue in the issues list that you are referring to? It'd be good to know what isn't working (and perhaps I could take a stab at fixing it).

Lakritzator commented 3 years ago

@hyllus The issue was time, and also that I have some problems with my laptop... working from an old one now, which doesn't really motivate.

I fixed the biggest issue, it had to do with this: https://github.com/dotnet/msbuild/issues/4704 Very annoying... Anyway, I will need to go through some other issues and we must have a release soon.

punker76 commented 3 years ago

This will be available with next release (v1.1.0), coming hopefully soon.

see

20

21

47