Skip to content

Commit b09fe04

Browse files
committed
Adjust the changelog and version.
1 parent 90e67c9 commit b09fe04

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

docs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

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.0.0.0")]
31-
[assembly: AssemblyFileVersion("1.0.0.0")]
32-
[assembly: AssemblyInformationalVersion("1.0.0.0")]
30+
[assembly: AssemblyVersion("1.1.0.0")]
31+
[assembly: AssemblyFileVersion("1.1.0.0")]
32+
[assembly: AssemblyInformationalVersion("1.1.0.0")]

0 commit comments

Comments
 (0)