Upgrades version to v2.1.0#1488
Merged
waldekmastykarz merged 4 commits intodotnet:mainfrom Jan 8, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades Dev Proxy from version 2.0.0 to 2.1.0, updating version strings across the entire codebase and adding a new v2.1.0 schema directory. The upgrade includes both stable and beta version formats.
Key Changes
- Adds complete v2.1.0 JSON schema folder with 40+ schema files for various plugins and configurations
- Updates version strings in .csproj files, Dockerfiles, installer definitions, and PowerShell scripts
- Updates schema URL references in all configuration JSON files to point to v2.1.0 schemas
- Introduces automation tooling: upgrade script and skill documentation for future version upgrades
Reviewed changes
Copilot reviewed 57 out of 57 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/version.ps1 | Updated version string from v2.0.0-beta.1 to v2.1.0-beta.1 |
| scripts/local-setup.ps1 | Updated version string from v2.0.0-beta.1 to v2.1.0-beta.1 |
| scripts/Dockerfile_local | Updated DEVPROXY_VERSION from 2.0.0-beta.1 to 2.1.0-beta.1 |
| schemas/v2.1.0/*.schema.json | Added 40+ new schema files for v2.1.0 (all plugin and config schemas) |
| install.iss | Updated installer version from 2.0.0 to 2.1.0 |
| install-beta.iss | Updated beta installer version from 2.0.0-beta.1 to 2.1.0-beta.1 |
| Dockerfile | Updated DEVPROXY_VERSION from 2.0.0 to 2.1.0 |
| Dockerfile_beta | Updated DEVPROXY_VERSION from 2.0.0 to 2.1.0 |
| DevProxy/devproxyrc.json | Updated schema URLs to v2.1.0 |
| DevProxy/devproxy-errors.json | Updated schema URL to v2.1.0 |
| DevProxy/config/*.json | Updated all schema URLs to v2.1.0 in config files |
| DevProxy/DevProxy.csproj | Updated Version tag from 2.0.0 to 2.1.0 |
| DevProxy.Plugins/DevProxy.Plugins.csproj | Updated Version tag from 2.0.0 to 2.1.0 |
| DevProxy.Plugins/Mocking/MockResponsePlugin.cs | Updated hardcoded schema URL to v2.1.0 |
| DevProxy.Abstractions/DevProxy.Abstractions.csproj | Updated Version tag from 2.0.0 to 2.1.0 |
| .github/skills/upgrade-devproxy-version/scripts/upgrade-version.sh | New automation script for version upgrades |
| .github/skills/upgrade-devproxy-version/SKILL.md | New documentation for version upgrade process |
.github/skills/upgrade-devproxy-version/scripts/upgrade-version.sh
Outdated
Show resolved
Hide resolved
…n.sh Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
garrytrinder
approved these changes
Jan 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.