This commit is contained in:
Sarah Oslund 2020-05-12 08:02:36 -07:00
Родитель 5e18f8222b
Коммит a668e97489
7 изменённых файлов: 13 добавлений и 6 удалений

Просмотреть файл

@ -1,5 +1,12 @@
# Change Log
## 0.1.2
### Added
- Added documentation for known Windows 7 bug. ( #68 )
- Added retries for web requests. ( #72 )
## 0.1.1
### Added

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "vscode-dotnet-runtime",
"version": "0.1.1",
"version": "0.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -13,7 +13,7 @@
"displayName": ".NET Install Tool for Extension Authors",
"description": "Allows acquisition of the .NET Core runtime specifically for VSCode extension authors.",
"icon": "images/dotnetIcon.png",
"version": "0.1.1",
"version": "0.1.2",
"publisher": "ms-dotnettools",
"engines": {
"vscode": "^1.41.0"

2
vscode-dotnet-runtime-extension/package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "vscode-dotnet-runtime",
"version": "0.1.1",
"version": "0.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -9,7 +9,7 @@
"engines": {
"vscode": "^1.41.0"
},
"version": "0.1.1",
"version": "0.1.2",
"publisher": "ms-dotnettools",
"activationEvents": [
"onCommand:dotnet.acquire",

2
vscode-dotnet-runtime-library/package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "vscode-dotnet-runtime-library",
"version": "0.1.1",
"version": "0.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "vscode-dotnet-runtime-library",
"description": "A library to acquire .NET Core tooling.",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/dotnet/vscode-dotnet-runtime.git"