2022.9.8.1

Fixed unexpected memory leak when using the 'Feed' form
This commit is contained in:
Andy
2022-09-08 22:24:36 +03:00
parent 02e8a15ae3
commit 86771eee94
5 changed files with 29 additions and 30 deletions

View File

@@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("2022.9.8.0")>
<Assembly: AssemblyFileVersion("2022.9.8.0")>
<Assembly: AssemblyVersion("2022.9.8.1")>
<Assembly: AssemblyFileVersion("2022.9.8.1")>
<Assembly: NeutralResourcesLanguage("en")>