File tree Expand file tree Collapse file tree 3 files changed +7
-16
lines changed Expand file tree Collapse file tree 3 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 123
123
-> Add new tests for ` AsNotNull ` methods;<br />
124
124
-> Add ` EnumerateUtils ` enumerable utils some tests;<br />
125
125
-> 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 78
78
<PackageReference Include =" System.ComponentModel.Annotations" Version =" 5.0.0" />
79
79
</ItemGroup >
80
80
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
-
93
81
<ProjectExtensions >
94
82
<VisualStudio >
95
83
<UserProperties BuildVersion_StartDate =" 2022/8/22" />
Original file line number Diff line number Diff line change 47
47
[ assembly: NeutralResourcesLanguage ( "en-US" , UltimateResourceFallbackLocation . MainAssembly ) ]
48
48
#endif
49
49
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