Skip to content

Commit

Permalink
1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chubrik committed Mar 28, 2023
1 parent 5f77ba5 commit 3accc38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion XConsole.Demo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static async Task Main()
{
await Task.Delay(50);
var color = Color.FromArgb(random.Next(255), random.Next(255), random.Next(255));
var bgColor = Color.FromArgb(random.Next(96), random.Next(96), random.Next(96));
var bgColor = Color.FromArgb(random.Next(64), random.Next(64), random.Next(64));
var endPos = Console.WriteLine(files[fileIndex].Name.Color(color).BgColor(bgColor) + ' ').End;
endPosList.Add(endPos);

Expand Down
2 changes: 1 addition & 1 deletion XConsole/XConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/chubrik/XConsole</RepositoryUrl>
<Version>1.4.4</Version>
<Version>1.4.5</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3accc38

Please sign in to comment.