Skip to content

Conversation

@maxkatz6
Copy link
Contributor

No description provided.

ChangedButton = e.MouseButton.Convert(),
ChangedButton = point.Properties.PointerUpdateKind.Convert(),
#pragma warning disable CS0618 // Type or member is obsolete
ClickCount = e.ClickCount,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ClickCount is obsolete, but there is no 1to1 replacement. Although it can be replaced with DoubleTapped event.

@maxkatz6
Copy link
Contributor Author

@VisualMelon @worldbeater
New version of Avalonia is now signed and not compatible with controls that were build with non-signed versions.
It's main point of this PR, but I also fixed some obsolete messages.

Copy link
Member

@worldbeater worldbeater left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@worldbeater worldbeater merged commit e6900ee into oxyplot:master Dec 11, 2020
@maxkatz6 maxkatz6 deleted the avalonia-0.10.rc branch December 11, 2020 08:00
@worldbeater
Copy link
Member

Uploaded the new version built by Azure Pipelines to NuGet. We should definitely incorporate proper NuGet-friendly CD into the repo sometime in the future. Probably we could incorporate ReactiveUI GitHub Actions setup as described in AvaloniaUI/Live.Avalonia#5 (comment) (e.g. PRs labeled with release will be shipped to NuGet once merged)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants