microsoft / microsoft/AdaptiveCards
[C#] Incorrect assembly-qualified name of AdaptiveCards.Rendering.Wpf v2.8.0
@almedina-ms is already working on this.
Since Dec 11, 2023.
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
Problem Statement
The library of AdaptiveCards.Rendering.Wpf v2.8.0 package has the incorrect assembly-qualified name, we see v1.2.0.0 if we get AssemblyQualifiedName of it. I tried two dll in net6.0-windows7.0 and net452, neither as expected.
However, for previous v2.7.3, we see v2.7.0.0 if we get AssemblyQualifiedName of it.
https://www.nuget.org/packages/AdaptiveCards.Rendering.Wpf
I can see incorrect version by the properties of the dll files as well.
here is the v2.8.0 dll
here is the v2.7.3 dll
Proposed solution
please correct AdaptiveCards.Rendering.Wpf v2.8.0 assembly-qualified name.
Alternatives or Workarounds
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.