diff --git a/AGENTS.md b/AGENTS.md index 58286647..9f3b611e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -62,7 +62,7 @@ conventional-commits check. | `just update-version` | Runs `.build/update-version.ts` to sync the version into docs/samples. | | `just pack` | Updates the version then packs the NuGet package into `artifacts/`. | -The version lives in `package.json`. **Current Version:** 5.0.0-prerelease.10 — applied to `Version` / +The version lives in `package.json`. **Current Version:** 5.0.0-prerelease.11 — applied to `Version` / `PackageVersion` via the SDK's package.json version detection. ### Pipelines (reusable `purview-build` tool) diff --git a/README.md b/README.md index 448f494c..59ea2397 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Generates [`ActivitySource`](https://learn.microsoft.com/en-us/dotnet/api/system Add to your `Directory.Build.props` or `.csproj` file: ```xml - + all analyzers diff --git a/assets/images/purview-banner-dark.png b/assets/images/purview-banner-dark.png new file mode 100644 index 00000000..e42d194e Binary files /dev/null and b/assets/images/purview-banner-dark.png differ diff --git a/assets/images/purview-banner-light.png b/assets/images/purview-banner-light.png new file mode 100644 index 00000000..4a8c5fe5 Binary files /dev/null and b/assets/images/purview-banner-light.png differ diff --git a/assets/images/purview-banner.svg b/assets/images/purview-banner.svg new file mode 100644 index 00000000..ee8f2841 --- /dev/null +++ b/assets/images/purview-banner.svg @@ -0,0 +1,60 @@ + + + + + + + + + Purview + Purview wordmark with a bold purple P forming from vapour above liquid in an Erlenmeyer flask. + + + + + + + + + + + + + + + diff --git a/assets/images/purview-logo-dark.png b/assets/images/purview-logo-dark.png new file mode 100644 index 00000000..b2bd419b Binary files /dev/null and b/assets/images/purview-logo-dark.png differ diff --git a/assets/images/purview-logo-light.png b/assets/images/purview-logo-light.png new file mode 100644 index 00000000..70a98cfc Binary files /dev/null and b/assets/images/purview-logo-light.png differ diff --git a/assets/images/purview-logo.png b/assets/images/purview-logo.png deleted file mode 100644 index 0c537e4f..00000000 Binary files a/assets/images/purview-logo.png and /dev/null differ diff --git a/assets/images/purview-logo.svg b/assets/images/purview-logo.svg new file mode 100644 index 00000000..7dea4ae2 --- /dev/null +++ b/assets/images/purview-logo.svg @@ -0,0 +1,27 @@ + + Purview icon + A negative-space P appearing within translucent purple steam rising from liquid in a laboratory flask. + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/release-process.md b/docs/release-process.md index 271d5b00..cb93aeff 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -70,7 +70,7 @@ Merging to `main` triggers `release.yml`, which runs the reusable `purview-relea ## Versioning -- The version lives in `package.json`. **Current Version:** 5.0.0-prerelease.10 +- The version lives in `package.json`. **Current Version:** 5.0.0-prerelease.11 - It is applied to `Version` / `PackageVersion` by `Purview.BuildSdk` via package.json version detection (`UsePackageJsonVersion`, default `true`). - `just version` prints the current version. diff --git a/package.json b/package.json index a9b0c579..4c2ba388 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "purview-telemetry-sourcegenerator", - "version": "5.0.0-prerelease.10", + "version": "5.0.0-prerelease.11", "description": "Generates [`ActivitySource`](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.activitysource), [`ILogger`](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.logging.ilogger), and [`Metrics`](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.metrics) based on interface methods.", "readme": "README.md", "repository": { diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 7b0a595d..0b4c0457 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -35,7 +35,7 @@ https://github.com/purview-dev/telemetry-sourcegenerator.git $(PurviewProjectUrl) git - purview-logo.png + purview-logo-light.png README.md MIT false diff --git a/src/src/SourceGenerator/SourceGenerator.csproj b/src/src/SourceGenerator/SourceGenerator.csproj index fafe91d5..d81b7aa8 100644 --- a/src/src/SourceGenerator/SourceGenerator.csproj +++ b/src/src/SourceGenerator/SourceGenerator.csproj @@ -39,7 +39,7 @@ The generator assembly itself is packed by the SDK (Purview.BuildSdk) into analyzers/dotnet/cs; only the refactorings assembly is added here. --> - +