Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update to 3.9.4
Fixed a crash when restoring window; removed AltGr
- Loading branch information
Showing
with
21 additions
and 10 deletions.
- +1 −1 SharpKeys/AssemblyInfo.cs
- +15 −5 SharpKeys/Dialog_Main.cs
- +4 −3 SharpKeys/SharpKeys.csproj
- +1 −1 SharpKeys/app.config
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -26,4 +26,4 @@ | ||
| // You can specify all the values or you can default the Revision and Build Numbers | ||
| // by using the '*' as shown below: | ||
|
|
||
| [assembly: AssemblyVersion("3.9.4.0")] | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,3 +1,3 @@ | ||
| <?xml version="1.0"?> | ||
| <configuration> | ||
| <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration> |