Skip to content

Commit

Permalink
Bump version to v2023.2.0-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan committed Feb 2, 2023
1 parent 2f753e6 commit 3372b1a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "powershell",
"displayName": "PowerShell",
"version": "2023.1.0",
"preview": false,
"name": "powershell-preview",
"displayName": "PowerShell Preview",
"version": "2023.2.0",
"preview": true,
"publisher": "ms-vscode",
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
"description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!",
"engines": {
"vscode": "^1.67.0"
},
Expand All @@ -23,7 +23,7 @@
"PowerShell",
"pwsh"
],
"icon": "media/PowerShell_Icon.png",
"icon": "media/PowerShell_Preview_Icon.png",
"galleryBanner": {
"color": "#ACD1EC",
"theme": "light"
Expand Down

0 comments on commit 3372b1a

Please sign in to comment.