Skip to content
Snippets Groups Projects
Commit db834ac8 authored by areynold's avatar areynold
Browse files

Add release notes

parent 3ef8c8d3
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,10 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ReleaseNotes.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="Snippets\CSharp\Beckman\entityframeworklog.snippet" />
<None Include="Snippets\CSharp\Beckman\entityframeworklogconstructor.snippet">
<SubType>Designer</SubType>
......
# Release Notes
## 1.0.0
Initial Release:
* Common HTML surround elements
* C# IDisposable methods
## 1.1.0
Added Entity Framework query logging snippets.
## 1.1.1
Added Readme.
## 1.1.2
Added release notes.
\ No newline at end of file
<?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="Beckman.Snippets.Andrew Reynolds.554a17d5-acf8-469c-ad75-060f99bab879" Version="1.1.0" Language="en-US" Publisher="Andrew Reynolds" />
<Identity Id="Beckman.Snippets.Andrew Reynolds.554a17d5-acf8-469c-ad75-060f99bab879" Version="1.1.2" Language="en-US" Publisher="Andrew Reynolds" />
<DisplayName>Beckman Snippets</DisplayName>
<Description xml:space="preserve">Visual Studio code snippets commonly used in Beckman projects.</Description>
<MoreInfo>http://madskristensen.net/post/shipping-visual-studio-snippets-in-an-extension</MoreInfo>
<License>License.txt</License>
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes>
<Tags>snippets</Tags>
</Metadata>
<Installation>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment