From 2b937d45d4f4c2823bc6ebd6632a88947c2da8fc Mon Sep 17 00:00:00 2001 From: Lee Campbell Date: Fri, 27 Feb 2026 07:12:09 +0800 Subject: [PATCH 1/2] Migrate branch references from master to main Update all URLs and branch references to use 'main' instead of 'master': - README.md: Logo URL and AppVeyor badge URLs - HdrHistogram.csproj: LICENSE.txt URL - build-system.md: CI/CD documentation examples Co-Authored-By: Claude Opus 4.5 --- HdrHistogram/HdrHistogram.csproj | 2 +- README.md | 2 +- spec/tech-standards/build-system.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HdrHistogram/HdrHistogram.csproj b/HdrHistogram/HdrHistogram.csproj index 0a65d41..b52d13c 100644 --- a/HdrHistogram/HdrHistogram.csproj +++ b/HdrHistogram/HdrHistogram.csproj @@ -8,7 +8,7 @@ Copyright 2024 HdrHistogram HdrHistogram.NET Histogram Instrumentation https://github.com/HdrHistogram/HdrHistogram.NET - https://raw.githubusercontent.com/HdrHistogram/HdrHistogram.NET/master/LICENSE.txt + https://raw.githubusercontent.com/HdrHistogram/HdrHistogram.NET/main/LICENSE.txt http://hdrhistogram.github.io/HdrHistogram.NET/HdrHistogram-icon-64x64.png https://github.com/HdrHistogram/HdrHistogram.NET git diff --git a/README.md b/README.md index e0bc671..23bd2dc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -HdrHistorgram.NET logo +HdrHistorgram.NET logo # HdrHistogram diff --git a/spec/tech-standards/build-system.md b/spec/tech-standards/build-system.md index 3857aec..51b86d6 100644 --- a/spec/tech-standards/build-system.md +++ b/spec/tech-standards/build-system.md @@ -147,13 +147,13 @@ environment: for: - branches: only: - - master + - main environment: semver: 2.5.{build} - branches: except: - - master + - main environment: semver: 2.5.{build}-pr{appveyor_pull_request_number} @@ -192,7 +192,7 @@ notifications: Format: `{major}.{minor}.{build}` -- **master branch**: `2.5.{build}` (release versions) +- **main branch**: `2.5.{build}` (release versions) - **PR builds**: `2.5.{build}-pr{pr_number}` (pre-release versions) ### Setting Version From 736ce40a8765b0318d7889ac58b9336ca22dc323 Mon Sep 17 00:00:00 2001 From: Lee Campbell Date: Fri, 27 Feb 2026 07:23:59 +0800 Subject: [PATCH 2/2] Update copyright year to 2025 Co-Authored-By: Claude Opus 4.5 --- HdrHistogram/HdrHistogram.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HdrHistogram/HdrHistogram.csproj b/HdrHistogram/HdrHistogram.csproj index b52d13c..3710917 100644 --- a/HdrHistogram/HdrHistogram.csproj +++ b/HdrHistogram/HdrHistogram.csproj @@ -5,7 +5,7 @@ HdrHistogram supports low latency recording and analyzing of sampled data value counts across a configurable integer value range with configurable value precision within the range. Gil Tene, Lee Campbell Net 8.0 release - Copyright 2024 + Copyright 2025 HdrHistogram HdrHistogram.NET Histogram Instrumentation https://github.com/HdrHistogram/HdrHistogram.NET https://raw.githubusercontent.com/HdrHistogram/HdrHistogram.NET/main/LICENSE.txt