Skip to content

Commit

Permalink
bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GeeksSpan committed Apr 27, 2022
1 parent bfa48e1 commit 9e8454a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Domain/Logic/Deserialize/BoardSources.cs
Expand Up @@ -14,6 +14,7 @@ public static async Task SetBoardSourceTxt()
{
await Task.WhenAll(Service.All.Do(s => s.GetBoardComponentSources()));
await Features.Repository.Write("/Board/Sources.txt", JsonConvert.SerializeObject(BoardComponentSources));
await ViewModel.BoardComponents.SetBoardSources();
}

}
Expand Down
1 change: 1 addition & 0 deletions Domain/Logic/Deserialize/SearchSources.cs
Expand Up @@ -12,6 +12,7 @@ public static async Task SetSearchSourceTxt()
{
await Task.WhenAll(Service.All.Do(s => s.GetGlobalSearchSources()));
await Features.Repository.Write("/Search/Sources.txt", Urls.ToString(";"));
await ViewModel.GlobalSearch.SetSearchSources();
}
}
}
2 changes: 1 addition & 1 deletion Olive.Microservices.Hub.csproj
Expand Up @@ -8,7 +8,7 @@
<Authors>Geeks Ltd</Authors>
<RepositoryUrl>https://github.com/Geeksltd/Olive.Microservices.Hub/tree/master/Olive.Microservices.Hub</RepositoryUrl>
<PackageIcon>icon.png</PackageIcon>
<Version>1.3.29</Version>
<Version>1.3.30</Version>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
</PropertyGroup>
Expand Down

0 comments on commit 9e8454a

Please sign in to comment.