Preparing for 0.1.2 release
This commit is contained in:
Родитель
5e18f8222b
Коммит
a668e97489
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче