Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request cyberprophet#5 from cyberprophet/master
Browse files Browse the repository at this point in the history
give the version
  • Loading branch information
cyberprophet committed May 19, 2023
2 parents 0abca15 + 548b3bc commit 446b3f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Algorithmic.Install/Algorithmic.Install.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<Product>Algorithmic-Trading</Product>
<Copyright>Copyright ⓒ 2023, ShareInvest Corp.</Copyright>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Version>1.0.0.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions Algorithmic.Install/Services/Status.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ await foreach (var item in client.GetAsyncEnumerable(name))
name = item.FileName
}),
new StringBuilder(nameof(FileVersionInfo))))));
#if DEBUG
Debug.WriteLine(model);
#endif
if (string.IsNullOrEmpty(model))
{
continue;
Expand Down

0 comments on commit 446b3f1

Please sign in to comment.