Skip to content

Commit

Permalink
0.0.6 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsfs committed Feb 27, 2015
1 parent c41f958 commit deda297
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
Binary file added releases/0.0.6/VS2013/TFSScrumExtensions.vsix
Binary file not shown.
16 changes: 16 additions & 0 deletions releases/0.0.6/release-notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
==================================================================
=
= TFS Scrum Extensions
=
==================================================================

Release 0.0.6:
- Support for Visual Studio Online;
- Team Explorer Home ShortCut for Work Item Planning.

Release 0.0.5:
- Copy tags on Work Items (VS2013);

Release 0.0.4:
- Support to multiple project work items;
- Multiple bug fixes;
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,10 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="Resources\PlanWorkItemNavigationItem.png" />
<Content Include="Resources\PlanWorkItemNavigationItem.png">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Page Include="PlanWorkItem\PlanWorkItemView.xaml">
Expand Down

0 comments on commit deda297

Please sign in to comment.