Skip to content

Commit c36aa02

Browse files
committed
Release v1.0.5
Updated version and package metadata for NuGet publication.
1 parent 5986d25 commit c36aa02

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/EasyAppDev.Blazor.Store/EasyAppDev.Blazor.Store.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
<PropertyGroup>
1616
<!-- NuGet Package Metadata -->
1717
<PackageId>EasyAppDev.Blazor.Store</PackageId>
18-
<Version>1.0.4</Version>
18+
<Version>1.0.5</Version>
1919
<Authors>Mashrul Hossain</Authors>
2020
<Company>EasyAppDev</Company>
2121
<Product>EasyAppDev.Blazor.Store</Product>
2222
<Description>Type-safe state management for Blazor using C# records. Includes async helpers, Redux DevTools integration, persistence, and granular selectors. Inspired by Zustand.</Description>
2323
<PackageTags>blazor;state-management;redux;zustand;devtools;reactive;solid;dependency-injection</PackageTags>
2424
<PackageLicenseExpression>MIT</PackageLicenseExpression>
25-
<PackageProjectUrl>https://github.com/YOUR_USERNAME/EasyAppDev.Blazor.Store</PackageProjectUrl>
26-
<RepositoryUrl>https://github.com/YOUR_USERNAME/EasyAppDev.Blazor.Store</RepositoryUrl>
25+
<PackageProjectUrl>https://github.com/mashrulhaque/EasyAppDev.Blazor.Store</PackageProjectUrl>
26+
<RepositoryUrl>https://github.com/mashrulhaque/EasyAppDev.Blazor.Store</RepositoryUrl>
2727
<RepositoryType>git</RepositoryType>
2828
<PackageReadmeFile>README.md</PackageReadmeFile>
2929
<PackageIcon>icon.png</PackageIcon>
3030
<PackageReleaseNotes>
31-
v1.0.4 - Initial Release
31+
v1.0.5 - Initial Release
3232

3333
Type-safe state management for Blazor using C# records. Features include async helpers, Redux DevTools integration, persistence, and granular selectors.
3434

0 commit comments

Comments
 (0)