Skip to content

Commit

Permalink
1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chubrik committed Jan 29, 2023
1 parent e4fde16 commit 9b26b8d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ Console.Pin(() => "Simple pin, value=" + value); // Si
Console.Pin(() => new[] { "Y`Multicolor", " pin, value=", "C`" + value }); // Multicolor dynamic pin
Console.Pin(() => new[] { "Multiline pin,\nvalue=", "C`" + value }); // Multiline dynamic pin
```
![XConsole pin 4](https://raw.githubusercontent.com/chubrik/XConsole/main/img/pin-4.png)
![XConsole pin 5](https://raw.githubusercontent.com/chubrik/XConsole/main/img/pin-5.png)
![XConsole pin 6](https://raw.githubusercontent.com/chubrik/XConsole/main/img/pin-6.png)
![XConsole pin 1](https://raw.githubusercontent.com/chubrik/XConsole/main/img/pin-1.png)
![XConsole pin 2](https://raw.githubusercontent.com/chubrik/XConsole/main/img/pin-2.png)
![XConsole pin 3](https://raw.githubusercontent.com/chubrik/XConsole/main/img/pin-3.png)

You can also update a dynamic pin manually using the `UpdatePin` method.
To remove a pin, call the `Unpin` method.
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.3</Version>
<Version>1.4.4</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 9b26b8d

Please sign in to comment.