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

Move in changes for 1.2.4 release #3565

Merged
merged 20 commits into from
Nov 4, 2019
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e2fd25f
[UWP] Add accessible names to all action buttons (#3528)
paulcam206 Oct 21, 2019
ddcc7af
[.NET] Updated obsolete messages (#3529)
jwoo-msft Oct 22, 2019
19057e0
Add validation for properly rendered columns (#3471)
almedina-ms Sep 23, 2019
db6fab6
[.NET] Parse Context Update (#3548)
jwoo-msft Oct 30, 2019
834c227
.Net Concurrency (#3556)
jwoo-msft Nov 1, 2019
0e49991
[.NET] Added missing pieces from previous commit
jwoo-msft Nov 1, 2019
dc5c4c5
[iOS] Added Custom Parsing and allowed signal to be passed to host ap…
jwoo-msft Oct 24, 2019
984c5c7
[iOS][Sample App]Updated custom image renderer to handle toggle visib…
jwoo-msft Oct 25, 2019
1ab18d8
[UWP] Fix circular reference in ImageOpened lambda for Auto sized ima…
Oct 9, 2019
32fe148
[UWP] Fix cirucular reference in element tag (#3496)
Sep 27, 2019
e656484
updated version info
jwoo-msft Nov 1, 2019
4de189b
Release: Updating custom.props to 1.2.4
shalinijoshi19 Nov 1, 2019
a0d240c
[UWP] Use custom button to show OpenUrl actions as links (#3555)
paulcam206 Nov 1, 2019
526f902
[iOS] allows default text renderers to be used in their custom versio…
jwoo-msft Oct 1, 2019
605f1c5
[UWP] Update PerfApp test signing cert
paulcam206 Nov 4, 2019
6fccd7d
[UWP] Move accessibility changes from ActionHelpers to XamlBuilder
paulcam206 Nov 4, 2019
51b9389
Revert "fix xml serialization (#3455)"
shalinijoshi19 Nov 4, 2019
8801606
Bad merge with the last revert
shalinijoshi19 Nov 4, 2019
5878c7c
Merge branch 'paulcam/release-1.2.4' of https://github.com/microsoft/…
shalinijoshi19 Nov 4, 2019
69a16d1
fixed bad merge
jwoo-msft Nov 4, 2019
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
Prev Previous commit
Next Next commit
Release: Updating custom.props to 1.2.4
  • Loading branch information
shalinijoshi19 authored and Rebecca Muraira committed Nov 4, 2019
commit 4de189b3b8bf611df1592b35b5a7654e3cfe1575
2 changes: 1 addition & 1 deletion custom.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<VersionMajor>1</VersionMajor>
<VersionMinor>2</VersionMinor>
<!-- The nuget package version should be incremented when we produce QFEs -->
<NuGetPackVersion>1.2.3</NuGetPackVersion>
<NuGetPackVersion>1.2.4</NuGetPackVersion>
<VersionInfoProductName>AdaptiveCards</VersionInfoProductName>
</PropertyGroup>
</Project>