Skip to content

Commit

Permalink
Merge pull request #18 from wbonbon/master
Browse files Browse the repository at this point in the history
Update for OverlayPlugin 0.19.27
  • Loading branch information
qitana committed Mar 11, 2024
2 parents ebda38b + 1b43f54 commit 3b13974
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DFAPlugin/DFAEventSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ protected override void Update()
// embedded timer is dsiabled
}

public override void Dispose()
protected override void Dispose(bool disposing)
{
DisposeTimers();
base.Dispose();
Expand Down
4 changes: 2 additions & 2 deletions DFAPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.4.1.0")]
[assembly: AssemblyFileVersion("2.4.1.0")]
[assembly: AssemblyVersion("2.4.2.0")]
[assembly: AssemblyFileVersion("2.4.2.0")]
2 changes: 1 addition & 1 deletion configure.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if ((!(Test-Path ".\ThirdParty\OverlayPlugin\OverlayPlugin.Common.dll")) -or
Write-Output "-----------------------------------------------------------------------"
Write-Output "OverlayPlugin をダウンロードしています..."

$overlayPluginRepo = "ngld/OverlayPlugin"
$overlayPluginRepo = "OverlayPlugin/OverlayPlugin"
$overlayPluginLatest = "https://api.github.com/repos/$overlayPluginRepo/releases"
$overlayPlugin_download_url = (Invoke-WebRequest -Uri $overlayPluginLatest -UseBasicParsing | ConvertFrom-Json)[0].assets[0].browser_download_url
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Expand Down

0 comments on commit 3b13974

Please sign in to comment.