Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Updated packages and prepare for release.
Browse files Browse the repository at this point in the history
Fixes #9
  • Loading branch information
hnrkndrssn committed Jun 15, 2016
1 parent e4c23d0 commit 781f859
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* 0.5.2 - Update ALL THE THINGS
* 0.5.3 - Octokit.net v0.18 - Bringing The Thunder
* 0.5.3 - Octokit.net v0.18 - Bringing The Thunder
* 0.5.4 - Update `Octokit.net` to `v0.20 - Probably Australian` and `ScriptCs.Hosting` to `v0.16.1`
6 changes: 3 additions & 3 deletions src/ScriptCs.Octokit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

[assembly: Guid("69341200-0230-4734-9F20-CE145B17043E")]

[assembly: AssemblyVersion("0.5.3")]
[assembly: AssemblyFileVersion("0.5.3")]
[assembly: AssemblyInformationalVersion("0.5.3")]
[assembly: AssemblyVersion("0.5.4")]
[assembly: AssemblyFileVersion("0.5.4")]
[assembly: AssemblyInformationalVersion("0.5.4")]
8 changes: 4 additions & 4 deletions src/ScriptCs.Octokit/ScriptCs.Octokit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Octokit, Version=0.18.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Octokit.0.18.0\lib\net45\Octokit.dll</HintPath>
<Reference Include="Octokit, Version=0.20.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Octokit.0.20.0\lib\net45\Octokit.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="ScriptCs.Contracts, Version=0.15.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\ScriptCs.Contracts.0.15.0\lib\net45\ScriptCs.Contracts.dll</HintPath>
<Reference Include="ScriptCs.Contracts, Version=0.16.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\ScriptCs.Contracts.0.16.1\lib\net45\ScriptCs.Contracts.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
4 changes: 2 additions & 2 deletions src/ScriptCs.Octokit/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.18.0" targetFramework="net45" />
<package id="ScriptCs.Contracts" version="0.15.0" targetFramework="net45" />
<package id="Octokit" version="0.20.0" targetFramework="net45" />
<package id="ScriptCs.Contracts" version="0.16.1" targetFramework="net45" />
</packages>

0 comments on commit 781f859

Please sign in to comment.