Skip to content

Commit

Permalink
Infrastructure Preparation 306
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Nov 2, 2024
1 parent cd2fdd6 commit 8d7e670
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Skylark" Version="3.1.4.8" />
<PackageReference Include="Skylark.Wing" Version="3.1.7.4" />
<PackageReference Include="Skylark.Wing" Version="3.1.7.5" />
</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions src/Skylark.Wing/Helper/EventSubscriptionManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ public HRESULT Uninitialize()
hr = _eventSystem.Remove("EventSystem.EventSubscription", "EventClassID={D5978630-5B9F-11D1-8DD2-00AA004ABD5E}", out _);

Marshal.ReleaseComObject(_eventSystem);

_eventSystem = null;
}

return hr;
Expand Down
2 changes: 1 addition & 1 deletion src/Skylark.Wing/Skylark.Wing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// Website: www.vegalya.com
// Created: 17.Jun.2023
// Changed: 02.Nov.2024
// Version: 3.1.7.5
// Version: 3.1.7.6
//
// |---------DO-NOT-REMOVE---------|

Expand Down
2 changes: 1 addition & 1 deletion src/Skylark.Wing/Skylark.Wing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<PropertyGroup>
<ApplicationIcon>Resources\Skylark.Wing.ico</ApplicationIcon>
<Version>3.1.7.5</Version>
<Version>3.1.7.6</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Title>Skylark.Wing</Title>
Expand Down

0 comments on commit 8d7e670

Please sign in to comment.