AvaloniaUtils / DialogHost.Avalonia

AvaloniaUI control that provides a simple way to display a dialog with information or prompt the user when information is needed
MIT License
228 stars 15 forks source link

Change PackageVersion property to Version in DialogHost.Avalonia.csproj #5

Closed Gigas002 closed 2 years ago

Gigas002 commented 2 years ago

Without this property, check on AssemblyName.Version shows 1.0.0.0

SKProCH commented 2 years ago

Hello, @Gigas002

May be will be better if we add Version instead of separated PackageVersion and AssemblyVersion?

Gigas002 commented 2 years ago

@SKProCH Good point. I've checked this out, works fine, replacing the PackageVersion and PackageVersion

SKProCH commented 2 years ago

Thanks for contribution! ❤️