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
set DOWNLOAD_LINK=https://github.com/PowerShell/PowerShell/releases/download/v%POWERSHELL_LATEST_VERSION%/PowerShell-%POWERSHELL_LATEST_VERSION%-win-x64.msi
72
+
set OUTPUT_PATH=%RUNNER_TEMP%\PowerShell-%POWERSHELL_LATEST_VERSION%-win-x64.msi
73
+
echo Downloading from: %DOWNLOAD_LINK% to: %OUTPUT_PATH%
if ($configuredVersionPrefix -ne $versionPrefix) {
92
107
Write-Error "Version prefix from git release tag '$versionPrefix' does not match version prefix '$configuredVersionPrefix' stored in Directory.Build.props."
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
# JsonApiDotNetCore
6
6
A framework for building [JSON:API](http://jsonapi.org/) compliant REST APIs using .NET Core and Entity Framework Core. Includes support for [Atomic Operations](https://jsonapi.org/ext/atomic/).
Copy file name to clipboardExpand all lines: docs/getting-started/faq.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -158,8 +158,8 @@ We use a similar approach for accessing [MongoDB](https://github.com/json-api-do
158
158
#### I love JsonApiDotNetCore! How can I support the team?
159
159
The best way to express your gratitude is by starring our repository.
160
160
This increases our leverage when asking for bug fixes in dependent projects, such as the .NET runtime and Entity Framework Core.
161
+
You can also [sponsor](https://github.com/sponsors/json-api-dotnet) our project.
161
162
Of course, a simple thank-you message in our [Gitter channel](https://gitter.im/json-api-dotnet-core/Lobby) is appreciated too!
162
-
We don't take monetary contributions at the moment.
163
163
164
164
If you'd like to do more: try things out, ask questions, create GitHub bug reports or feature requests, or upvote existing issues that are important to you.
165
165
We welcome PRs, but keep in mind: The worst thing in the world is opening a PR that gets rejected after you've put a lot of effort into it.
0 commit comments