File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 />
Original file line number Diff line number Diff line change 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 " ) ]
You can’t perform that action at this time.
0 commit comments