stack72 / TeamCitySharp

No Longer Maintained - please use https://github.com/mavezeau/TeamCitySharp
Other
200 stars 165 forks source link

Fixes EasyHttp reference #33

Closed alexanderfast closed 11 years ago

alexanderfast commented 11 years ago

There seems to be a discrepancy between what version of EasyHttp that's commited (1.4.4.0) and what's referenced (1.6.1.0). I had some problems building the project.

I took the liberty of updating the references. Also updating JsonFx to whats required by EasyHttp 1.6.1.0.

stack72 commented 11 years ago

Is this for the master branch?

On Fri, Jan 4, 2013 at 4:03 PM, Alexander Fast notifications@github.comwrote:

There seems to be a discrepancy between what version of EasyHttp that's commited (1.4.4.0) and what's referenced (1.6.1.0). I had some problems building the project.

I took the liberty of updating the references. Also updating JsonFx to

whats required by EasyHttp 1.6.1.0.

You can merge this Pull Request by running:

git pull https://github.com/mizipzor/TeamCitySharp fixreference

Or view, comment on, or merge it at:

https://github.com/stack72/TeamCitySharp/pull/33 Commit Summary

  • updated EasyHttp reference to whats actually commited.
  • updated JsonFx, required by current EasyHttp

File Changes

  • D packages/JsonFx.2.0.1106.2610/JsonFx.2.0.1106.2610.nupkg (0)
  • A packages/JsonFx.2.0.1209.2802/JsonFx.2.0.1209.2802.nupkg (0)
  • A packages/JsonFx.2.0.1209.2802/JsonFx.2.0.1209.2802.nuspec (19)
  • R packages/JsonFx.2.0.1209.2802/lib/net20/JsonFx.dll (0)
  • A packages/JsonFx.2.0.1209.2802/lib/net20/JsonFx.xml (0)
  • R packages/JsonFx.2.0.1209.2802/lib/net35/JsonFx.dll (0)
  • A packages/JsonFx.2.0.1209.2802/lib/net35/JsonFx.xml (0)
  • R packages/JsonFx.2.0.1209.2802/lib/net40/JsonFx.dll (0)
  • A packages/JsonFx.2.0.1209.2802/lib/net40/JsonFx.xml (0)
  • R packages/JsonFx.2.0.1209.2802/lib/sl35/JsonFx.dll (0)
  • A packages/JsonFx.2.0.1209.2802/lib/sl35/JsonFx.xml (0)
  • R packages/JsonFx.2.0.1209.2802/lib/sl40-wp/JsonFx.dll (0)
  • A packages/JsonFx.2.0.1209.2802/lib/sl40-wp/JsonFx.xml (0)
  • R packages/JsonFx.2.0.1209.2802/lib/sl40/JsonFx.dll (0)
  • A packages/JsonFx.2.0.1209.2802/lib/sl40/JsonFx.xml (0)
  • A packages/JsonFx.2.0.1209.2802/lib/wp40/JsonFx.dll (0)
  • A packages/JsonFx.2.0.1209.2802/lib/wp40/JsonFx.xml (0)
  • M src/TeamCitySharp/TeamCitySharp.csproj (6)
  • M src/TeamCitySharp/packages.config (4)

Patch Links

alexanderfast commented 11 years ago

Yes, I just realized it's probably better suited for the master branch. I thought the references was part of the ongoing restructure, but now that I checked they have been like that for some time. Is there a way to change it?

stack72 commented 11 years ago

YEah ill publish an emergency package to nuget tonight and then continue with the restructure

Thanks for noticing

Paul

On Fri, Jan 4, 2013 at 4:11 PM, Alexander Fast notifications@github.comwrote:

Yes, I just realized it's probably better suited for the master branch. I thought the references was part of the ongoing restructure, but now that I checked they have been like that for some time. Is there a way to change it?

— Reply to this email directly or view it on GitHubhttps://github.com/stack72/TeamCitySharp/pull/33#issuecomment-11888255.

alexanderfast commented 11 years ago

Due to my assumptions it was part of the restructure I also based my two changes on the ActionTypeCollation branch. They should have been based on master. I need to improve this.