Skip to content

Commit

Permalink
Add ReSharper and Rider 2024.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichb committed Jan 27, 2024
1 parent 4ec6b56 commit 20d79cf
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
BuildConfiguration: Release
BuildVersion: 2.21.0.${{ github.run_number }}
BuildVersion: 2.22.0.${{ github.run_number }}

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.22.0 ###
- ReSharper and Rider 2024.1 support

### 2.21.0 ###
- ReSharper and Rider 2023.3 support

Expand Down
4 changes: 2 additions & 2 deletions Src/RiderPlugin/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = 'rider-XmlDocInspections'
gradle.ext.resharperPluginProjectName = 'XmlDocInspections.Plugin'
gradle.ext.productVersion = '2023.3' // https://www.jetbrains.com/intellij-repository/releases
gradle.ext.reSharperVersionIdentifier = 'RD20233'
gradle.ext.productVersion = '2024.1-SNAPSHOT' // https://www.jetbrains.com/intellij-repository/releases
gradle.ext.reSharperVersionIdentifier = 'RD20241'
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\XmlDocInspections.Plugin\XmlDocInspections.Plugin.RD20233.csproj" />
<ProjectReference Include="..\XmlDocInspections.Plugin\XmlDocInspections.Plugin.RD20241.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\XmlDocInspections.Plugin\XmlDocInspections.Plugin.RS20233.csproj" />
<ProjectReference Include="..\XmlDocInspections.Plugin\XmlDocInspections.Plugin.RS20241.csproj" />
</ItemGroup>

</Project>
8 changes: 4 additions & 4 deletions XmlDocInspections.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SolutionItems", "SolutionIt
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Sample", "Src\XmlDocInspections.Plugin.Tests\test\data\XmlDocInspections.Sample.csproj", "{4AF4FFEC-2FAC-426A-B8B2-06F4D9F52392}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Plugin.RS20233", "Src\XmlDocInspections.Plugin\XmlDocInspections.Plugin.RS20233.csproj", "{B911381A-0D32-4D8C-A47A-D1E684FD7589}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Plugin.RS20241", "Src\XmlDocInspections.Plugin\XmlDocInspections.Plugin.RS20241.csproj", "{B911381A-0D32-4D8C-A47A-D1E684FD7589}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Plugin.Tests.RS20233", "Src\XmlDocInspections.Plugin.Tests\XmlDocInspections.Plugin.Tests.RS20233.csproj", "{E3DD348A-4F6B-4660-9D3F-18BFC5F2FDB1}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Plugin.Tests.RS20241", "Src\XmlDocInspections.Plugin.Tests\XmlDocInspections.Plugin.Tests.RS20241.csproj", "{E3DD348A-4F6B-4660-9D3F-18BFC5F2FDB1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Plugin.RD20233", "Src\XmlDocInspections.Plugin\XmlDocInspections.Plugin.RD20233.csproj", "{68FD44BA-7BD7-432C-B70F-8EA851A4FD06}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Plugin.RD20241", "Src\XmlDocInspections.Plugin\XmlDocInspections.Plugin.RD20241.csproj", "{68FD44BA-7BD7-432C-B70F-8EA851A4FD06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Plugin.Tests.RD20233", "Src\XmlDocInspections.Plugin.Tests\XmlDocInspections.Plugin.Tests.RD20233.csproj", "{F0AC23E0-5905-4A51-8FCE-96F87D8CF8B3}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Plugin.Tests.RD20241", "Src\XmlDocInspections.Plugin.Tests\XmlDocInspections.Plugin.Tests.RD20241.csproj", "{F0AC23E0-5905-4A51-8FCE-96F87D8CF8B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocInspections.Sample.AspNetCore", "Src\XmlDocInspections.Plugin.Tests\test\data\Special\AspNetCore\XmlDocInspections.Sample.AspNetCore.csproj", "{83BBF7BC-8BBA-4C4F-8143-DD3D7CDE68B1}"
EndProject
Expand Down

0 comments on commit 20d79cf

Please sign in to comment.