Skip to content

Commit

Permalink
Update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov committed Jul 21, 2024
1 parent f77cc7f commit 64f0816
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[<img src="http://teamcity.jetbrains.com/app/rest/builds/buildType:(id:OpenSourceProjects_DevTeam_CScriptInteractive_BuildAndTest)/statusIcon.svg"/>](http://teamcity.jetbrains.com/viewType.html?buildTypeId=OpenSourceProjects_DevTeam_CScriptInteractive_BuildAndTest&guest=1)
![GitHub Build](https://github.com/DevTeam/csharp-interactive/actions/workflows/main.yml/badge.svg)

![](docs/csharp_cat.png)
![](docs/icon.png)

Key features by example:

Expand Down Expand Up @@ -895,7 +895,7 @@ var dotCoverReport = Path.Combine("MyTests", "dotCover.html");
// Modifies the test command by putting "dotCover" in front of all arguments
// to have something like "dotnet dotcover test ..."
// and adding few specific arguments to the end
var testUnderDotCover = test.Customise(cmd =>
var testUnderDotCover = test.Customize(cmd =>
cmd.ClearArgs()
+ "dotcover"
+ cmd.Args
Expand Down
2 changes: 1 addition & 1 deletion README_BODY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[<img src="http://teamcity.jetbrains.com/app/rest/builds/buildType:(id:OpenSourceProjects_DevTeam_CScriptInteractive_BuildAndTest)/statusIcon.svg"/>](http://teamcity.jetbrains.com/viewType.html?buildTypeId=OpenSourceProjects_DevTeam_CScriptInteractive_BuildAndTest&guest=1)
![GitHub Build](https://github.com/DevTeam/csharp-interactive/actions/workflows/main.yml/badge.svg)

![](docs/csharp_cat.png)
![](docs/icon.png)

Key features by example:

Expand Down
Binary file removed docs/[Originals]/csharp_cat.png
Binary file not shown.
Binary file modified docs/cat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/cat.webp
Binary file not shown.
Binary file removed docs/csharp_cat.png
Binary file not shown.
Binary file modified docs/icon.ico
Binary file not shown.
Binary file modified docs/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 64f0816

Please sign in to comment.