Skip to content

Commit 5016b3d

Browse files
authored
revert vscode push and create 1.2.3 release (#519)
- revert unintentional vscode push - create 1.2.3 release
1 parent 0ba6c4e commit 5016b3d

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.vscode/launch.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "0.2.0",
33
"configurations": [
44
{
5-
"name": "net 6 launch",
5+
"name": ".NET Core Launch (console)",
66
"type": "coreclr",
77
"request": "launch",
88
"preLaunchTask": "build",
@@ -13,10 +13,7 @@
1313
],
1414
"cwd": "${workspaceFolder}/CredentialProvider.Microsoft",
1515
"console": "integratedTerminal",
16-
"stopAtEntry": false,
17-
"env": {
18-
"ARTIFACTS_CREDENTIALPROVIDER_PROGRAM_CONTEXT":"nuGET"
19-
}
16+
"stopAtEntry": false
2017
},
2118
{
2219
"name": ".NET Core Attach",

Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<CredentialProviderVersion>1.2.2</CredentialProviderVersion>
4+
<CredentialProviderVersion>1.2.3</CredentialProviderVersion>
55
<VersionSuffix></VersionSuffix>
66
<TargetFrameworks>netcoreapp3.1;net461;net6.0</TargetFrameworks>
77
</PropertyGroup>

0 commit comments

Comments
 (0)