-
Notifications
You must be signed in to change notification settings - Fork 20
Changes0.1.0
Yves Reynhout edited this page Feb 24, 2018
·
8 revisions
Breaking | Description | Reason |
---|---|---|
YES |
Projac package split into Projac.Sql , Projac.SqlClient , Projac.SQLite
|
Fixing historical decisions |
YES |
Projac.Connector package renamed to Projac
|
Fixing historical decisions |
YES |
AnonymousConnectedProjection became AnonymousProjection , AnonymousConnectedProjectionBuilder became AnonymousProjectionBuilder , ConnectedProjection became Projection , ConnectedProjectionHandler became ProjectionHandler , ConnectedProjectionHandlerEnumerator became ProjectionHandlerEnumerator , ConnectedProjectionHandlerResolver became ProjectionHandlerResolver , ConnectedProjector became Projector , ConnectedProjectionScenario became ProjectionScenario , ConnectedProjectionTestSpecification became ProjectionTestSpecification
|
Fixing historical decisions |
YES | Support for net45 dropped in favor of net452
|
net45 is deprecated according to Microsoft
|
NO | Support for netstandard2.0 and net46
|
Modernization |
Read here how to upgrade from an earlier version.