Skip to content

Commit fc860b0

Browse files
committed
Change version to 0.5.1
1 parent 1a1fa48 commit fc860b0

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

ChangeLog.md

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

3+
## 0.5.1 (2017-03-09)
4+
5+
* 'virtual/Overridable' snippets
6+
37
## 0.5.0 (2016-12-30)
48

59
### New Snippets

source/Snippetica.VisualStudio/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.1.0")]
31+
[assembly: AssemblyVersion("0.5.1")]
3232
//[assembly: AssemblyFileVersion("1.0.0.0")]

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.0" Language="en-US" Publisher="Josef Pihrt" />
4+
<Identity Id="5809355f-dd0b-4463-a439-46f547208e95" Version="0.5.1" 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/Tools/Generator/ChangeLog.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<Property Name="Comment" />
99
</Declarations>
1010
<Records>
11+
<New Version="0.5.1" ReleaseDate="2017-03-09" Comment="'virtual/Overridable' snippets" />
1112
<New Version="0.5.0" ReleaseDate="2016-12-30" />
1213
<New Version="0.1.0" ReleaseDate="2016-10-16" Comment="Initial release" />
1314
</Records>

0 commit comments

Comments
 (0)