File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ public interface IIdentityObject
1111 /// <value>
1212 /// The identifier.
1313 /// </value>
14- int ID { get ; }
14+ int ID { get ; set ; }
1515 }
1616}
Original file line number Diff line number Diff line change 55 <Product >Simplify</Product >
66 <Description >Repository, unit of work and related patterns interfaces</Description >
77 <Copyright >Licensed under LGPL</Copyright >
8- <Version >1.4</Version >
8+ <Version >1.4.1 </Version >
99 <PackageProjectUrl >https://github.com/SimplifyNet/Simplify</PackageProjectUrl >
1010 <PackageIconUrl >https://raw.githubusercontent.com/SimplifyNet/Images/master/Logo.png</PackageIconUrl >
1111 <RepositoryUrl >https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.Repository</RepositoryUrl >
1212 <RepositoryType >GIT</RepositoryType >
1313 <PackageTags >.NET Repository UoW Model</PackageTags >
1414 <PackageReleaseNotes >
15- New
16- * TransactRepository added
15+ Updates
16+ * IIdentityObject setter added to be compatibile with generated by-assigned entities
1717 </PackageReleaseNotes >
1818 <OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
1919 <DocumentationFile >bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Repository.xml</DocumentationFile >
You can’t perform that action at this time.
0 commit comments