Skip to content

Commit

Permalink
Change version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed May 28, 2017
1 parent 856ea0f commit 0537e88
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@
# Release Notes

## 0.5.2 (2017-05-28)

### New Snippets

Language | Shortcut | Title
-------- | -------- | -----
C\#|iftp|if TryParse
C\#|ifftp|if not TryParse
C\#|u|StreamReader variable
C\#|u|StreamWriter variable
C\#|u|StringReader variable
C\#|u|StringWriter variable
C\#|u|XmlReader variable
C\#|u|XmlWriter variable
C\#|us|using static directive
VB|iftp|if TryParse
VB|ifftp|if not TryParse
VB|u|StreamReader variable
VB|u|StreamWriter variable
VB|u|StringReader variable
VB|u|StringWriter variable
VB|u|XmlReader variable
VB|u|XmlWriter variable

## 0.5.1 (2017-03-09)

### New Snippets

* 'virtual/Overridable' snippets

## 0.5.0 (2016-12-30)
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.1" Language="en-US" Publisher="Josef Pihrt" />
<Identity Id="ae12c77c-5384-4e1f-a148-26bf0fddaa33" Version="0.5.2" 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.1" Language="en-US" Publisher="Josef Pihrt" />
<Identity Id="5809355f-dd0b-4463-a439-46f547208e95" Version="0.5.2" 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.1.0")]
[assembly: AssemblyVersion("0.5.2")]
//[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit 0537e88

Please sign in to comment.