fsprojects / Interstellar

Cross-platform desktop apps in F# using web tech - https://www.nuget.org/packages/Interstellar.Core/
https://fsprojects.github.io/Interstellar/
MIT License
43 stars 13 forks source link

Add missing version info in macOS-built assemblies #2

Open jwosty opened 4 years ago

jwosty commented 4 years ago

Interstellar.macOS.WebKit.dll is missing assembly version attributes.

For some reason, the macOS builds don't pick up the MSBuild assembly version info, even though they're all sdk-style projects. c53baba3 was an unsuccessful attempt to address this