Trim README, replace stale CDP4 package icon with Auriga branding - #150
Open
samatstariongroup wants to merge 4 commits into
Open
Trim README, replace stale CDP4 package icon with Auriga branding#150samatstariongroup wants to merge 4 commits into
samatstariongroup wants to merge 4 commits into
Conversation
…aurigatools.exe application icon
Contributor
|
|
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.



Summary
README.mdto a concise overview (package sections cut to 1-3 sentences, Getting Started examples consolidated), pointing deep-dives at the wiki.assets/) and adds the README emblem, sourced from an absoluteraw.githubusercontent.comlink so it also renders on the NuGet package page.cdp4-icon.png(a leftover from another Starion project) withauriga-icon-512.pngas the sharedPackageIconfor all five packable projects.auriga.icoasAuriga.Tools'sApplicationIcon, so the publishedaurigatools.execarries the real Auriga icon instead of the default .NET one. Verified the icon embeds and extracts from the built exe.Auriga.Samples/ReadmeSamples.csin sync with the README's consolidated reporting sample: the three separate sample methods (RenderDiagramsToSvg,RasterizeDiagramsToPng,ExportTablesToExcel) are merged into oneRenderAndExportDiagrams, matching the merged code block the README trim introduced. This was required — CI'sReadmeSampleTestFixtureasserts the README's fenced C# samples are compiled verbatim byAuriga.Samples, and failed once the README changed without the samples project following.Test plan
dotnet build Auriga.sln -c Debug— succeeds, no new warnings.dotnet pack Auriga.Tools.csproj -c Debug— packs cleanly with the new icon and README.Auriga.Tools.exeto confirm it embedded correctly.dotnet test Auriga.Tests --filter ReadmeSampleTestFixture— passes after syncingAuriga.Sampleswith the trimmed README (this is the check that caught the drift in CI).