Skip to content

Commit

Permalink
Release 0.0.4 for Visual Studio 2013
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsfs committed Dec 3, 2014
1 parent d7184d2 commit b0825d7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
Binary file added releases/0.0.4/VS2013/TFSScrumExtensions.vsix
Binary file not shown.
9 changes: 9 additions & 0 deletions releases/0.0.4/release-notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
==================================================================
=
= TFS Scrum Extensions
=
==================================================================

Release 0.0.4:
- Support to multiple project work items;
- Multiple bug fixes;

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
<PropertyGroup>
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>4.0</OldToolsVersion>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>
Expand Down Expand Up @@ -213,6 +218,8 @@
<Page Include="PlanWorkItem\PlanWorkItemView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit b0825d7

Please sign in to comment.