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 9d7bb4a

Browse files
v 0.3.1
1 parent 62fde66 commit 9d7bb4a

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
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": "0.2.0",
2+
"version": "0.3.1",
33
"configurations": [
44
{
55
"name": "Launch Extension",

‎CHANGELOG.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77

8-
## [0.3.0] (2018年03月02日)
8+
## [0.3.1] (2018年03月02日)
99

1010
```
1111
General
@@ -189,4 +189,5 @@ General C# Snippets
189189
- `[tryf]`
190190
- `[using]`
191191
- `[while]`
192-
- ~~`[con_general_output]`~~
192+
- ~~`[con_general_output]`~~
193+

‎LICENSE.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
66

77
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
88

9-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ xml_<value>
9696
3. From the command palette `Ctrl`-`Shift`-`P` (Windows, Linux) or `Cmd`-`Shift`-`P` (OSX)
9797
4. Select `Install Extension`
9898
5. Search and choose the extension
99-
6. Reload Visual Studio Code
99+
6. Reload Visual Studio Code

‎TUTORIALS.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Snippets used: `[dnac_csproj_2.0]` `[dnac_#helloworld_Startup]` and `[dnac_#hel
1616

1717
* The video has a duration of 50 seconds. In this time, you will be able to generate your first ASP.NET Core app.
1818

19-
![alt text](https://github.com/J0rgeSerran0/vscode-csharp-snippets/raw/master/videos/csproj_2_aspnetcore_helloworld_snippet.gif "C# Snippets")
19+
![alt text](https://github.com/J0rgeSerran0/vscode-csharp-snippets/raw/master/videos/csproj_2_aspnetcore_helloworld_snippet.gif "C# Snippets")

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "C# Snippets",
55
"description": "C# Snippets for Visual Studio Code",
66
"icon": "images/vscode-csharp-snippets.png",
7-
"version": "0.3.0",
7+
"version": "0.3.1",
88
"author": "Jorge Serrano",
99
"license": "SEE LICENSE IN LICENSE.md",
1010
"repository": {

‎snippets/csharp.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,4 +579,4 @@
579579
],
580580
"description": "ASP.NET Core - Creates the Startup constructor to be used with the web hosting environment"
581581
}
582-
}
582+
}

0 commit comments

Comments
(0)

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