File tree 8 files changed +34
-7
lines changed
8 files changed +34
-7
lines changed Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"jetbrains.resharper.globaltools" : {
6
- "version" : " 2023.2.1 " ,
6
+ "version" : " 2023.2.2 " ,
7
7
"commands" : [
8
8
" jb"
9
9
]
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Bug report
3
- about : Create a report to help us improve
3
+ about : Create a report to help us improve.
4
4
title : ' '
5
5
labels : ' bug'
6
6
assignees : ' '
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : true
2
+ contact_links :
3
+ - name : Documentation
4
+ url : https://www.jsonapi.net/usage/resources/index.html
5
+ about : Read our comprehensive documentation.
6
+ - name : Sponsor JsonApiDotNetCore
7
+ url : https://github.com/sponsors/json-api-dotnet
8
+ about : Help the continued development.
9
+ - name : Ask on Gitter
10
+ url : https://gitter.im/json-api-dotnet-core/Lobby
11
+ about : Get in touch with the whole community.
12
+ - name : Ask on Stack Overflow
13
+ url : https://stackoverflow.com/questions/tagged/json-api
14
+ about : The best place for asking general-purpose questions.
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Feature request
3
- about : Suggest an idea for this project
3
+ about : Suggest an idea for this project.
4
4
title : ' '
5
5
labels : ' enhancement'
6
6
assignees : ' '
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Question
3
- about : Ask a question
3
+ about : Ask a question.
4
4
title : ' '
5
5
labels : ' question'
6
6
assignees : ' '
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
$versionSuffix = $segments.Length -eq 1 ? '' : $segments[1..$($segments.Length - 1)] -join '-'
103
103
104
104
[xml]$xml = Get-Content Directory.Build.props
105
- $configuredVersionPrefix = $xml.Project.PropertyGroup[0] .JsonApiDotNetCoreVersionPrefix
105
+ $configuredVersionPrefix = $xml.Project.PropertyGroup.JsonApiDotNetCoreVersionPrefix | Select-Object -First 1
106
106
if ($configuredVersionPrefix -ne $versionPrefix) {
107
107
Write-Error "Version prefix from git release tag '$versionPrefix' does not match version prefix '$configuredVersionPrefix' stored in Directory.Build.props."
108
108
# To recover from this:
Original file line number Diff line number Diff line change
1
+ name : ' Dependency Review'
2
+ on : [pull_request]
3
+
4
+ permissions :
5
+ contents : read
6
+
7
+ jobs :
8
+ dependency-review :
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - name : ' Checkout Repository'
12
+ uses : actions/checkout@v4
13
+ - name : ' Dependency Review'
14
+ uses : actions/dependency-review-action@v3
Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ These are some steps you can take to help you understand what this project is an
34
34
35
35
- [ Performance Reports] ( https://github.com/json-api-dotnet/PerformanceReports )
36
36
- [ JsonApiDotNetCore.MongoDb] ( https://github.com/json-api-dotnet/JsonApiDotNetCore.MongoDb )
37
- - [ JsonApiDotNetCore.Marten] ( https://github.com/wayne-o/JsonApiDotNetCore.Marten )
38
- - [ Todo List App] ( https://github.com/json-api-dotnet/TodoListExample )
37
+ - [ Ember.js Todo List App] ( https://github.com/json-api-dotnet/TodoListExample )
39
38
40
39
## Examples
41
40
You can’t perform that action at this time.
0 commit comments