Skip to content

Commit 3ef7302

Browse files
committed
version up to 0.2.0, add some screen shots
1 parent e8561b3 commit 3ef7302

File tree

5 files changed

+27
-2
lines changed

5 files changed

+27
-2
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,24 @@ This program is viewer for Windows EventLog
1414
* [raw query's format](https://learn.microsoft.com/en-us/windows/win32/wes/consuming-events)
1515
* double click on log, then open detailed log information
1616
* select log and right-click and select "Copy as XML" in context menu, then EventLog XML will be copied to clipboard
17+
18+
# Screen Shots
19+
20+
MainWindow:
21+
![MainWindow](img/MainWindow.png)
22+
23+
OpenLogWindow:
24+
![OpenLogWindow](img/OpenLogWindow.png)
25+
26+
27+
# ChangeLog
28+
29+
## 0.2.0
30+
31+
* add eventlog level filter
32+
* add show providers on OpenLogWindow
33+
* add show lognames on OpenLogWindow
34+
35+
## 0.1.0
36+
37+
Initial Release

WEventViewer.sln

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Microsoft Visual Studio Solution File, Format Version 12.00
32
# Visual Studio Version 17
43
VisualStudioVersion = 17.0.31903.59
@@ -15,6 +14,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "package-licenses", "package
1514
EndProject
1615
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nukebuild", "build\nukebuild.csproj", "{4A68C488-E8DA-4D4E-A299-CC0C78EC5590}"
1716
EndProject
17+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{230BCF21-9433-4D4B-89C9-87FAAC0657A4}"
18+
ProjectSection(SolutionItems) = preProject
19+
README.md = README.md
20+
EndProjectSection
21+
EndProject
1822
Global
1923
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2024
Debug|Any CPU = Debug|Any CPU

img/MainWindow.png

15.5 KB
Loading

img/OpenLogWindow.png

35 KB
Loading

src/WEventViewer/WEventViewer.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
77
<ApplicationManifest>app.manifest</ApplicationManifest>
88
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
9-
<Version>0.1.0</Version>
9+
<Version>0.2.0</Version>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)