Skip to content

Commit 5d07994

Browse files
committed
Rename AspNetCore.Components.WebView.Gtk
1 parent dcea700 commit 5d07994

4 files changed

Lines changed: 17 additions & 9 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.13.35605.110
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AspNetCore.Components.WebView.Gtk", "src\BlazorWebView\src\Microsoft.AspNetCore.Components.WebView.Gtk.csproj", "{82044EB0-BD71-1352-1300-B5E05E245902}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetCore.Components.WebView.Gtk", "src\BlazorWebView\src\AspNetCore.Components.WebView.Gtk.csproj", "{82044EB0-BD71-1352-1300-B5E05E245902}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
99
EndProject

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1-
# BlazorWebView.Gtk
1+
# AspNetCore.Components.WebView.Gtk
22

33
[![NuGet Version](https://img.shields.io/nuget/v/Yu-Core.AspNetCore.Components.WebView.Gtk.svg)](https://www.nuget.org/packages/Yu-Core.AspNetCore.Components.WebView.Gtk/) ![License](https://img.shields.io/badge/License-MIT-blue.svg)
44

5-
BlazorWebView.Gtk is a library for building native clients using Blazor and WebView. It provides a BlazorWebView Widget for running the blazor hybird application on Linux. Use GTK and WebKitGTK, bound by [Gir.Core](https://github.com/gircore/gir.core)
5+
AspNetCore.Components.WebView.Gtk is a library for building native clients using Blazor and WebView. It provides a BlazorWebView Widget for running the blazor hybird application on Linux. Use GTK and WebKitGTK, bound by [Gir.Core](https://github.com/gircore/gir.core)
66

77
## Start
8-
Install [Yu-Core.AspNetCore.Components.WebView.Gtk](https://www.nuget.org/packages/Yu-Core.AspNetCore.Components.WebView.Gtk) from NuGet
8+
Reference [Yu-Core.AspNetCore.Components.WebView.Gtk](https://www.nuget.org/packages/Yu-Core.AspNetCore.Components.WebView.Gtk)
99

10-
```PowerShell
11-
Install-Package Yu-Core.AspNetCore.Components.WebView.Gtk
10+
```
11+
<PackageReference Include="Yu-Core.AspNetCore.Components.WebView.Gtk" Version="0.1.1" />
12+
```
13+
14+
Install `libwebkitgtk-6.0-4`
15+
16+
```bash
17+
sudo apt update
18+
sudo apt install libwebkitgtk-6.0-4
1219
```
1320

1421
See [sample](src/BlazorWebView/sample)
@@ -32,4 +39,5 @@ See [sample](src/BlazorWebView/sample)
3239
- [.NET MAUI](https://github.com/dotnet/maui)
3340
- [ASP.NET Core](https://github.com/dotnet/aspnetcore)
3441
- [DevToys](https://github.com/DevToys-app/DevToys)
42+
- [Gir.Core](https://github.com/gircore/gir.core)
3543
- [maui-linux](https://github.com/jsuarezruiz/maui-linux)

src/BlazorWebView/sample/BlazorGtkApp/BlazorGtkApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<ProjectReference Include="..\..\src\Microsoft.AspNetCore.Components.WebView.Gtk.csproj" />
11+
<ProjectReference Include="..\..\src\AspNetCore.Components.WebView.Gtk.csproj" />
1212
</ItemGroup>
1313

1414
</Project>

src/BlazorWebView/src/Microsoft.AspNetCore.Components.WebView.Gtk.csproj renamed to src/BlazorWebView/src/AspNetCore.Components.WebView.Gtk.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<Description>
1212
Build Linux apps with Blazor and WebKitGTK
1313
</Description>
14-
<PackageProjectUrl>https://github.com/Yu-Core/BlazorWebView.Gtk</PackageProjectUrl>
14+
<PackageProjectUrl>https://github.com/Yu-Core/AspNetCore.Components.WebView.Gtk</PackageProjectUrl>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
16-
<RepositoryUrl>https://github.com/Yu-Core/BlazorWebView.Gtk</RepositoryUrl>
16+
<RepositoryUrl>https://github.com/Yu-Core/AspNetCore.Components.WebView.Gtk</RepositoryUrl>
1717
<PackageTags>Linux;GTK;Blazor;Gir.Core</PackageTags>
1818
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1919
</PropertyGroup>

0 commit comments

Comments
 (0)