File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 123123-> Add new tests for ` AsNotNull ` methods;<br />
124124-> Add ` EnumerateUtils ` enumerable utils some tests;<br />
125125-> Adjust AES encryption(` AesEncryptString ` , ` AesDecryptString ` ) and expose iv as input;<br />
126- -> Adjust dynamic property/ies select avoid ` System.Linq.Dynamic.Core ` ;<br />
126+ -> Adjust dynamic property/ies select avoid ` System.Linq.Dynamic.Core ` ;<br />
127+
128+ ### ** v2.0.1.8588**
129+ -> Remove unused package ` Microsoft.CodeAnalysis.Common ` ;<br />
Original file line number Diff line number Diff line change 7878 <PackageReference Include =" System.ComponentModel.Annotations" Version =" 5.0.0" />
7979 </ItemGroup >
8080
81- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
82- <PackageReference Include =" Microsoft.CodeAnalysis.Common" >
83- <Version >4.2.0</Version >
84- </PackageReference >
85- </ItemGroup >
86-
87- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1'" >
88- <PackageReference Include =" Microsoft.CodeAnalysis.Common" >
89- <Version >4.2.0</Version >
90- </PackageReference >
91- </ItemGroup >
92-
9381 <ProjectExtensions >
9482 <VisualStudio >
9583 <UserProperties BuildVersion_StartDate =" 2022/8/22" />
Original file line number Diff line number Diff line change 4747[ assembly: NeutralResourcesLanguage ( "en-US" , UltimateResourceFallbackLocation . MainAssembly ) ]
4848#endif
4949
50- [ assembly: AssemblyVersion ( "2.0.0.0 " ) ]
51- [ assembly: AssemblyFileVersion ( "2.0.0.0 " ) ]
52- [ assembly: AssemblyInformationalVersion ( "2.0.0.0 " ) ]
50+ [ assembly: AssemblyVersion ( "2.0.1.8588 " ) ]
51+ [ assembly: AssemblyFileVersion ( "2.0.1.8588 " ) ]
52+ [ assembly: AssemblyInformationalVersion ( "2.0.1.8588 " ) ]
You can’t perform that action at this time.
0 commit comments