NetSparkle icon indicating copy to clipboard operation
NetSparkle copied to clipboard

SemVer support

Open teocomi opened this issue 3 years ago • 2 comments

Hi there,

Any plans to support semantic versioning? I tried publishing a 2.0.0-alpha and got the "could not connect..." issue.

teocomi avatar Jul 14 '22 20:07 teocomi

Hi @teocomi,

That error is rather vague and we'd have to look at the full log to know what's going on.

That being said, you can support alpha/beta/other channels by using the AppCastFilter property on XMLAppCast if you like. It's not well documented at this point, and there are a few more details in #291. You can also just use a separate app cast.

As far as actual semantic versioning goes for updates, there are no current plans for that. Pull requests are welcome!

Deadpikle avatar Jul 14 '22 23:07 Deadpikle

Thanks! I think channels will do for now and I might indeed look at adding semver support if I find the time :) Feel free to close this in the meantime.

teocomi avatar Jul 19 '22 08:07 teocomi

Added in #486!

Deadpikle avatar Jan 20 '24 12:01 Deadpikle