Skip to content

Commit

Permalink
Change version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Dec 13, 2017
1 parent eb53980 commit 28c51ff
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 18 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## 0.7.0 (2017-12-13)

* Rewrite C++ snippets
* Change shortcut for '...WithInitializer' snippets from '_' to 'x' (C# and VB)
* Remove '...WithArguments' snippets and '...WithParameters' snippets (C# and VB)

## 0.6.0 (2017-09-24)

### New Shortcuts
Expand Down
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.1")]
[assembly: AssemblyVersion("0.7.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
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.6.0" Language="en-US" Publisher="Josef Pihrt" />
<Identity Id="ae12c77c-5384-4e1f-a148-26bf0fddaa33" Version="0.7.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
2 changes: 1 addition & 1 deletion source/Snippetica.VisualStudio/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.1")]
[assembly: AssemblyVersion("0.7.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
10 changes: 0 additions & 10 deletions source/Snippetica.VisualStudio/Snippetica.VisualStudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,6 @@
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Content Include="Snippetica.Cpp\AlignAsKeyword">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Snippetica.Cpp\AlignAsKeyword">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Snippetica.CSharp\AttributeClass.snippet">
<IncludeInVSIX>true</IncludeInVSIX>
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.6.0" Language="en-US" Publisher="Josef Pihrt" />
<Identity Id="5809355f-dd0b-4463-a439-46f547208e95" Version="0.7.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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Snippetica for C#",
"description": "A collection of snippets for C#.",
"icon": "images/icon.png",
"version": "0.6.0",
"version": "0.7.0",
"author": "Josef Pihrt",
"license": "SEE LICENSE IN LICENSE.TXT",
"homepage": "http://github.com/josefpihrt/snippetica/blob/master/source/Snippetica.VisualStudioCode/Snippetica.CSharp.Dev/README.md",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Snippetica for VB",
"description": "A collection of snippets for VB.",
"icon": "images/icon.png",
"version": "0.6.0",
"version": "0.7.0",
"author": "Josef Pihrt",
"license": "SEE LICENSE IN LICENSE.TXT",
"homepage": "http://github.com/josefpihrt/snippetica/blob/master/source/Snippetica.VisualStudioCode/Snippetica.VisualBasic.Dev/README.md",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 0.7.0 (2017-12-13)

* Change shortcut for '...WithInitializer' snippets from '_' to 'x'
* Remove '...WithArguments' snippets and '...WithParameters' snippets
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Snippetica for C#",
"description": "A collection of snippets for C#.",
"icon": "images/icon.png",
"version": "0.6.0",
"version": "0.7.0",
"author": "Josef Pihrt",
"license": "SEE LICENSE IN LICENSE.TXT",
"homepage": "http://github.com/josefpihrt/snippetica/blob/master/source/Snippetica.VisualStudioCode/Snippetica.CSharp/README.md",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Snippetica for VB",
"description": "A collection of snippets for VB.",
"icon": "images/icon.png",
"version": "0.6.0",
"version": "0.7.0",
"author": "Josef Pihrt",
"license": "SEE LICENSE IN LICENSE.TXT",
"homepage": "http://github.com/josefpihrt/snippetica/blob/master/source/Snippetica.VisualStudioCode/Snippetica.VisualBasic/README.md",
Expand Down
2 changes: 2 additions & 0 deletions source/Snippetica/Snippetica.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>..\global.ruleset</CodeAnalysisRuleSet>
<CreateVsixContainer>False</CreateVsixContainer>
<DeployExtension>False</DeployExtension>
</PropertyGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down

0 comments on commit 28c51ff

Please sign in to comment.