Skip to content

Commit 2cadac8

Browse files
committed
Release v1.0.6
Updated README with correct GitHub username and fixed author name.
1 parent c36aa02 commit 2cadac8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,6 @@ MIT © EasyAppDev
851851

852852
<div align="center">
853853

854-
**[⭐ Star us on GitHub](https://github.com/yourusername/EasyAppDev.Blazor.Store)****[🐛 Report Issues](https://github.com/yourusername/EasyAppDev.Blazor.Store/issues)****[💬 Discussions](https://github.com/yourusername/EasyAppDev.Blazor.Store/discussions)**
854+
**[⭐ Star us on GitHub](https://github.com/mashrulhaque/EasyAppDev.Blazor.Store)****[🐛 Report Issues](https://github.com/mashrulhaque/EasyAppDev.Blazor.Store/issues)****[💬 Discussions](https://github.com/mashrulhaque/EasyAppDev.Blazor.Store/discussions)**
855855

856856
</div>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<PropertyGroup>
1616
<!-- NuGet Package Metadata -->
1717
<PackageId>EasyAppDev.Blazor.Store</PackageId>
18-
<Version>1.0.5</Version>
19-
<Authors>Mashrul Hossain</Authors>
18+
<Version>1.0.6</Version>
19+
<Authors>Mashrul Haque</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>
@@ -28,7 +28,7 @@
2828
<PackageReadmeFile>README.md</PackageReadmeFile>
2929
<PackageIcon>icon.png</PackageIcon>
3030
<PackageReleaseNotes>
31-
v1.0.5 - Initial Release
31+
v1.0.6 - 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)