We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2a7c4c + a895202 commit 470f91dCopy full SHA for 470f91d
.vscode/settings.json
@@ -0,0 +1,3 @@
1
+{
2
+ "dotnet.defaultSolution": "dotnet-todo.sln"
3
+}
src/todo/todo.csproj
@@ -13,7 +13,7 @@
13
<PackageProjectUrl>https://github.com/rprouse/dotnet-todo</PackageProjectUrl>
14
<RepositoryUrl>https://github.com/rprouse/dotnet-todo</RepositoryUrl>
15
<PackageId>dotnet-todo</PackageId>
16
- <Version>0.5.1</Version>
+ <Version>0.5.2</Version>
17
<PackAsTool>true</PackAsTool>
18
<ToolCommandName>todo</ToolCommandName>
19
<PackageOutputPath>./nupkg</PackageOutputPath>
0 commit comments