Merged
Conversation
- now registers each individual asset instead of just the base path
There was a problem hiding this comment.
Pull Request Overview
This pull request updates the WebExpress project from version 0.0.8 to 0.0.9, migrates the repository from a personal GitHub account (ReneSchwarzer) to an organization account (webexpress-framework), and includes several configuration and documentation improvements. The changes also add support for conditional local development builds and update license attributions.
- Version bump from 0.0.8 to 0.0.9 across multiple configuration files
- Repository URL migration from personal to organization GitHub account
- Addition of conditional build configurations for local development
- License file updates and third-party attribution changes (jQuery removed, FontAwesome added)
Reviewed Changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/WebExpress/WebExpress.csproj | Version bump to 0.0.9, repository URL update, conditional build configuration for local development |
| src/WebExpress/Program.cs | Added XML documentation comment for the Program class |
| src/WebExpress/Config/webexpress.config.xml | Updated comment from German to English, changed default culture from de-DE to en-US |
| src/WebExpress.Test/WebExpress.Test.csproj | Updated test SDK and xunit runner versions, removed explicit WebExpress package references |
| licenses/jQuery.lic | Removed jQuery license file |
| licenses/FontAwesome.lic | Added comprehensive FontAwesome license (165 lines) |
| doc/installation_guide.md | Updated all repository URLs and image references to webexpress-framework organization |
| doc/development_guide.md | Updated repository URLs, added IncludeManager documentation, terminology changes (roles → policies) |
| WebExpress.spec | Version bump to 0.0.9-alpha |
| README.md | Updated all repository URLs to webexpress-framework, reformatted description, updated tutorial links |
| LICENSE | Updated copyright year from 2023 to 2025 |
| CONTRIBUTING.md | Updated banner image URL to webexpress-framework |
| CODE_OF_CONDUCT.md | Updated banner image URL to webexpress-framework |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
This pull request updates project branding and repository links across documentation, licensing, and package files to reflect the new organization under the
webexpress-frameworkGitHub account. It also updates the package version and copyright year.Branding and repository updates:
README.md,CONTRIBUTING.md,CODE_OF_CONDUCT.md, anddoc/installation_guide.mdto use the newwebexpress-framework/.githublocation. [1] [2] [3] [4]README.mdanddoc/installation_guide.mdfromReneSchwarzertowebexpress-framework, including project, documentation, releases, and tutorials. [1] [2] [3] [4]Documentation and assets:
doc/installation_guide.mdto point to the new asset location underwebexpress-framework. [1] [2] [3] [4]Licensing and versioning:
LICENSEfrom 2023 to 2025.WebExpress.specfrom0.0.8-alphato0.0.9-alpha.Dependency list updates:
jqueryandsummernotewithfontawesome). [1] [2]