Skip to content

Commit

Permalink
revert vscode push and create 1.2.3 release (#519)
Browse files Browse the repository at this point in the history
- revert unintentional vscode push
- create 1.2.3 release
  • Loading branch information
embetten authored Sep 19, 2024
1 parent 0ba6c4e commit 5016b3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "0.2.0",
"configurations": [
{
"name": "net 6 launch",
"name": ".NET Core Launch (console)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
Expand All @@ -13,10 +13,7 @@
],
"cwd": "${workspaceFolder}/CredentialProvider.Microsoft",
"console": "integratedTerminal",
"stopAtEntry": false,
"env": {
"ARTIFACTS_CREDENTIALPROVIDER_PROGRAM_CONTEXT":"nuGET"
}
"stopAtEntry": false
},
{
"name": ".NET Core Attach",
Expand Down
2 changes: 1 addition & 1 deletion Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<CredentialProviderVersion>1.2.2</CredentialProviderVersion>
<CredentialProviderVersion>1.2.3</CredentialProviderVersion>
<VersionSuffix></VersionSuffix>
<TargetFrameworks>netcoreapp3.1;net461;net6.0</TargetFrameworks>
</PropertyGroup>
Expand Down

0 comments on commit 5016b3d

Please sign in to comment.