Skip to content

Commit 1fc997d

Browse files
committed
Change version to 0.6.0
1 parent 22dd6ce commit 1fc997d

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

ChangeLog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Release Notes
22

3+
## 0.6.0 (2017-09-24)
4+
5+
### New Shortcuts
6+
7+
Shortcut | Description | Comment
8+
-------- | ----------- | -------
9+
x|logical not operator|prefix
10+
11+
### New Snippets
12+
13+
Language | Shortcut | Title
14+
-------- | -------- | -----
15+
C\+\+|eif|else\-if
16+
C\#|coxn|conditional operator \(not equal to null\)
17+
C\#|con|conditional operator \(equal to null\)
18+
C\#|doxn|do\-while not null
19+
C\#|don|do\-while null
20+
C\#|l2|lambda expression with 2 parameters
21+
C\#|wexn|while not null
22+
C\#|wen|while null
23+
VB|l2|lambda expression with 2 parameters
24+
VB|wexn|while not null
25+
VB|wen|while null
26+
327
## 0.5.2 (2017-05-28)
428

529
### New Snippets

source/Snippetica.VisualStudio.Dev/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="ae12c77c-5384-4e1f-a148-26bf0fddaa33" Version="0.5.2" Language="en-US" Publisher="Josef Pihrt" />
4+
<Identity Id="ae12c77c-5384-4e1f-a148-26bf0fddaa33" Version="0.6.0" Language="en-US" Publisher="Josef Pihrt" />
55
<DisplayName>Snippetica.Dev</DisplayName>
66
<Description xml:space="preserve">A collection of snippets for C#, VB, C++, HTML, XAML and XML.</Description>
77
<MoreInfo>http://github.com/JosefPihrt/Snippetica</MoreInfo>

source/Snippetica.VisualStudio/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="5809355f-dd0b-4463-a439-46f547208e95" Version="0.5.2" Language="en-US" Publisher="Josef Pihrt" />
4+
<Identity Id="5809355f-dd0b-4463-a439-46f547208e95" Version="0.6.0" Language="en-US" Publisher="Josef Pihrt" />
55
<DisplayName>Snippetica</DisplayName>
66
<Description xml:space="preserve">A collection of snippets for C#, VB, C++, HTML, XAML and XML.</Description>
77
<MoreInfo>http://github.com/JosefPihrt/Snippetica</MoreInfo>

source/Snippetica/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// You can specify all the values or you can default the Build and Revision Numbers
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
31-
[assembly: AssemblyVersion("0.5.2")]
31+
[assembly: AssemblyVersion("0.6.0")]
3232
//[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)