Skip to content

Commit e2e66f8

Browse files
authored
.NET Framework 4.7.2 release notes and related changes (microsoft#726)
* Updates for .net framework 4.7.1 early access build 2539 * .NET Framework 4.7.2 release notes and related changes
1 parent 6b56f2c commit e2e66f8

8 files changed

+565
-10
lines changed

data/platforms.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,37 @@
8181
"link": "https://github.com/dotnet/core/releases/tag/1.1.5"
8282
}
8383
]
84+
},
85+
{
86+
"platform": ".NET Framework 4.7.2",
87+
"alias": "net472",
88+
"category": "netfx",
89+
"supportInfo": {
90+
"support": "Supported",
91+
"link": ""
92+
},
93+
"popular": true,
94+
"info": "http://go.microsoft.com/fwlink/?LinkId=863281",
95+
"includedIn": [
96+
"VS2017"
97+
],
98+
"supportedBy": [
99+
"VS2015"
100+
],
101+
"runtime": [
102+
{
103+
"name": ".NET Framework 4.7.2",
104+
"link": "http://go.microsoft.com/fwlink/?LinkId=863262",
105+
"directLink": "http://go.microsoft.com/fwlink/?LinkId=863262&source=getdotnet&desc=dotnet472"
106+
}
107+
],
108+
"tools": [
109+
{
110+
"name": ".NET Framework 4.7.2 Developer Pack",
111+
"link": "http://go.microsoft.com/fwlink/?LinkId=863261",
112+
"description": "The .NET 4.7.2 Developer pack includes 4.7.2 reference assemblies needed by Visual Studio and msbuild."
113+
}
114+
]
84115
},
85116
{
86117
"platform": ".NET Framework 4.7.1",

releases/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ To get up-to-date with the latest versions of .NET Framework and Visual Studio,
88

99
You can see what was included in each .NET Framework release. Some releases are now unsupported, as called out.
1010

11+
- [.NET Framework 4.7.2](net472/README.md)
1112
- [.NET Framework 4.7.1](net471/README.md)
1213
- [.NET Framework 4.7](net47/README.md)
1314
- [.NET Framework 4.6.2](net462/README.md)
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# WPF May Not Show Touch Keyboard In All Scenarios on Windows 10 RS4
1+
# WPF May Not Show Touch Keyboard In All Scenarios on Windows 10 Spring Creators Update
22

33
## Symptoms
4-
In the .NET Framework 4.7.2 runnin on Windows 10 RS4, WPF applications may not immediately show the touch keyboard in some specific scenarios. Generally, these involve variations of the following.
4+
In the .NET Framework 4.7.2 running on Windows 10 Spring Creators Update, WPF applications may not immediately show the touch keyboard in some specific scenarios. Generally, these involve variations of the following.
55

66
1. Tap a text box and note the touch keyboard shows.
77
2. Tap another text box.
88
3. Tap the 'X' on the touch keyboard to close it.
99
4. Tap the text box from step 1 and note the touch keyboard does not show.
1010

1111
## Cause
12-
A WPF change in .NET Framework 4.7.2 is preventing WPF from requesting the touch keyboard show. Due to this, the touch keyboard tracking algorithm in Windows 10 RS4 does not show the
12+
A WPF change in .NET Framework 4.7.2 is preventing WPF from requesting the touch keyboard show. Due to this, the touch keyboard tracking algorithm in Windows 10 Spring Creators Update does not show the
1313
keyboard in all scenarios.
1414

1515
## Resolution
16-
This will be fixed in the first servicing release for Windows 10 RS4.
16+
This will be fixed in an upcoming update for Windows 10 Spring Creators Update.
1717

1818
In the meantime, users can tap another text box within the application or they can explicitly tap the touch keyboard button on the start bar to ensure the keyboard shows.

releases/net472/KnownIssues/560016-XBAP Applications targeting .NET 2.0,3.5 select wrong runtime version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ When a XAML Browser Application (XBAP) that targets .NET Framework 3.5 is launch
66

77
## Resolution
88

9-
A fix will be released shortly for .NET Framework 4.7.2 on Windows 10 Version 1804. .NET Framework 4.7.2 on all other OS platforms already has this fix.
9+
A fix will be released shortly for .NET Framework 4.7.2 on Windows 10 Spring Creators Update. .NET Framework 4.7.2 on all other OS platforms already has this fix.
1010

1111
The fix for this issue must be enabled by customers who have problems running XBAP applications that target .NET Framework 3.5 under CLR v4. The fix can be enabled by setting the following registry keys:
1212

releases/net472/README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
Placeholder
1+
# .NET Framework 4.7.2 Release Notes
2+
3+
You can learn about the changes made in the .NET Framework 4.7.2.
4+
5+
- [Download](http://go.microsoft.com/fwlink/?LinkId=863262)
6+
- [.NET Framework 4.7.2 Announcement blog post](https://go.microsoft.com/fwlink/?linkid=863281)
7+
- [Release notes](dotnet472-changes.md)
8+
- [Application compatibility](https://go.microsoft.com/fwlink/?linkid=863254)
9+
- [API changes](dotnet472-api-changes.md)
10+
- [Known issues](dotnet472-known-issues.md)
11+
12+
## Release Notes by Product Area
13+
14+
- [ASP.NET](dotnet472-changes.md#aspnet)
15+
- [BCL](dotnet472-changes.md#bcl)
16+
- [CLR](dotnet472-changes.md#clr)
17+
- [ClickOnce](dotnet472-changes.md#ClickOnce)
18+
- [Networking](dotnet472-changes.md#networking)
19+
- [SQL](dotnet472-changes.md#sql)
20+
- [WCF](dotnet472-changes.md#wcf)
21+
- [Windows Forms](dotnet472-changes.md#windows-forms)
22+
- [Workflow](dotnet472-changes.md#workflow)
23+
- [WPF](dotnet472-changes.md#wpf)

0 commit comments

Comments
 (0)