Skip to content

Commit

Permalink
version bump v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Tensei committed May 19, 2021
1 parent 8e7f4b9 commit 44f70c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions anidow/Bootstrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,13 @@ protected override async void Configure()
Application.Current.MainWindow.Language =
XmlLanguage.GetLanguage(CultureInfo.CurrentCulture.IetfLanguageTag);
}


var selfContained = false;
#if SELF_CONTAINED && RELEASE
selfContained = true;
#endif
_logger.Information($"Anidow v{Assembly.GetExecutingAssembly().GetName().Version} selfcontained: {selfContained}");

#if RELEASE
try
Expand Down
2 changes: 1 addition & 1 deletion anidow/anidow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ApplicationIcon>anidown_28v_icon.ico</ApplicationIcon>
<LangVersion>9</LangVersion>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Version>1.1.5.5</Version>
<Version>1.1.6</Version>
<Authors>Tensei</Authors>
<Company>MemeLabs</Company>
<PackageProjectUrl>https://github.com/MemeLabs/Anidow</PackageProjectUrl>
Expand Down

0 comments on commit 44f70c3

Please sign in to comment.