Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1175 - NetStandard #1269

Merged
merged 90 commits into from
Jun 28, 2018
Merged

#1175 - NetStandard #1269

merged 90 commits into from
Jun 28, 2018

Commits on Jul 29, 2017

  1. GitTools#1175 - First pass at GitVersionCore on netstadard - wip.

    Haven't been able to resolve some compilation errors yet due to lack of replacemnt API's on netstandard.
    dazinator committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    120d8b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Configuration menu
    Copy the full SHA
    75b4e2b View commit details
    Browse the repository at this point in the history
  2. GitTools#1271 Allow branch names starting with master

    _masterfix_ and _fixmaster_ now behave the same way (i.e. in a different
    way to _master_, but in the same way as other branches)
    Timothy Barnett TIBA authored and dazinator committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    87ecbb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63f1028 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0265ec View commit details
    Browse the repository at this point in the history
  5. Worked around absent GetEncodings APi for NetStandard. Tried to switc…

    …h to `Task.Delay` instead of Thread.Sleep but task's won't compile for net40 for some reason, even with the bcl.async nuget package.
    dazinator committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    67ed186 View commit details
    Browse the repository at this point in the history
  6. Down to one build error.

    dazinator committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    309a30c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d56e23 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Configuration menu
    Copy the full SHA
    b41fc58 View commit details
    Browse the repository at this point in the history
  2. Forward integration with master.

    Brought in my last PR to remove system.web.
    dazinator committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    6515fc9 View commit details
    Browse the repository at this point in the history
  3. Upgraded yamldotnet, removed remaining system.web references, and swi…

    …tched to gittools warning exceptions.
    dazinator committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    2e482dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    123d73b View commit details
    Browse the repository at this point in the history
  5. Fixed remaining tests.

    dazinator committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    0547a2f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2017

  1. Upgraded tests project files to sdk style.

    Updated nuget packages including gittools.core.
    dazinator committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    1d69a92 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2017

  1. Configuration menu
    Copy the full SHA
    a48c1ba View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Configuration menu
    Copy the full SHA
    42d253e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    589786a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    011441b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Configuration menu
    Copy the full SHA
    8ebbc79 View commit details
    Browse the repository at this point in the history
  2. dotnet build working

    dazinator committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    ccd1ec1 View commit details
    Browse the repository at this point in the history
  3. Added missing props file.

    dazinator committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    7cf8df2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7118c19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebcc1ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32d556b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b74a79e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2017

  1. added cake.config

    dazinator committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    e53776b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b819f48 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. reset AssemblyInfoFileUpdaterTests.

    Darrell Tunnell committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    4fc440e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d46e03 View commit details
    Browse the repository at this point in the history
  3. Removed another instance of setting content length

    Darrell Tunnell committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    2e4cc16 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. Updated cake to version 0.22.2

    Darrell Tunnell committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    6383fd4 View commit details
    Browse the repository at this point in the history
  2. Treid to switch tests to dotnettest to resolve issue with some tests …

    …failing locally with nunit console runner.
    Darrell Tunnell committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    374a1f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2017

  1. Configuration menu
    Copy the full SHA
    856d3f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5496bc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0a0b6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2604a33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    123a28c View commit details
    Browse the repository at this point in the history
  6. Added global.json to pin netcore sdk to version 2.0.0

    Changed msbuilkd verbosity to Normal, as diagnostic blew up the AppVeyor ui.
    dazinator committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    9e169b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eecdff7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Configuration menu
    Copy the full SHA
    09949e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95e3d09 View commit details
    Browse the repository at this point in the history
  3. GitTools#1269 - switch back to nunit console runner

    - all tests passing for local cake build.
    dazinator committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    8713f12 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Configuration menu
    Copy the full SHA
    505d320 View commit details
    Browse the repository at this point in the history
  2. GitTools#1363 - Moved GitVersionCore packaging logic into cake

    Had to change nuget package id of GitVersionCore to be GitVersionCore rather than GitVersion - as when the <PackageId> in the csproj is GitVersion (to enable dotnet pack style) VS shows all sorts of build errors - as it seems to get confused that there is also another output in the same solution called GitVersion (i.e the exe).
    dazinator committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    0bf5d63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    677848e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7596c10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    870d59b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Updated utilpack dependency.

    Darrell Tunnell committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    7a062dc View commit details
    Browse the repository at this point in the history
  2. Updated nuspec, corrected util pack version.

    Darrell Tunnell committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    314bbf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2018

  1. Configuration menu
    Copy the full SHA
    cdc628c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81880c5 View commit details
    Browse the repository at this point in the history
  3. Commented out upload of vsix and gem in order to get build working.

    Will have to figure out how to get them produced and then can add them back..
    dazinator committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    6e56f49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71c102e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68eaa03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66ad78d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2018

  1. Configuration menu
    Copy the full SHA
    c650925 View commit details
    Browse the repository at this point in the history
  2. Fix for task not awaited.

    dazinator committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    ce17826 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92ed30d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1a27d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Configuration menu
    Copy the full SHA
    a684754 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2018

  1. Configuration menu
    Copy the full SHA
    9792af2 View commit details
    Browse the repository at this point in the history
  2. Added docker files to sln.

    dazinator committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    385861d View commit details
    Browse the repository at this point in the history
  3. Fixed tests.

    After removing Fody, needed manually call ModuleInit from tests in order to get logger set up.
    dazinator committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    c6e827b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91536c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4d18e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acc05c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Configuration menu
    Copy the full SHA
    ad47e39 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Update travis.yml to add dotnet sdk.

    Darrell Tunnell committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    784660a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1613cb3 View commit details
    Browse the repository at this point in the history
  3. Forward integration with master ans resolved issues.

    Darrell Tunnell committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    6abb463 View commit details
    Browse the repository at this point in the history
  4. Updated dotnet sdk to 2.1.4

    Darrell Tunnell committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    714342e View commit details
    Browse the repository at this point in the history
  5. Cake update to get fix: cake-build/cake#2063

    Darrell Tunnell committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    20f13ab View commit details
    Browse the repository at this point in the history
  6. Try mono 5.4

    Darrell Tunnell committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    22484ed View commit details
    Browse the repository at this point in the history
  7. Try mono 5.4.0.201

    Darrell Tunnell committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    404fde6 View commit details
    Browse the repository at this point in the history
  8. Change mono to 5.4.2

    Darrell Tunnell committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    48cea45 View commit details
    Browse the repository at this point in the history
  9. Change mono on travis to 5.4.1

    Darrell Tunnell committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    cd83398 View commit details
    Browse the repository at this point in the history
  10. Add in dotnet sdk env var for telemetry optout etc.

    Darrell Tunnell committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    8327129 View commit details
    Browse the repository at this point in the history
  11. try mono 5.2.0

    Darrell Tunnell committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    566d383 View commit details
    Browse the repository at this point in the history
  12. Added mono 5.4.0 to travis

    Darrell Tunnell committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    085896a View commit details
    Browse the repository at this point in the history
  13. Try dotnet core sdk 2.1.103

    Darrell Tunnell committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    f1141e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Cahged cake to diagnostic verbosity.

    Darrell Tunnell committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    3cebff4 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Configuration menu
    Copy the full SHA
    cfe2711 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Farthom/feature/netstandard

    Fix for deserializing DateTimeOffset. (Bug in YAML.net)
    dazinator authored May 9, 2018
    Configuration menu
    Copy the full SHA
    a430872 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    367e791 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0d2852 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from Farthom/feature/netstandard

    Test project not using $(PackageVersion_YamlDotNet)
    dazinator authored May 9, 2018
    Configuration menu
    Copy the full SHA
    a376842 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. updated Shouldly

    Artur Stolear committed May 23, 2018
    Configuration menu
    Copy the full SHA
    f770d40 View commit details
    Browse the repository at this point in the history
  2. update cake to 0.27.2, remove travis cache, using MSBuild instead of …

    …DotNetBuild
    Artur Stolear committed May 23, 2018
    Configuration menu
    Copy the full SHA
    33c1519 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. running the tests using dotnet test

    Artur Stolear committed May 24, 2018
    Configuration menu
    Copy the full SHA
    835493e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2018

  1. Merge pull request #4 from arturcic/feature/netstandard

    Fix travis build
    dazinator authored May 27, 2018
    Configuration menu
    Copy the full SHA
    4a5356b View commit details
    Browse the repository at this point in the history