Skip to content

Commit

Permalink
v1.4.9.4811-Stable
Browse files Browse the repository at this point in the history
  • Loading branch information
anoyetta committed Feb 26, 2020
1 parent 2d0b919 commit d31c1ab
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CURRENT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.8.4114-Stable
v1.4.9.4811-Stable
10 changes: 10 additions & 0 deletions RELEASE_NOTES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -549,4 +549,14 @@
* [Minor] sharlayan が正しく動作していないときでもそれなりに動作するような対応を搭載した
</description>
</note>

<note>
<version>1.4.9.4811</version>
<channel>Stable</channel>
<timestamp>2020-02-26T11:26:11.7088270+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.4.9.4811-Stable/RINGS_v1_4_9_4811_Stable.zip</uri>
<description>
* [Minor] sharlayan のローカルキャッシュのクリアを修正した
</description>
</note>
</release_notes>
3 changes: 1 addition & 2 deletions source/RINGS/Controllers/SharlayanController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using aframe;
Expand Down Expand Up @@ -181,7 +180,7 @@ private void SubscribeFFXIVProcess()

private static void ClearLocalCaches()
{
var dir = Path.GetDirectoryName(Assembly.GetEntryAssembly().Location);
var dir = Directory.GetCurrentDirectory();
foreach (var f in LocalCacheFiles)
{
var file = Path.Combine(dir, f);
Expand Down
2 changes: 1 addition & 1 deletion source/RINGS/Version.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyVersion("1.4.8.4114")]
[assembly: AssemblyVersion("1.4.9.4811")]
[assembly: AssemblyConfiguration("Stable")]

0 comments on commit d31c1ab

Please sign in to comment.