diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 76c1dd4..4b76f1a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -123,4 +123,7 @@ -> Add new tests for `AsNotNull` methods;
-> Add `EnumerateUtils` enumerable utils some tests;
-> Adjust AES encryption(`AesEncryptString`, `AesDecryptString`) and expose iv as input;
--> Adjust dynamic property/ies select avoid `System.Linq.Dynamic.Core`;
\ No newline at end of file +-> Adjust dynamic property/ies select avoid `System.Linq.Dynamic.Core`;
+ +### **v2.0.1.8588** +-> Remove unused package `Microsoft.CodeAnalysis.Common`;
\ No newline at end of file diff --git a/src/shared/GeneralAssemblyInfo.cs b/src/shared/GeneralAssemblyInfo.cs index 107e76a..4ed4bdf 100644 --- a/src/shared/GeneralAssemblyInfo.cs +++ b/src/shared/GeneralAssemblyInfo.cs @@ -47,6 +47,6 @@ [assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)] #endif -[assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] -[assembly: AssemblyInformationalVersion("2.0.0.0")] +[assembly: AssemblyVersion("2.0.1.8588")] +[assembly: AssemblyFileVersion("2.0.1.8588")] +[assembly: AssemblyInformationalVersion("2.0.1.8588")]