Skip to content

Commit 5f8b14f

Browse files
committed
Update to 0.2.0
1 parent ad1ee3b commit 5f8b14f

File tree

7 files changed

+17
-9
lines changed

7 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.2.0 (14-04-2022)
4+
5+
- Bugs fixed.
6+
37
## v0.1.5 (12-04-2022)
48

59
- [Issue 1](https://github.com/devdotnetorg/vscode-extension-dotnet-fastiot/issues/1 "Issue 1"). Added a template for creating a launch name. See [Launch-title-template](https://github.com/devdotnetorg/vscode-extension-dotnet-fastiot/blob/master/docs/Launch-title-template.md "Launch-title-template").

CHANGELOG_ru.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Changelog
22

3+
## v0.2.0 (14-04-2022)
4+
5+
- Исправлены ошибки.
6+
37
## v0.1.5 (12-04-2022)
48

59
- [Issue #1](https://github.com/devdotnetorg/vscode-extension-dotnet-fastiot/issues/1 "Issue #1"). Добавлен шаблон для названия профиля запуска проекта. См. [Launch-title-template](https://github.com/devdotnetorg/vscode-extension-dotnet-fastiot/blob/master/docs/Launch-title-template.md "Launch-title-template").
610
- Добавлена возможность установки Libgpiod из репозитория или из исходников.
711
- Добавлено определение модели платы для Raspberry Pi.
812
— Добавлена поддержка .NET Runtime и SDK 7.0.
913
- Реализована функция тестирования/проверки установленного пакета.
10-
- Добавлен тестовый проект [dotnet-iot-fastiot-test](https://github.com/devdotnetorg/vscode-extension-dotnet-fastiot/tree/master/Samples/dotnet-iot-fastiot-test "dotnet-iot -фастио-тест").
14+
- Добавлен тестовый проект [dotnet-iot-fastiot-test](https://github.com/devdotnetorg/vscode-extension-dotnet-fastiot/tree/master/Samples/dotnet-iot-fastiot-test "dotnet-iot-fastiot-test").
1115
- Добавлена команда выключения устройства.
1216
- Добавлено игнорирование комментариев ('//') для launch.json и tasks.json.
1317
- Некоторые визуальные изменения.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Installing the Libgpiod library is possible from the repository and source code.
119119

120120
### Step 4 — Launch configuration
121121

122-
Now you need to open the project or create it. Project example [dotnet-iot-fastiot-test](https://github.com/devdotnetorg/vscode-extension-dotnet-fastiot/tree/master/Samples/dotnet-iot-fastiot-test "dotnet-iot-fastiot-test"). Other projects are located in the [devdotnetorg/dotnet-iot-samples](https://github.com/devdotnetorg/dotnet-iot-samples "devdotnetorg/dotnet-iot-samples") repository.
122+
Now you need to open the project or create it. Project example [dotnet-iot-fastiot-test](https://github.com/devdotnetorg/vscode-extension-dotnet-fastiot/tree/master/Samples/dotnet-iot-fastiot-test "dotnet-iot-fastiot-test").
123123

124124
To create a remote debugging configuration on the device, you must click on the *Add Configuration* button:
125125

@@ -151,7 +151,7 @@ Run the project on debugging menu `Run > Start Debugging`.
151151

152152
## Test projects
153153

154-
The `*.csproj` test projects are located in the folder [samples](https://github.com/devdotnetorg/vscode-extension-dotnet-fastiot/tree/master/Samples/ "samples"). The first base project for testing remote debugging is `dotnet-iot-fastiot-test`.
154+
The `*.csproj` test projects are located in the folder [samples](https://github.com/devdotnetorg/vscode-extension-dotnet-fastiot/tree/master/Samples/ "samples"). The first base project for testing remote debugging is `dotnet-iot-fastiot-test`. Other projects are located in the [devdotnetorg/dotnet-iot-samples](https://github.com/devdotnetorg/dotnet-iot-samples "devdotnetorg/dotnet-iot-samples") repository.
155155

156156
## Extension settings
157157

README_ru.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ sudo systemctl status ssh
119119

120120
### Шаг 4 — Конфигурация запуска
121121

122-
Теперь необходимо открыть проект или его создать. Пример проекта [dotnet-iot-fastiot-test](https://github.com/devdotnetorg/vscode-extension-dotnet-fastiot/tree/master/Samples/dotnet-iot-fastiot-test "dotnet-iot-fastiot-test"). Другие проекты располагаются в репозитории [devdotnetorg/dotnet-iot-samples](https://github.com/devdotnetorg/dotnet-iot-samples "devdotnetorg/dotnet-iot-samples").
122+
Теперь необходимо открыть проект или его создать. Пример проекта [dotnet-iot-fastiot-test](https://github.com/devdotnetorg/vscode-extension-dotnet-fastiot/tree/master/Samples/dotnet-iot-fastiot-test "dotnet-iot-fastiot-test").
123123

124124
Для создание конфигурации удаленной отладки на устройстве, необходимо нажать на кнопку *Add Configuration*:
125125

@@ -151,7 +151,7 @@ sudo systemctl status ssh
151151

152152
## Тестовые проекты
153153

154-
Тестовые проекты `*.csproj` располагаются в папке [samples](https://github.com/devdotnetorg/vscode-extension-dotnet-fastiot/tree/master/Samples/ "samples"). Первый базовый проект для проверки удаленной отладки `dotnet-iot-fastiot-test`.
154+
Тестовые проекты `*.csproj` располагаются в папке [samples](https://github.com/devdotnetorg/vscode-extension-dotnet-fastiot/tree/master/Samples/ "samples"). Первый базовый проект для проверки удаленной отладки `dotnet-iot-fastiot-test`. Другие проекты располагаются в репозитории [devdotnetorg/dotnet-iot-samples](https://github.com/devdotnetorg/dotnet-iot-samples "devdotnetorg/dotnet-iot-samples").
155155

156156
## Настройки расширения
157157

assets/marketplace/vscode-marketplace-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ To run a .NET IoT application and perform remote debugging, you need to install:
117117

118118
Installing the Libgpiod library is possible from the repository and source code. If the repository contains an old version of the library, then install the library from source.
119119

120-
### Шаг 4 — Launch configuration
120+
### Step 4 — Launch configuration
121121

122122
Now you need to open the project or create it. Project example [dotnet-iot-fastiot-test](https://github.com/devdotnetorg/vscode-extension-dotnet-fastiot/tree/master/Samples/dotnet-iot-fastiot-test "dotnet-iot-fastiot-test").
123123

@@ -151,7 +151,7 @@ Run the project on debugging menu `Run > Start Debugging`.
151151

152152
## Test projects
153153

154-
The `*.csproj` test projects are located in the folder [samples](https://github.com/devdotnetorg/vscode-extension-dotnet-fastiot/tree/master/Samples/ "samples"). The first base project for testing remote debugging is `dotnet-iot-fastiot-test`.
154+
The `*.csproj` test projects are located in the folder [samples](https://github.com/devdotnetorg/vscode-extension-dotnet-fastiot/tree/master/Samples/ "samples"). The first base project for testing remote debugging is `dotnet-iot-fastiot-test`. Other projects are located in the [devdotnetorg/dotnet-iot-samples](https://github.com/devdotnetorg/dotnet-iot-samples "devdotnetorg/dotnet-iot-samples") repository.
155155

156156
## Extension settings
157157

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"icon": "assets/fastiot-logo-128.png",
66
"license": "LGPL-3.0-only",
77
"preview": true,
8-
"version": "0.1.6",
8+
"version": "0.2.0",
99
"overview": "assets/marketplace/vscode-marketplace-overview.md",
1010
"priceCategory": "free",
1111
"publisher": "devdotnetorg",

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export async function activate(context: vscode.ExtensionContext) {
6565
const outputChannel = vscode.window.createOutputChannel(".NET FastIoT");
6666
outputChannel.appendLine("Welcome to .NET FastIoT!");
6767
outputChannel.appendLine("----------------------------------");
68-
outputChannel.appendLine("Version: 0.1.6");
68+
outputChannel.appendLine("Version: 0.2.0");
6969
outputChannel.appendLine("Feedback: [email protected]");
7070
outputChannel.appendLine("----------------------------------");
7171
//TreeView Devices

0 commit comments

Comments
 (0)