Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions HdrHistogram/HdrHistogram.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<Description>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.</Description>
<Authors>Gil Tene, Lee Campbell</Authors>
<PackageReleaseNotes>Net 8.0 release</PackageReleaseNotes>
<Copyright>Copyright 2024</Copyright>
<Copyright>Copyright 2025</Copyright>
<PackageTags>HdrHistogram HdrHistogram.NET Histogram Instrumentation</PackageTags>
<PackageProjectUrl>https://github.com/HdrHistogram/HdrHistogram.NET</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/HdrHistogram/HdrHistogram.NET/master/LICENSE.txt</PackageLicenseUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/HdrHistogram/HdrHistogram.NET/main/LICENSE.txt</PackageLicenseUrl>
<PackageIconUrl>http://hdrhistogram.github.io/HdrHistogram.NET/HdrHistogram-icon-64x64.png</PackageIconUrl>
<RepositoryUrl>https://github.com/HdrHistogram/HdrHistogram.NET</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img style="float: right;" align="right" height=64 src="https://raw.githubusercontent.com/HdrHistogram/HdrHistogram.NET/master/HdrHistogram-icon-64x64.png" alt="HdrHistorgram.NET logo">
<img style="float: right;" align="right" height=64 src="https://raw.githubusercontent.com/HdrHistogram/HdrHistogram.NET/main/HdrHistogram-icon-64x64.png" alt="HdrHistorgram.NET logo">

# HdrHistogram

Expand Down
6 changes: 3 additions & 3 deletions spec/tech-standards/build-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down Expand Up @@ -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
Expand Down
Loading