Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Win2d, fixed AttachedCardShadow on Wasdk 1.6 #526

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/ImageCropper/src/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Project>
<!-- WinUI 2 / UWP -->
<ItemGroup Condition="'$(IsUwp)' == 'true'">
<PackageReference Include="Win2D.uwp" Version="1.25.0"/>
<PackageReference Include="Win2D.uwp" Version="1.26.0"/>
</ItemGroup>

<!-- WinUI 2 / Uno -->
Expand All @@ -21,7 +21,7 @@

<!-- WinUI 3 / WinAppSdk -->
<ItemGroup Condition="'$(IsWinAppSdk)' == 'true'">
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.0.0.30"/>
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.2.1-experimental2"/>
Copy link
Member

Choose a reason for hiding this comment

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

Do we know when there won't be an experimental version of this package?

Copy link
Member

Choose a reason for hiding this comment

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

@Sergio0694 do you know?

Copy link
Member

Choose a reason for hiding this comment

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

Will try to publish it in the next week 🙂

</ItemGroup>

<!-- WinUI 3 / Uno -->
Expand Down
2 changes: 1 addition & 1 deletion components/Media/src/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

<!-- WinUI 3 / WinAppSdk -->
<ItemGroup Condition="'$(IsWinAppSdk)' == 'true'">
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.1.1" />
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.2.1-experimental2" />
</ItemGroup>
</Project>
Loading