Skip to content

Commit

Permalink
Merge pull request #70 from rprouse:vscode
Browse files Browse the repository at this point in the history
Update VSCode settings
  • Loading branch information
rprouse authored Aug 22, 2023
2 parents a2a7c4c + a895202 commit 470f91d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"dotnet.defaultSolution": "dotnet-todo.sln"
}
2 changes: 1 addition & 1 deletion src/todo/todo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageProjectUrl>https://github.com/rprouse/dotnet-todo</PackageProjectUrl>
<RepositoryUrl>https://github.com/rprouse/dotnet-todo</RepositoryUrl>
<PackageId>dotnet-todo</PackageId>
<Version>0.5.1</Version>
<Version>0.5.2</Version>
<PackAsTool>true</PackAsTool>
<ToolCommandName>todo</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
Expand Down

0 comments on commit 470f91d

Please sign in to comment.