Skip to content

Commit

Permalink
Change version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Sep 24, 2017
1 parent 22dd6ce commit 1fc997d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Release Notes

## 0.6.0 (2017-09-24)

### New Shortcuts

Shortcut | Description | Comment
-------- | ----------- | -------
x|logical not operator|prefix

### New Snippets

Language | Shortcut | Title
-------- | -------- | -----
C\+\+|eif|else\-if
C\#|coxn|conditional operator \(not equal to null\)
C\#|con|conditional operator \(equal to null\)
C\#|doxn|do\-while not null
C\#|don|do\-while null
C\#|l2|lambda expression with 2 parameters
C\#|wexn|while not null
C\#|wen|while null
VB|l2|lambda expression with 2 parameters
VB|wexn|while not null
VB|wen|while null

## 0.5.2 (2017-05-28)

### New Snippets
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="ae12c77c-5384-4e1f-a148-26bf0fddaa33" Version="0.5.2" Language="en-US" Publisher="Josef Pihrt" />
<Identity Id="ae12c77c-5384-4e1f-a148-26bf0fddaa33" Version="0.6.0" Language="en-US" Publisher="Josef Pihrt" />
<DisplayName>Snippetica.Dev</DisplayName>
<Description xml:space="preserve">A collection of snippets for C#, VB, C++, HTML, XAML and XML.</Description>
<MoreInfo>http://github.com/JosefPihrt/Snippetica</MoreInfo>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="5809355f-dd0b-4463-a439-46f547208e95" Version="0.5.2" Language="en-US" Publisher="Josef Pihrt" />
<Identity Id="5809355f-dd0b-4463-a439-46f547208e95" Version="0.6.0" Language="en-US" Publisher="Josef Pihrt" />
<DisplayName>Snippetica</DisplayName>
<Description xml:space="preserve">A collection of snippets for C#, VB, C++, HTML, XAML and XML.</Description>
<MoreInfo>http://github.com/JosefPihrt/Snippetica</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion source/Snippetica/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.2")]
[assembly: AssemblyVersion("0.6.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit 1fc997d

Please sign in to comment.