Skip to content

Commit b7b3051

Browse files
committed
Update changelog and version.
1 parent 97bd391 commit b7b3051

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,11 @@
1010
### v1.1.0.0
1111
-> Adjust namespase and add entry point; <br/>
1212
-> Add new methods with action execution in finally block.
13+
14+
### v2.0.0.0
15+
-> Add temp internal request analyze async or sync; <br/>
16+
-> Add internal helper to set variables to default value; <br/>
17+
-> Move code execution to internal more generic code/methods; <br/>
18+
-> Refactor and clean code to use more generic functionalities; <br/>
19+
-> Add missing and minimum required tests to cover base functionalities; <br/>
20+
-> Add methods(`SetToDefaultIfPresent`) in the base class to set variables to default value; <br/>

src/shared/GeneralAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
#if NETSTANDARD2_0_OR_GREATER
2828
[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)]
2929
#endif
30-
[assembly: AssemblyVersion("1.1.2.4376")]
31-
[assembly: AssemblyFileVersion("1.1.2.4376")]
32-
[assembly: AssemblyInformationalVersion("1.1.2.4376")]
30+
[assembly: AssemblyVersion("2.0.0.0")]
31+
[assembly: AssemblyFileVersion("2.0.0.0")]
32+
[assembly: AssemblyInformationalVersion("2.0.0.0")]

0 commit comments

Comments
 (0)