Skip to content

Commit d17a45b

Browse files
committed
Updating README.md
1 parent 384722e commit d17a45b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Data Commander is a front-end for SQL and other databases.
55
The program has a plugin architecture for adding arbitrary data providers.
66

77
## How to build executable from source code
8-
Open git_repository\DataCommander\DataCommander.sln in JetBrains Rider 2021.3 or Visual Studio 2022. Build the solution.
8+
Open git_repository\DataCommander\DataCommander.sln in [JetBrains Rider 2021.3.3](https://www.jetbrains.com/rider/) or Visual Studio 2022. Build the solution.
99

1010
[Comparing to SQL Server Managament Studio](ComparingToManagementStudio.md)
1111

@@ -935,19 +935,21 @@ This program is freeware and released under the [GNU General Public License](htt
935935

936936
## Development environment
937937

938-
.NET 5/6 versions:
938+
.NET 6 version:
939+
- C# 10.0
939940
- [JetBrains Rider 2021.3.3](https://www.jetbrains.com/rider/)
941+
942+
.NET 5 version:
943+
- C# 9.0
940944
- Microsoft Visual Studio Community 2019 Version 16.11.6 (editing Forms)
941-
- .NET 5/6
942-
- C# 9.0/10.0
943945

944-
.NET 4.8 version:
946+
.NET Framework 4.8 version:
947+
- C# 7.2
945948
- Microsoft Visual Studio Community 2019 Version 16.9.3
946949
- Resharper 2021.1.1
947950
- Microsoft .NET Framework 4.8 (Windows Forms UI)
948951
- .NET Standard 2.0 (Foundation class libraries)
949952
- .NET Core 2.2 (unit tests)
950-
- C# 7.2
951953

952954
## Screenshots
953955
<img src="MainMenu.png" alt="Main menu">

0 commit comments

Comments
 (0)