Skip to content

Commit d453eed

Browse files
committed
Update repo URLs to CodeShayk/DataFuse.Net
1 parent 1d248af commit d453eed

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

.github/workflows/PullRequest-CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
beta_Version: ${{ steps.gitversion.outputs.nuGetVersion }}
3131
branchName: ${{ steps.gitversion.outputs.branchName }}
3232
env:
33-
working-directory: /home/runner/work/DataFuse/DataFuse
33+
working-directory: /home/runner/work/DataFuse.Net/DataFuse.Net
3434

3535
steps:
3636
- name: Step-01 Install GitVersion
@@ -87,7 +87,7 @@ jobs:
8787
env:
8888
github-token: '${{ secrets.GH_Packages }}'
8989
nuget-token: '${{ secrets.NUGET_API_KEY }}'
90-
working-directory: /home/runner/work/DataFuse/DataFuse
90+
working-directory: /home/runner/work/DataFuse.Net/DataFuse.Net
9191
steps:
9292
- name: Step-01 Retrieve Build Artifacts
9393
uses: actions/download-artifact@v4
@@ -109,7 +109,7 @@ jobs:
109109
env:
110110
github-token: '${{ secrets.GH_Packages }}'
111111
nuget-token: '${{ secrets.NUGET_API_KEY }}'
112-
working-directory: /home/runner/work/DataFuse/DataFuse
112+
working-directory: /home/runner/work/DataFuse.Net/DataFuse.Net
113113
steps:
114114
- uses: actions/checkout@v4
115115

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# <img src="https://github.com/CodeShayk/DataFuse/blob/master/Images/data-integration-transparent.png" alt="data" style="width:50px;"/> DataFuse
1+
# <img src="https://github.com/CodeShayk/DataFuse.Net/blob/master/Images/data-integration-transparent.png" alt="data" style="width:50px;"/> DataFuse
22

33
### Like GraphQL, but for your heterogeneous backend systems
44

