Skip to content

Commit e8fb82b

Browse files
committed
update version
1 parent 61af3a8 commit e8fb82b

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

source/Diol/src/applications/DiolVSIX/source.extension.vsixmanifest

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="DiolVSIX.66bbb016-3110-40f6-a936-35f914a663e3" Version="1.6" Language="en-US" Publisher="Diol devs" />
4+
<Identity Id="DiolVSIX.66bbb016-3110-40f6-a936-35f914a663e3" Version="1.7" Language="en-US" Publisher="Diol devs" />
55
<DisplayName>Diol</DisplayName>
6-
<Description xml:space="preserve">Collect and show all dotnet IO logs when you debug an application in real time</Description>
6+
<Description xml:space="preserve">Dotnet Input-Output Logger (Diol) is a free and open-source tool you can easily see and explore logs during debugging your dotnet application in real time.
7+
8+
Features:
9+
10+
1. Http request and response metadata
11+
2. Aspnet core request and response metadata
12+
3. Database call with Entity Framework
13+
4. Web sockets (coming soon)
14+
15+
We prepared guide how to use it but in short:
16+
17+
1. Start debugging your dotnet application
18+
2. Call a function with http activities
19+
3. Watch your logs in Diol tool window!</Description>
720
<MoreInfo>https://github.com/Dotnet-IO-logger/core/wiki</MoreInfo>
821
<GettingStartedGuide>https://github.com/Dotnet-IO-logger/core/wiki/1.-Getting-started-guide</GettingStartedGuide>
922
<Icon>Resources\logo.png</Icon>

0 commit comments

Comments
 (0)