Skip to content

Commit 470f91d

Browse files
authored
Merge pull request #70 from rprouse:vscode
Update VSCode settings
2 parents a2a7c4c + a895202 commit 470f91d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"dotnet.defaultSolution": "dotnet-todo.sln"
3+
}

src/todo/todo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageProjectUrl>https://github.com/rprouse/dotnet-todo</PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/rprouse/dotnet-todo</RepositoryUrl>
1515
<PackageId>dotnet-todo</PackageId>
16-
<Version>0.5.1</Version>
16+
<Version>0.5.2</Version>
1717
<PackAsTool>true</PackAsTool>
1818
<ToolCommandName>todo</ToolCommandName>
1919
<PackageOutputPath>./nupkg</PackageOutputPath>

0 commit comments

Comments
 (0)