Skip to content

Commit 580c2c9

Browse files
committed
Fix: the package metadata
1 parent 51759c8 commit 580c2c9

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
An extension that enables the use of User Secrets in a Blazor WebAssembly Standalone project hosted using the Toolbelt.Blazor.WebAssembly.ExtensibleDevServer.
77

8-
![User Secrets overriding appsettings values in Blazor WebAssembly](https://github.com/jsakamoto/Toolbelt.Blazor.WebAssembly.ExtensibleDevServer.UserSecretsExtension/blob/main/.assets/social-preview.png)
8+
![User Secrets overriding appsettings values in Blazor WebAssembly](https://raw.githubusercontent.com/jsakamoto/Toolbelt.Blazor.WebAssembly.ExtensibleDevServer.UserSecretsExtension/refs/heads/main/.assets/social-preview.png)
99

1010
It allows developers to manage their own custom configuration settings without modifying or accidentally committing appsettings.json or appsettings.Development.json files to source control.
1111

UserSecretsExtension/UserSecretsExtension.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
<BaseVersion>10.0.3</BaseVersion>
1010
<Version>$(BaseVersion)</Version>
1111
<RepositoryUrl>https://github.com/jsakamoto/Toolbelt.Blazor.WebAssembly.ExtensibleDevServer.UserSecretsExtension</RepositoryUrl>
12+
<Authors>J.Sakamoto</Authors>
13+
<Copyright>Copyright © 2026 J.Sakamoto, Mozilla Public License 2.0</Copyright>
1214
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
1315
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
1416
<PackageTags>blazor,blazor-webassembly,blazorwebassembly,blazorwasm</PackageTags>
1517
<PackageReleaseNotes>(Please write the package release notes in "../RELEASE-NOTES.txt")</PackageReleaseNotes>
1618
<PackageOutputPath>../_dist/</PackageOutputPath>
17-
<Description>An extension that enables the use of User Secrets in Blazor WebAssembly Standalone project hosted with the Toolbelt.Blazor.WebAssembly.</Description>
19+
<Description>An extension that enables the use of User Secrets in Blazor WebAssembly Standalone project hosted with the Toolbelt.Blazor.WebAssembly.ExtensibleDevServer.</Description>
1820
<PackageIcon>nupkg-icon.png</PackageIcon>
1921
<PackageReadmeFile>README.md</PackageReadmeFile>
2022
<DevelopmentDependency>true</DevelopmentDependency>

0 commit comments

Comments
 (0)