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
Copy file name to clipboardExpand all lines: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,13 @@ Use the following pattern to link revision data to Gerrit:
31
31
| 3.5.x < v <= 4.0.0 | 2.0.0 <= v <= 2.0.1 |
32
32
| 4.0.1 <= v <= 4.0.2 | 2.0.5 |
33
33
| 4.1.x <= v <= 4.2.0 | 2.0.6 <= v |
34
-
| 4.2.x <= v | 2.0.7 <= v |
34
+
| 4.2.x <= v <= 5.0.0 | 2.0.7 <= v |
35
+
| 5.0.x <= v | 3.0.0 <= v |
35
36
36
37
## GitExtensions Plugin Template information
37
38
38
39
The [GitExtensions Plugin Template](https://github.com/gitextensions/gitextensions.plugintemplate) gives additional information about the plugin development.
40
+
41
+
## Development
42
+
43
+
/!\ GitExtensions version properties overwritten in [GitExtensions.GerritPlugin.csproj.user](./src/GitExtensions.GerritPlugin/GitExtensions.GerritPlugin.csproj.user) file.
0 commit comments