Skip to content

Commit

Permalink
Update GitInfo package to v1.1.72.
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonQ committed Aug 11, 2017
1 parent 9392d33 commit 0b8f021
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Music Folder Syncer.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,11 @@
<PostBuildEvent>xcopy /Y "$(ProjectDir)Resources\Codecs.xml" "$(ProjectDir)$(OutDir)"
xcopy /Y "$(ProjectDir)Resources\DefaultSettings.xml" "$(ProjectDir)$(OutDir)"</PostBuildEvent>
</PropertyGroup>
<Import Project="packages\GitInfo.1.1.60\build\GitInfo.targets" Condition="Exists('packages\GitInfo.1.1.60\build\GitInfo.targets')" />
<Import Project="packages\GitInfo.1.1.72\build\GitInfo.targets" Condition="Exists('packages\GitInfo.1.1.72\build\GitInfo.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('packages\GitInfo.1.1.60\build\GitInfo.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\GitInfo.1.1.60\build\GitInfo.targets'))" />
<Error Condition="!Exists('packages\GitInfo.1.1.72\build\GitInfo.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\GitInfo.1.1.72\build\GitInfo.targets'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GitInfo" version="1.1.60" targetFramework="net40-client" developmentDependency="true" />
<package id="GitInfo" version="1.1.72" targetFramework="net40-client" developmentDependency="true" />
<package id="Microsoft.WindowsAPICodePack-Core" version="1.1.0.2" targetFramework="net40-client" />
<package id="Microsoft.WindowsAPICodePack-Shell" version="1.1.0.0" targetFramework="net40-client" />
<package id="taglib" version="2.1.0.0" targetFramework="net451" />
Expand Down

0 comments on commit 0b8f021

Please sign in to comment.