5-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/CodeShayk/DataFuse/blob/master/LICENSE.md)
6-
[![Master-Build](https://github.com/CodeShayk/DataFuse/actions/workflows/Build-Master.yml/badge.svg)](https://github.com/CodeShayk/DataFuse/actions/workflows/Build-Master.yml)
7-
[![GitHub Release](https://img.shields.io/github/v/release/CodeShayk/DataFuse?logo=github&sort=semver)](https://github.com/CodeShayk/DataFuse/releases/latest)
8-
[![Master-CodeQL](https://github.com/CodeShayk/DataFuse/actions/workflows/Master-CodeQL.yml/badge.svg)](https://github.com/CodeShayk/DataFuse/actions/workflows/Master-CodeQL.yml)
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/CodeShayk/DataFuse.Net/blob/master/LICENSE.md)
6+
[![Master-Build](https://github.com/CodeShayk/DataFuse.Net/actions/workflows/Build-Master.yml/badge.svg)](https://github.com/CodeShayk/DataFuse.Net/actions/workflows/Build-Master.yml)
7+
[![GitHub Release](https://img.shields.io/github/v/release/CodeShayk/DataFuse.Net?logo=github&sort=semver)](https://github.com/CodeShayk/DataFuse.Net/releases/latest)
8+
[![Master-CodeQL](https://github.com/CodeShayk/DataFuse.Net/actions/workflows/Master-CodeQL.yml/badge.svg)](https://github.com/CodeShayk/DataFuse.Net/actions/workflows/Master-CodeQL.yml)
99
[![.Net 9.0](https://img.shields.io/badge/.Net-9.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
1010

1111
**DataFuse** is a declarative .NET framework that aggregates data from SQL databases, REST APIs, and Entity Framework into unified, strongly-typed objects — replacing hundreds of lines of manual orchestration code with clean, schema-driven configuration.
@@ -203,7 +203,7 @@ public class ProductService
203203

204204
## Documentation
205205

206-
See the [Complete Developer Guide](https://codeshayk.github.io/DataFuse/) for detailed documentation including:
206+
See the [Complete Developer Guide](https://codeshayk.github.io/DataFuse.Net/) for detailed documentation including:
207207
- Real-world use cases (e-commerce, customer 360, reporting)
208208
- Core concepts deep dive
209209
- Query implementation guides (SQL, EF Core, Web API)
@@ -215,7 +215,7 @@ See the [Complete Developer Guide](https://codeshayk.github.io/DataFuse/) for de
215215

216216
## Support
217217

218-
If you are having problems, please let us know by [raising a new issue](https://github.com/CodeShayk/DataFuse/issues/new/choose).
218+
If you are having problems, please let us know by [raising a new issue](https://github.com/CodeShayk/DataFuse.Net/issues/new/choose).
219219

220220
## License
221221

@@ -227,5 +227,5 @@ The main branch is now on .NET 9.0. Previous versions:
227227

228228
| Version | Release Notes | Developer Guide |
229229
|---|---|---|
230-
| [`v2.0.0`](https://github.com/CodeShayk/DataFuse/tree/v2.0.0) | [Notes](https://github.com/CodeShayk/DataFuse/releases/tag/v2.0.0) | [Guide](https://github.com/CodeShayk/DataFuse/blob/v2.0.0/index.md) |
231-
| [`v1.0.0`](https://github.com/CodeShayk/DataFuse/tree/v1.0.0) | [Notes](https://github.com/CodeShayk/DataFuse/releases/tag/v1.0.0) | [Guide](https://github.com/CodeShayk/DataFuse/blob/v1.0.0/index.md) |
230+
| [`v2.0.0`](https://github.com/CodeShayk/DataFuse.Net/tree/v2.0.0) | [Notes](https://github.com/CodeShayk/DataFuse.Net/releases/tag/v2.0.0) | [Guide](https://github.com/CodeShayk/DataFuse.Net/blob/v2.0.0/index.md) |
231+
| [`v1.0.0`](https://github.com/CodeShayk/DataFuse.Net/tree/v1.0.0) | [Notes](https://github.com/CodeShayk/DataFuse.Net/releases/tag/v1.0.0) | [Guide](https://github.com/CodeShayk/DataFuse.Net/blob/v1.0.0/index.md) |

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
<li><a href="#why-datafuse">Why DataFuse?</a></li>
418418
<li><a href="#quick-start">Quick Start</a></li>
419419
<li><a href="#packages">Packages</a></li>
420-
<li><a href="https://github.com/CodeShayk/DataFuse" target="_blank">GitHub</a></li>
420+
<li><a href="https://github.com/CodeShayk/DataFuse.Net" target="_blank">GitHub</a></li>
421421
</ul>
422422
</div>
423423
</nav>
@@ -931,9 +931,9 @@ <h3>Path Matching</h3>
931931
<h3 style="color: #f0f6fc; margin-top: 0;">DataFuse Framework</h3>
932932
<p>Declarative multi-source data aggregation for .NET</p>
933933
<div class="footer-links">
934-
<a href="https://github.com/CodeShayk/DataFuse">GitHub</a>
935-
<a href="https://github.com/CodeShayk/DataFuse/issues">Issues</a>
936-
<a href="https://github.com/CodeShayk/DataFuse/wiki">Wiki</a>
934+
<a href="https://github.com/CodeShayk/DataFuse.Net">GitHub</a>
935+
<a href="https://github.com/CodeShayk/DataFuse.Net/issues">Issues</a>
936+
<a href="https://github.com/CodeShayk/DataFuse.Net/wiki">Wiki</a>
937937
<a href="https://www.nuget.org/packages?q=DataFuse">NuGet</a>
938938
</div>
939939
</footer>

index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
**DataFuse** is a declarative .NET framework that aggregates data from SQL databases, REST APIs, and Entity Framework into unified, strongly-typed objects — replacing hundreds of lines of manual orchestration code with a clean, schema-driven configuration.
66

77
[![.Net 9.0](https://img.shields.io/badge/.Net-9.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
8-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/CodeShayk/DataFuse/blob/master/LICENSE.md)
9-
[![GitHub Release](https://img.shields.io/github/v/release/CodeShayk/DataFuse?logo=github&sort=semver)](https://github.com/CodeShayk/DataFuse/releases/latest)
8+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/CodeShayk/DataFuse.Net/blob/master/LICENSE.md)
9+
[![GitHub Release](https://img.shields.io/github/v/release/CodeShayk/DataFuse.Net?logo=github&sort=semver)](https://github.com/CodeShayk/DataFuse.Net/releases/latest)
1010

1111
---
1212

@@ -1036,7 +1036,7 @@ services.AddHttpClient();
10361036

10371037
## Getting Support
10381038

1039-
- **GitHub**: [github.com/CodeShayk/DataFuse](https://github.com/CodeShayk/DataFuse)
1040-
- **Issues**: [Report bugs and feature requests](https://github.com/CodeShayk/DataFuse/issues)
1041-
- **Wiki**: [Developer guide and documentation](https://github.com/CodeShayk/DataFuse/wiki)
1039+
- **GitHub**: [github.com/CodeShayk/DataFuse.Net](https://github.com/CodeShayk/DataFuse.Net)
1040+
- **Issues**: [Report bugs and feature requests](https://github.com/CodeShayk/DataFuse.Net/issues)
1041+
- **Wiki**: [Developer guide and documentation](https://github.com/CodeShayk/DataFuse.Net/wiki)
10421042
- **Samples**: Check example projects in the repository for real-world usage patterns

0 commit comments

Comments
 (0)