Skip to content

Commit

Permalink
Updated Octokit to 0.29.0 #22
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobehn committed Mar 15, 2018
1 parent 91bb278 commit 73368c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PublishGitHubRelease/PublishGitHubRelease.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Octokit, Version=0.24.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Octokit.0.24.0\lib\net45\Octokit.dll</HintPath>
<Reference Include="Octokit, Version=0.29.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Octokit.0.29.0\lib\net45\Octokit.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion PublishGitHubRelease/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Octokit" version="0.24.0" targetFramework="net45" />
<package id="Octokit" version="0.29.0" targetFramework="net45" />
<package id="System.Management.Automation" version="6.1.7601.17515" targetFramework="net45" />
</packages>
2 changes: 1 addition & 1 deletion PublishGitHubRelease/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 0,
"Minor": 11,
"Patch": 1
"Patch": 2
},
"minimumAgentVersion": "1.83.0",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "jakobehn-vsts-github-tasks",
"name": "VSTS Build and Release tasks for GitHub",
"version": "0.11.1",
"version": "0.11.2",
"publisher": "jakobehn",
"galleryFlags": [
"Public"
Expand Down

0 comments on commit 73368c6

Please sign in to comment.