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

Moving to release flow #263

Merged
merged 136 commits into from
Jul 6, 2019
Merged

Moving to release flow #263

merged 136 commits into from
Jul 6, 2019

Commits on Apr 20, 2016

  1. Merge pull request #230 from RadicalFx/master

    Merge pull request #228 from RadicalFx/release/1.6.0
    mauroservienti committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    d070356 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c32bce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa4bea3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #232 from RadicalFx/fix-appveyor-tests

    differentiating test assemblies names
    micdenny committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    3b33e8f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Configuration menu
    Copy the full SHA
    6d96b07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #234 from RadicalFx/fully-async-broker

    Introduce support for async subscribers
    mauroservienti committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    240acab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd28d6e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Configuration menu
    Copy the full SHA
    187b987 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    776652e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. fix #241 (#245)

    mauroservienti committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    57932c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. Memento: PropertyState detection (#243)

    * PropertyState detection draft
    
    * better handling of actual property value
    
    * improved tests
    
    * Align property states APIwith entity states tracking
    
    * IsPropertyValueChanged extension method for IMemento entities
    mauroservienti committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    0102801 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. Add code ownership

    mauroservienti committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    74fb3db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #247 from RadicalFx/code-ownership

    Add code ownership
    mauroservienti committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    f46aa98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7812ff0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #246 from RadicalFx/nuget-feed

    update feeds to be V3 (VS 2015+ only)
    mauroservienti committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    676eaad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94b744d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #248 from RadicalFx/api-approvals

    Add API Approvals tests
    mauroservienti committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    c9abb65 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Ignore .vs folder

    mauroservienti committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    61fe77a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #250 from RadicalFx/ignore-changes

    Ignore .vs folder
    mauroservienti committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    76b2b17 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2017

  1. Configuration menu
    Copy the full SHA
    2bbe858 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #253 from RadicalFx/add-local-build-scripts

    Add local build scripts
    mauroservienti committed Dec 31, 2017
    Configuration menu
    Copy the full SHA
    36e54c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. switch to Bullseye

    adamralph committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    26be3a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. switch to SimpleExec

    adamralph committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    de1e930 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Configuration menu
    Copy the full SHA
    5fca937 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #255 from adamralph/build-packages

    switch to Bullseye and SimpleExec
    mauroservienti committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    f2f4773 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Bump Bullseye from 1.3.0 to 2.2.0 in /src

    Bumps [Bullseye](https://github.com/adamralph/bullseye) from 1.3.0 to 2.2.0.
    - [Release notes](https://github.com/adamralph/bullseye/releases)
    - [Commits](adamralph/bullseye@1.3.0...2.2.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot-support committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    ce067a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #256 from RadicalFx/dependabot/nuget/src/Bullseye-…

    …2.2.0
    
    Bump Bullseye from 1.3.0 to 2.2.0 in /src
    mauroservienti committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    9e6d90e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Configuration menu
    Copy the full SHA
    883c224 View commit details
    Browse the repository at this point in the history
  2. Add build support

    mauroservienti committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    e884753 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. AppVeyor configuration

    mauroservienti committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    59dd495 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    703bef9 View commit details
    Browse the repository at this point in the history
  3. Downgraded to net452

    mauroservienti committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    de29f10 View commit details
    Browse the repository at this point in the history
  4. Remove waffle badges

    mauroservienti committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    cefdad6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ec58c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb15d92 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d75d246 View commit details
    Browse the repository at this point in the history
  8. typo

    mauroservienti committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    ef4078c View commit details
    Browse the repository at this point in the history
  9. typo

    mauroservienti committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    13d2a76 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. Configuration menu
    Copy the full SHA
    76532a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19a8310 View commit details
    Browse the repository at this point in the history
  3. Drop async workers

    mauroservienti committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    a0588aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d84123 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51fe7a7 View commit details
    Browse the repository at this point in the history
  6. Drop orphan files

    mauroservienti committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    788aff8 View commit details
    Browse the repository at this point in the history
  7. adjust API Approvals

    mauroservienti committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    bc6923f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Configuration menu
    Copy the full SHA
    08e62db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42edd9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0baefb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    060a430 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e1320b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Configuration menu
    Copy the full SHA
    be6c2c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fcdfe0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ab47fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80aa1a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4afd16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb061bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0558a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af6651c View commit details
    Browse the repository at this point in the history
  9. remove obsolites

    nazarenom committed May 17, 2019
    Configuration menu
    Copy the full SHA
    b7bc5c2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    143589c View commit details
    Browse the repository at this point in the history
  11. exclude API approvals

    mauroservienti committed May 17, 2019
    Configuration menu
    Copy the full SHA
    fe0bf42 View commit details
    Browse the repository at this point in the history
  12. Ignore .orig files

    mauroservienti committed May 17, 2019
    Configuration menu
    Copy the full SHA
    fe7bbd1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b2f6159 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4c494e3 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #259 from RadicalFx/drop-obsolites

    vNext - drop obsolites
    mauroservienti committed May 17, 2019
    Configuration menu
    Copy the full SHA
    6a0e9c6 View commit details
    Browse the repository at this point in the history
  16. typo

    mauroservienti committed May 17, 2019
    Configuration menu
    Copy the full SHA
    aa33254 View commit details
    Browse the repository at this point in the history
  17. typo

    mauroservienti committed May 17, 2019
    Configuration menu
    Copy the full SHA
    48deb71 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b4b2436 View commit details
    Browse the repository at this point in the history
  19. Drop async workers

    mauroservienti committed May 17, 2019
    Configuration menu
    Copy the full SHA
    a2dae6c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c9ee36c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cc917a1 View commit details
    Browse the repository at this point in the history
  22. Drop orphan files

    mauroservienti committed May 17, 2019
    Configuration menu
    Copy the full SHA
    15ca59e View commit details
    Browse the repository at this point in the history
  23. adjust API Approvals

    mauroservienti committed May 17, 2019
    Configuration menu
    Copy the full SHA
    928ac11 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    29424a4 View commit details
    Browse the repository at this point in the history
  25. drop unsupported stuff

    mauroservienti committed May 17, 2019
    Configuration menu
    Copy the full SHA
    7745380 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c115437 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c01cfc1 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    75339a6 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2cc0b0b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e5c80a9 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    223a67f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    96e622a View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    833fc9a View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    79b5cdc View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c032a83 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4d52f00 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    d9132da View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    30fd6fc View commit details
    Browse the repository at this point in the history
  39. remove obsolites

    nazarenom authored and mauroservienti committed May 17, 2019
    Configuration menu
    Copy the full SHA
    6e70a6e View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    5a39279 View commit details
    Browse the repository at this point in the history
  41. exclude API approvals

    mauroservienti committed May 17, 2019
    Configuration menu
    Copy the full SHA
    45977fa View commit details
    Browse the repository at this point in the history
  42. Ignore .orig files

    mauroservienti committed May 17, 2019
    Configuration menu
    Copy the full SHA
    f99b232 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    14c24c0 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    e8606b3 View commit details
    Browse the repository at this point in the history
  45. Delete CODEOWNERS

    mauroservienti committed May 17, 2019
    Configuration menu
    Copy the full SHA
    418a2a8 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    170441b View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    0de0c83 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

  1. replace usings

    mauroservienti committed May 18, 2019
    Configuration menu
    Copy the full SHA
    55a680c View commit details
    Browse the repository at this point in the history
  2. fix stub creation

    mauroservienti committed May 18, 2019
    Configuration menu
    Copy the full SHA
    dba2e95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b26a93 View commit details
    Browse the repository at this point in the history
  4. fix a few more tests

    mauroservienti committed May 18, 2019
    Configuration menu
    Copy the full SHA
    f24eb87 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. default .editorconfig

    mauroservienti committed May 24, 2019
    Configuration menu
    Copy the full SHA
    5e61c81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83baf64 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. fix more tests

    mauroservienti committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    465f210 View commit details
    Browse the repository at this point in the history
  2. simplify types

    mauroservienti committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    f0c39d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e80ddc View commit details
    Browse the repository at this point in the history
  4. apply formatting

    mauroservienti committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    d3592cc View commit details
    Browse the repository at this point in the history
  5. approve API changes

    mauroservienti committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    62087e8 View commit details
    Browse the repository at this point in the history
  6. Update MinVer

    mauroservienti committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    b17e129 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0207651 View commit details
    Browse the repository at this point in the history
  8. Drop IKey support

    mauroservienti committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    c505890 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7dcda6b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f00611e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a87e88d View commit details
    Browse the repository at this point in the history
  12. Drop TimeStamp

    mauroservienti committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    b3e151d View commit details
    Browse the repository at this point in the history
  13. Update Nugets

    mauroservienti committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    6c95c33 View commit details
    Browse the repository at this point in the history
  14. Drop Win32 support

    mauroservienti committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    6e092cf View commit details
    Browse the repository at this point in the history
  15. Approve API removals

    mauroservienti committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    1b8bfef View commit details
    Browse the repository at this point in the history
  16. dependabot support

    mauroservienti committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    c4fdf36 View commit details
    Browse the repository at this point in the history
  17. improve build support

    mauroservienti committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    4e4d623 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. new icon path

    mauroservienti committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    9f03bf0 View commit details
    Browse the repository at this point in the history
  2. remove old icon

    mauroservienti committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    9786086 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b7fbac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    688234a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b58b3c View commit details
    Browse the repository at this point in the history
  6. aligns to 462

    mauroservienti committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    7dc23a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7eadd2e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Configuration menu
    Copy the full SHA
    8ba073b View commit details
    Browse the repository at this point in the history
  2. fix tests

    mauroservienti committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    3ed19d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fab6ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ceb8fca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b81220 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13f4fb8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #260 from RadicalFx/multi-tergeting

    Multi-targeting: .NET Standard 2 and .NET 4.5.2
    mauroservienti committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    11647c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b0e8c4 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #257 from RadicalFx/vnext

    prep move to NET Standard 2
    mauroservienti committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    269ddc0 View commit details
    Browse the repository at this point in the history