Skip to content

Commit

Permalink
changed package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Stavros Kasidis committed Aug 9, 2019
1 parent 843dc2d commit 31de3cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions BlazorDialog/BlazorDialog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageId>Blazor.Dialog</PackageId>
<PackageId>BlazorDialog</PackageId>
<Authors>Stavros Kasidis (AkiraGTX)</Authors>
<PackageLicenseUrl>https://github.com/stavroskasidis/BlazorDialog/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/stavroskasidis/BlazorDialog</PackageProjectUrl>
Expand All @@ -21,7 +21,7 @@
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Version>0.1.0</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
<Product>Blazor.Dialog</Product>
<Product>BlazorDialog</Product>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

TODO: Add build status/nuget shields

A "show and wait for result" dialog component for [Blazor](https://blazor.net)!
Dialog component as a service for [Blazor](https://blazor.net)!

TODO: Add gif

Expand Down Expand Up @@ -47,7 +47,7 @@ Add the following static file reference in your `_Host.cshtml` (server-side blaz
Make sure that there is a call to `app.UseStaticFiles();` in your server project's `Startup.cs`.

```html
<link href="_content/Blazor.Dialog/styles.min.css" rel="stylesheet" />
<link href="_content/BlazorDialog/styles.min.css" rel="stylesheet" />
```

## Basic usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/site.css" rel="stylesheet" />
<link href="_content/Blazor.Dialog/styles.css" rel="stylesheet" />
<link href="_content/BlazorDialog/styles.css" rel="stylesheet" />
</head>
<body>
<app>Loading...</app>
Expand Down

0 comments on commit 31de3cc

Please sign in to comment.