Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nhibernate/fluent-nhibernate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: nhibernate/fluent-nhibernate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 4 commits
  • 18 files changed
  • 1 contributor

Commits on Oct 14, 2020

  1. Update NHibernate to 5.3.3 (#475)

    +semver:feature
    hazzik authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    f3ced06 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Remove explicit references to NHibernate

    +semver:patch
    hazzik committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    c5834a7 View commit details
    Browse the repository at this point in the history
  2. Update System.Data.SQLite.Core

    +semver:patch
    hazzik committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    f3cd57c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Remove usage of DeepClone

    DeepClone uses BinaryFormatter which is obsolete in .NET 5.0 and throws a PlatformNotSupportedException.
    
    The fix insures that columns are cloned instead of cloning the whole object
    
    Fixes #479
    
    +semver: fix
    hazzik committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    77b9b7b View commit details
    Browse the repository at this point in the history
Loading