Skip to content

Commit b4fcdf3

Browse files
update readme
1 parent 019d296 commit b4fcdf3

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,13 @@ If you create something using WebPlus, please let me know, I'd love to see what
133133

134134
Oh, and feel free to open an issue if you need any assistance or just have a question.
135135

136+
# Powered by WebPlus :high_brightness:
137+
138+
The following applications have been made using WebPlus:
139+
140+
[PassHerd](https://github.com/Antix-Development/PassHerd) - A basic portable password manager for Windows.
141+
142+
136143
# Getting Started :sparkles:
137144

138145
## Requirements :clipboard:
@@ -186,7 +193,7 @@ The default icon provided inside the ***"app"*** folder contains images with siz
186193

187194
:love_letter: I was delighted at how easy it was to actually get a WebView2 set up and working inside Visual Studio.. finally Microsoft made something that didn't have me cursing loudly and tearing at what little hair I have left :thumbsup:
188195

189-
# API Reference
196+
# API Reference :notebook_with_decorative_cover:
190197

191198
## Options
192199

WebPlus/WebPlus.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575
<ErrorReport>prompt</ErrorReport>
7676
</PropertyGroup>
7777
<PropertyGroup />
78+
<PropertyGroup>
79+
<ApplicationIcon>icon.ico</ApplicationIcon>
80+
</PropertyGroup>
7881
<ItemGroup>
7982
<Reference Include="Costura, Version=5.7.0.0, Culture=neutral, processorArchitecture=MSIL">
8083
<HintPath>..\packages\Costura.Fody.5.7.0\lib\netstandard1.0\Costura.dll</HintPath>
@@ -301,6 +304,7 @@
301304
<ItemGroup>
302305
<Content Include="app\app.html" />
303306
<Content Include="app\app.js" />
307+
<Content Include="icon.ico" />
304308
</ItemGroup>
305309
<ItemGroup>
306310
<BootstrapperPackage Include=".NETFramework,Version=v4.8.1">

WebPlus/icon.ico

28.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)