Skip to content

Commit 67f26ad

Browse files
committed
Fixed creating solution in the same path with the same name
1 parent d99b531 commit 67f26ad

File tree

5 files changed

+133
-120
lines changed

5 files changed

+133
-120
lines changed

media/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ <h3>Select the project template</h3>
2424
<option value="react">ASP.NET Core MVC React SPA</option>
2525
<option value="reactredux">ASP.NET Core MVC React/Redux SPA</option>
2626
<option value="webapi">ASP.NET Core Web API</option>
27+
<option value="minwebapi">Minimal Web API</option>
2728
<option value="grpc">ASP.NET Core GRPC Services</option>
2829
<option value="razorclasslib">Razor Class Library</option>
2930
</select>

media/sdks.txt

78 Bytes
Binary file not shown.

out/resource/createProjectWebView/CreateProject.js

Lines changed: 27 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "csharp-snippet-productivity",
33
"displayName": "C# Toolbox of Productivity",
44
"description": "The complete set of tools for C# development",
5-
"version": "1.2.9",
5+
"version": "1.3.0",
66
"icon": "icon.png",
77
"publisher": "richardzampieriprog",
88
"license": "SEE LICENSE IN LICENSE.md",

0 commit comments

Comments
 (0)