Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7c738fb

Browse files
author
Jorge Serrano
committed
Uptaded to v1.0.1
1 parent 88989ad commit 7c738fb

File tree

5 files changed

+57
-9
lines changed

5 files changed

+57
-9
lines changed

‎.vscode/launch.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.0.1",
33
"configurations": [
44
{
55
"name": "Launch Extension",

‎CHANGELOG.md‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55

66

77

8+
## [1.0.1] (2020年11月14日)
9+
10+
```
11+
New Snippets
12+
```
13+
- `[sln_2019]` :: Creates a soluction file for Visual Studio 2019 (.NET Core and ASP.NET Core)
14+
15+
```
16+
Renamed
17+
```
18+
- `[sln]` to `[sln_2017]` :: Creates a soluction file for Visual Studio 2017 (.NET Core and ASP.NET Core)
19+
20+
821
## [1.0.0] (2020年11月11日)
922

1023
```

‎README.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ while
7979

8080
### .NET Core C# snippets
8181
```csharp
82-
sln
82+
sln_2017
83+
sln_2019
8384
```
8485

8586
### ASP.NET Core C# snippets

‎package.json‎

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,32 @@
44
"displayName": "C# Snippets",
55
"description": "C# Snippets for Visual Studio Code",
66
"icon": "images/vscode-csharp-snippets.png",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"author": "Jorge Serrano",
99
"license": "SEE LICENSE IN LICENSE.md",
1010
"repository": {
1111
"type": "git",
1212
"url": "https://github.com/J0rgeSerran0/vscode-csharp-snippets.git"
1313
},
1414
"categories": [
15-
"Languages",
15+
"Other",
16+
"Programming Languages",
1617
"Snippets"
1718
],
1819
"keywords": [
1920
".NET",
21+
".NET Core",
2022
".NET 5",
23+
"ASP.NET",
24+
"gRPC",
25+
"Visual Studio",
2126
"C#",
22-
"CSharp",
23-
"Languages",
24-
"Snippets"
27+
"csharp",
28+
"languages",
29+
"dotnet",
30+
"programming languages",
31+
"snippet",
32+
"snippets"
2533
],
2634
"contributors": [
2735
{

‎snippets/csharp.json‎

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,8 +588,9 @@
588588
"</Project>"
589589
],
590590
"description": "csproj Generator for .NET 5"
591-
}, "sln Generator for Visual Studio 2017 (.NET Core and ASP.NET Core)":{
592-
"prefix": "sln",
591+
},
592+
"sln Generator for Visual Studio 2017 (.NET Core and ASP.NET Core)":{
593+
"prefix": "sln_2017",
593594
"body": [
594595
"Microsoft Visual Studio Solution File, Format Version 12.00",
595596
"# Visual Studio 15",
@@ -613,6 +614,31 @@
613614
],
614615
"description": "sln Generator for Visual Studio 2017 (.NET Core and ASP.NET Core)"
615616
},
617+
"sln Generator for Visual Studio 2019 (.NET Core and ASP.NET Core)":{
618+
"prefix": "sln_2019",
619+
"body": [
620+
"Microsoft Visual Studio Solution File, Format Version 12.00",
621+
"# Visual Studio Version 16",
622+
"VisualStudioVersion = 16.0.30711.63",
623+
"MinimumVisualStudioVersion = 10.0.40219.1",
624+
"Project(\"{${1:FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}}\") = \"${2:SolutionName}\", \"2ドル\\\\${3:ProjectName}.csproj\", \"{${4:3E6CAA7F-C72A-428D-91C8-74ADBD56D3CA}}\"",
625+
"EndProject",
626+
"Global",
627+
"\tGlobalSection(SolutionConfigurationPlatforms) = preSolution",
628+
"\t\tDebug|Any CPU = Debug|Any CPU",
629+
"\t\tDebug|x64 = Debug|x64",
630+
"\t\tDebug|x86 = Debug|x86",
631+
"\t\tRelease|Any CPU = Release|Any CPU",
632+
"\t\tRelease|x64 = Release|x64",
633+
"\t\tRelease|x86 = Release|x86",
634+
"\tEndGlobalSection",
635+
"\tGlobalSection(SolutionProperties) = preSolution",
636+
"\t\tHideSolutionNode = FALSE",
637+
"\tEndGlobalSection",
638+
"EndGlobal"
639+
],
640+
"description": "sln Generator for Visual Studio 2019 (.NET Core and ASP.NET Core)"
641+
},
616642
"Xml Comment - <c> Gives you a way to indicate that text within a description should be marked as code":{
617643
"prefix": "xml_<c>",
618644
"body": [

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /