Skip to content

Commit 24c67df

Browse files
committed
Merge branch 'release/v0.9.4'
2 parents 534a78c + cad2330 commit 24c67df

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

Industrious.Redux/Industrious.Redux.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<PackageId>Industrious.Redux</PackageId>
6+
<Authors>industriousone</Authors>
7+
<Company>Industrious One</Company>
8+
<Description>A predictable state container for .NET applications.</Description>
9+
<Copyright>Copyright © Industrious One</Copyright>
10+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
11+
<PackageTags>redux</PackageTags>
12+
<PackageProjectUrl>https://github.com/industriousone/industrious-redux</PackageProjectUrl>
13+
<RepositoryUrl>https://github.com/industriousone/industrious-redux</RepositoryUrl>
514
</PropertyGroup>
615

716
<ItemGroup>

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,19 @@
99

1010
# Industrious.Redux
1111

12-
A predictable state container for .NET applications.
12+
A predictable state container for .NET applications, inspired by [ReduxJS](https://redux.js.org).
1313

14-
See [Industrious.ToDo](https://github.com/industrious/industrious-todo) for usage examples in something resembling a real application. _(Coming soon...)_
14+
Still in progress, though all the basics are working. See `Examples.Counter` and `Examples.SyncViews` for usage examples.
15+
16+
To do list:
17+
18+
- make it easier to work with collections
19+
- finish up the examples
20+
- proper docs
21+
- async actions
22+
- middleware
23+
24+
Industrious.Redux is delivered as a .NET Standard 2.0 assembly, so it should work pretty much anywhere you do.
1525

1626
## Stay in touch
1727

0 commit comments

Comments
 (0)