mmanela / diffplex

DiffPlex is Netstandard 1.0+ C# library to generate textual diffs.
Apache License 2.0
990 stars 183 forks source link

Add summary text of line additions and deletions for WinUI library #97

Closed kingcean closed 1 year ago

kingcean commented 1 year ago

Optimize DiffPlex.Window.

kingcean commented 1 year ago

Hi @mmanela could you please upload DiffPlex.Windows assembly to NuGet?

For your information, it requires following development environment to build.

https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/set-up-your-development-environment?tabs=vs-2022-17-1-a%2Cvs-2022-17-1-b

kingcean commented 1 year ago

Hello @mmanela the DiffPlex.Windows project/assembly is introduced by #96 for Windows App SDK (with WinUI 3) and is available to publish on NuGet. Could you please package and upload it? You can also use the NuPkg file and its symbol file directly from following compressed file.

DiffPlex.Windows.1.0.0.zip

mmanela commented 1 year ago

@kingcean Oh so you already built it? That is nice of you :)

mmanela commented 1 year ago

Submitted