Skip to content

Commit

Permalink
Added release notes for v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankahl committed Apr 1, 2018
1 parent 2cf900d commit d2d570e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SageCRMDotNetTemplatesVSIX/Release Notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Release Notes

## Version 1.0.1

Fixed bug #2 that was occurring because the VSIX had incorrect .NET dependencies. Changed it and tested it and it seems to work now.
4 changes: 4 additions & 0 deletions SageCRMDotNetTemplatesVSIX/SageCRMDotNetTemplatesVSIX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
</ItemGroup>
<ItemGroup>
<None Include="key.snk" />
<Content Include="Release Notes.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="SageCRMDotNetTemplates.ico">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
Expand Down
1 change: 1 addition & 0 deletions SageCRMDotNetTemplatesVSIX/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<DisplayName>Sage CRM .NET Templates</DisplayName>
<Description xml:space="preserve">This contains a collection of project templates, item templates and snippets that will make .NET development easier for Sage CRM.</Description>
<License>LICENSE.txt</License>
<ReleaseNotes>Release Notes.txt</ReleaseNotes>
<Icon>SageCRMDotNetTemplates.ico</Icon>
<Tags>sage,crm,templates,sage crm</Tags>
</Metadata>
Expand Down

0 comments on commit d2d570e

Please sign in to comment.