We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e67c9 commit b09fe04Copy full SHA for b09fe04
2 files changed
docs/CHANGELOG.md
@@ -0,0 +1,3 @@
1
+### v1.1.0.0
2
+-> Adjust namespase and add entry point; <br/>
3
+-> Add new methods with action execution in finally block.
src/shared/GeneralAssemblyInfo.cs
@@ -27,6 +27,6 @@
27
#if NETSTANDARD2_0_OR_GREATER
28
[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)]
29
#endif
30
-[assembly: AssemblyVersion("1.0.0.0")]
31
-[assembly: AssemblyFileVersion("1.0.0.0")]
32
-[assembly: AssemblyInformationalVersion("1.0.0.0")]
+[assembly: AssemblyVersion("1.1.0.0")]
+[assembly: AssemblyFileVersion("1.1.0.0")]
+[assembly: AssemblyInformationalVersion("1.1.0.0")]
0 commit comments