You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,25 +24,25 @@ Simple Workflow framework in .Net
23
24
## Getting Started
24
25
### Installation
25
26
nuget add package SourceFlow.Net
26
-
>- dotnet add package abacus
27
-
>- dotnet add package abacus.SqlServer (to be released)
28
-
>- or your preferred storage
27
+
- dotnet add package Abacus.Net
28
+
- dotnet add package Abacus.Net.SqlServer (to be released)
29
+
- or your preferred storage
29
30
30
31
### Developer Guide
31
32
This comprehensive guide provides detailed information about the SourceFlow.Net framework, covering everything from basic concepts to advanced implementation patterns and troubleshooting guidelines.
32
33
33
-
Please click on [Developer Guide](https://github.com/CodeShayk/abacus/wiki) for complete details.
34
+
Please click on [Developer Guide](https://github.com/CodeShayk/Abacus.Net/wiki) for complete details.
34
35
## Support
35
-
If you are having problems, please let me know by [raising a new issue](https://github.com/CodeShayk/abacus/issues/new/choose).
36
+
If you are having problems, please let me know by [raising a new issue](https://github.com/CodeShayk/Abacus.Net/issues/new/choose).
36
37
37
38
## License
38
39
This project is licensed with the [MIT license](LICENSE).
39
40
40
41
## Contributing
41
42
We welcome contributions! Please see our Contributing Guide for details.
42
-
- π Bug Reports - Create an [issue](https://github.com/CodeShayk/abacus/issues/new/choose)
43
+
- π Bug Reports - Create an [issue](https://github.com/CodeShayk/Abacus.Net/issues/new/choose)
43
44
- π‘ Feature Requests - Start a discussion
44
-
- π Documentation - Help improve our [docs](https://github.com/CodeShayk/abacus/wiki)
45
+
- π Documentation - Help improve our [docs](https://github.com/CodeShayk/Abacus.Net/wiki)
0 commit comments