Octopus.OctoNotes.Core 1.0.35

Prefix Reserved
dotnet add package Octopus.OctoNotes.Core --version 1.0.35
                    
NuGet\Install-Package Octopus.OctoNotes.Core -Version 1.0.35
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Octopus.OctoNotes.Core" Version="1.0.35" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Octopus.OctoNotes.Core" Version="1.0.35" />
                    
Directory.Packages.props
<PackageReference Include="Octopus.OctoNotes.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Octopus.OctoNotes.Core --version 1.0.35
                    
#r "nuget: Octopus.OctoNotes.Core, 1.0.35"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Octopus.OctoNotes.Core@1.0.35
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Octopus.OctoNotes.Core&version=1.0.35
                    
Install as a Cake Addin
#tool nuget:?package=Octopus.OctoNotes.Core&version=1.0.35
                    
Install as a Cake Tool

OctoNotes is a tool for generating release notes from Git repositories.

In a perfect, trunk-based world, there would be a single, linear graph between versions of an application. In the real world, however, that's almost never the case. Many releases will have hotfixes; many applications will have LTS branches or maintenance releases; not to mention pull requests and other reasons for branches, both short-lived and long.

OctoNotes takes a slightly different view of release notes. OctoNotes views the Git revision graph as the single source of truth. If a bug was fixed in a commit, that bug is only fixed in revisions containing that commit. If a feature was added between versions X and Y, it will appear in the Git revision graph as a commit somwehere between those two points.

By leveraging Git tags, OctoNotes can pinpoint precisely where in a Git revision graph a change was introduced, and provide the release notes for just the commits between two points on that graph.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Octopus.OctoNotes.Core:

Package Downloads
Octopus.OctoNotes.Core.GitHub

OctoNotes is a tool for generating release notes from Git repositories. In a perfect, trunk-based world, there would be a single, linear graph between versions of an application. In the real world, however, that's almost never the case. Many releases will have hotfixes; many applications will have LTS branches or maintenance releases; not to mention pull requests and other reasons for branches, both short-lived and long. OctoNotes takes a slightly different view of release notes. OctoNotes views the Git revision graph as the single source of truth. If a bug was fixed in a commit, that bug is only fixed in revisions containing that commit. If a feature was added between versions X and Y, it will appear in the Git revision graph as a commit somwehere between those two points. By leveraging Git tags, OctoNotes can pinpoint precisely where in a Git revision graph a change was introduced, and provide the release notes for just the commits between two points on that graph.

Octopus.OctoNotes.Generator.ReleaseNotesSource.GitHub

OctoNotes is a tool for generating release notes from Git repositories. In a perfect, trunk-based world, there would be a single, linear graph between versions of an application. In the real world, however, that's almost never the case. Many releases will have hotfixes; many applications will have LTS branches or maintenance releases; not to mention pull requests and other reasons for branches, both short-lived and long. OctoNotes takes a slightly different view of release notes. OctoNotes views the Git revision graph as the single source of truth. If a bug was fixed in a commit, that bug is only fixed in revisions containing that commit. If a feature was added between versions X and Y, it will appear in the Git revision graph as a commit somwehere between those two points. By leveraging Git tags, OctoNotes can pinpoint precisely where in a Git revision graph a change was introduced, and provide the release notes for just the commits between two points on that graph.

Octopus.OctoNotes.Reader

OctoNotes is a tool for generating release notes from Git repositories. In a perfect, trunk-based world, there would be a single, linear graph between versions of an application. In the real world, however, that's almost never the case. Many releases will have hotfixes; many applications will have LTS branches or maintenance releases; not to mention pull requests and other reasons for branches, both short-lived and long. OctoNotes takes a slightly different view of release notes. OctoNotes views the Git revision graph as the single source of truth. If a bug was fixed in a commit, that bug is only fixed in revisions containing that commit. If a feature was added between versions X and Y, it will appear in the Git revision graph as a commit somwehere between those two points. By leveraging Git tags, OctoNotes can pinpoint precisely where in a Git revision graph a change was introduced, and provide the release notes for just the commits between two points on that graph.

Octopus.OctoNotes.Generator.ReleaseNotesSource.CommitMessage

OctoNotes is a tool for generating release notes from Git repositories. In a perfect, trunk-based world, there would be a single, linear graph between versions of an application. In the real world, however, that's almost never the case. Many releases will have hotfixes; many applications will have LTS branches or maintenance releases; not to mention pull requests and other reasons for branches, both short-lived and long. OctoNotes takes a slightly different view of release notes. OctoNotes views the Git revision graph as the single source of truth. If a bug was fixed in a commit, that bug is only fixed in revisions containing that commit. If a feature was added between versions X and Y, it will appear in the Git revision graph as a commit somwehere between those two points. By leveraging Git tags, OctoNotes can pinpoint precisely where in a Git revision graph a change was introduced, and provide the release notes for just the commits between two points on that graph.

Octopus.OctoNotes.Generator

OctoNotes is a tool for generating release notes from Git repositories. In a perfect, trunk-based world, there would be a single, linear graph between versions of an application. In the real world, however, that's almost never the case. Many releases will have hotfixes; many applications will have LTS branches or maintenance releases; not to mention pull requests and other reasons for branches, both short-lived and long. OctoNotes takes a slightly different view of release notes. OctoNotes views the Git revision graph as the single source of truth. If a bug was fixed in a commit, that bug is only fixed in revisions containing that commit. If a feature was added between versions X and Y, it will appear in the Git revision graph as a commit somwehere between those two points. By leveraging Git tags, OctoNotes can pinpoint precisely where in a Git revision graph a change was introduced, and provide the release notes for just the commits between two points on that graph.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.35 258 8/20/2025
1.0.34 191 8/20/2025
1.0.9 1,436 1/29/2025
1.0.6 212 1/29/2025
1.0.5 203 1/27/2025
1.0.4 217 1/22/2025
1.0.3 201 1/14/2025
1.0.2 182 1/13/2025
1.0.1 352 10/18/2024
1.0.0 205 10/16/2024
0.1.789 807 9/1/2024
0.1.788 5,091 7/3/2024
0.1.786 429 7/3/2024
0.1.782 1,602 6/10/2024
0.1.778 276 6/3/2024
0.1.767 675 3/1/2024
0.1.766 300 2/23/2024
0.1.765 307 2/22/2024
0.1.763 295 2/9/2024
0.1.762 280 2/7/2024
0.1.761 271 2/6/2024
0.1.760 761 1/7/2024
0.1.759 1,277 12/13/2023
0.1.757 295 12/12/2023
0.1.756 298 12/11/2023
0.1.755 325 12/11/2023
0.1.754 334 12/8/2023
0.1.753 296 12/7/2023
0.1.752 318 12/6/2023
0.1.751 274 12/5/2023
0.1.750 283 12/4/2023
0.1.749 318 12/3/2023
0.1.748 295 12/2/2023
0.1.746 281 12/1/2023
0.1.745 299 12/1/2023
0.1.740 277 11/30/2023
0.1.739 276 11/29/2023
0.1.738 291 11/28/2023
0.1.737 281 11/27/2023
0.1.733 261 11/23/2023
0.1.732 257 11/22/2023
0.1.731 289 11/21/2023
0.1.730 289 11/20/2023
0.1.729 302 11/19/2023
0.1.728 279 11/18/2023
0.1.727 287 11/17/2023
0.1.726 279 11/16/2023
0.1.536 1,307 5/28/2023
0.1.535 539 5/27/2023
0.1.534 553 5/26/2023
0.1.533 522 5/25/2023
0.1.532 612 5/24/2023
0.1.531 597 5/23/2023
0.1.530 601 5/22/2023
0.1.529 561 5/21/2023
0.1.528 555 5/20/2023
0.1.527 616 5/19/2023
0.1.526 648 5/18/2023
0.1.525 697 5/17/2023
0.1.524 668 5/16/2023
0.1.523 619 5/15/2023
0.1.522 638 5/14/2023
0.1.521 635 5/13/2023
0.1.520 641 5/12/2023
0.1.519 655 5/11/2023
0.1.518 662 5/10/2023
0.1.517 1,301 5/9/2023
0.1.516 624 5/8/2023
0.1.515 680 5/7/2023
0.1.514 696 5/6/2023
0.1.513 720 5/5/2023
0.1.512 684 5/4/2023
0.1.511 699 5/3/2023
0.1.510 705 5/3/2023
0.1.508 778 5/1/2023
0.1.505 672 4/30/2023
0.1.504 758 4/29/2023
0.1.503 734 4/28/2023
0.1.502 738 4/27/2023
0.1.501 713 4/26/2023
0.1.500 819 4/25/2023
0.1.499 817 4/24/2023
0.1.498 734 4/23/2023
0.1.497 787 4/22/2023
0.1.496 846 4/21/2023
0.1.495 774 4/20/2023
0.1.494 789 4/19/2023
0.1.493 801 4/18/2023
0.1.492 815 4/17/2023
0.1.491 806 4/16/2023
0.1.490 851 4/15/2023
0.1.489 790 4/14/2023
0.1.479 887 4/4/2023
0.1.478 1,040 4/3/2023
0.1.477 926 4/2/2023
0.1.476 944 4/1/2023
0.1.475 884 3/31/2023
0.1.474 874 3/30/2023
0.1.473 891 3/29/2023
0.1.472 950 3/28/2023
0.1.471 975 3/28/2023
0.1.469 1,032 3/27/2023
0.1.468 998 3/26/2023
0.1.467 985 3/25/2023
0.1.466 1,023 3/24/2023
0.1.465 996 3/23/2023
0.1.464 986 3/22/2023
0.1.463 990 3/21/2023
0.1.462 985 3/20/2023
0.1.461 992 3/20/2023
0.1.459 996 3/19/2023
0.1.458 1,042 3/18/2023
0.1.457 987 3/17/2023
0.1.456 1,074 3/16/2023
0.1.455 981 3/15/2023
0.1.454 1,019 3/14/2023
0.1.453 1,040 3/13/2023
0.1.452 1,012 3/12/2023
0.1.451 1,033 3/11/2023
0.1.450 1,055 3/10/2023
0.1.449 1,005 3/9/2023
0.1.448 1,057 3/8/2023
0.1.447 1,016 3/7/2023
0.1.446 1,052 3/6/2023
0.1.445 1,072 3/5/2023
0.1.444 1,101 3/4/2023
0.1.443 1,128 3/3/2023
0.1.442 1,088 3/2/2023
0.1.441 1,122 3/1/2023
0.1.440 1,109 2/28/2023
0.1.439 1,074 2/27/2023
0.1.438 1,067 2/26/2023
0.1.437 1,115 2/25/2023
0.1.436 1,125 2/24/2023
0.1.435 1,071 2/23/2023
0.1.434 1,094 2/22/2023
0.1.433 1,061 2/21/2023
0.1.432 1,163 2/20/2023
0.1.431 1,144 2/19/2023
0.1.430 1,112 2/18/2023
0.1.429 1,121 2/17/2023
0.1.428 1,139 2/16/2023
0.1.426 1,164 2/15/2023
0.1.425 1,138 2/14/2023
0.1.424 1,232 2/13/2023
0.1.423 1,214 2/12/2023
0.1.422 1,212 2/11/2023
0.1.421 1,140 2/10/2023
0.1.420 1,154 2/9/2023
0.1.419 1,167 2/8/2023
0.1.418 1,202 2/7/2023
0.1.417 1,228 2/6/2023
0.1.416 1,198 2/5/2023
0.1.415 1,262 2/4/2023
0.1.414 1,223 2/3/2023
0.1.413 1,263 2/2/2023
0.1.412 1,241 2/1/2023
0.1.411 1,268 1/31/2023
0.1.410 1,289 1/30/2023
0.1.409 1,304 1/29/2023
0.1.408 1,284 1/28/2023
0.1.407 1,332 1/27/2023
0.1.406 1,330 1/26/2023
0.1.404 1,276 1/24/2023
0.1.403 1,356 1/23/2023
0.1.402 1,328 1/22/2023
0.1.401 1,346 1/21/2023
0.1.400 1,341 1/20/2023
0.1.399 1,339 1/19/2023
0.1.398 1,316 1/18/2023
0.1.397 1,266 1/17/2023
0.1.396 1,361 1/16/2023
0.1.395 1,323 1/15/2023
0.1.394 1,342 1/14/2023
0.1.393 1,380 1/13/2023
0.1.392 1,446 1/12/2023
0.1.391 1,443 1/11/2023
0.1.390 1,344 1/10/2023
0.1.389 1,393 1/9/2023
0.1.388 1,392 1/8/2023
0.1.387 1,433 1/7/2023
0.1.386 1,400 1/6/2023
0.1.385 1,415 1/5/2023
0.1.384 1,463 1/4/2023
0.1.383 1,458 1/3/2023
0.1.382 1,447 1/2/2023
0.1.381 1,380 1/1/2023
0.1.380 1,430 12/31/2022
0.1.379 1,445 12/30/2022
0.1.378 1,482 12/29/2022
0.1.377 1,486 12/28/2022
0.1.376 1,468 12/27/2022
0.1.375 1,486 12/26/2022
0.1.374 1,495 12/25/2022
0.1.373 1,532 12/24/2022
0.1.372 1,557 12/23/2022
0.1.371 1,500 12/22/2022
0.1.369 1,421 12/22/2022
0.1.368 1,438 12/21/2022
0.1.366 1,475 12/21/2022
0.1.364 1,486 12/20/2022
0.1.363 1,486 12/19/2022
0.1.361 1,520 12/19/2022
0.1.360 1,554 12/18/2022
0.1.358 1,482 12/18/2022
0.1.357 1,485 12/17/2022
0.1.355 1,552 12/17/2022
0.1.354 1,533 12/16/2022
0.1.352 1,540 12/16/2022
0.1.351 1,553 12/15/2022
0.1.349 1,628 12/15/2022
0.1.348 1,421 12/14/2022
0.1.346 1,473 12/14/2022
0.1.345 1,427 12/13/2022
0.1.343 1,457 12/13/2022
0.1.341 1,459 12/13/2022
0.1.338 1,496 12/13/2022
0.1.336 1,557 12/12/2022
0.1.334 1,519 12/11/2022
0.1.332 1,546 12/10/2022
0.1.330 1,471 12/9/2022
0.1.329 1,524 12/8/2022
0.1.327 1,529 12/8/2022
0.1.325 1,562 12/7/2022
0.1.324 1,550 12/6/2022
0.1.323 1,646 12/5/2022
0.1.322 1,642 12/4/2022
0.1.321 1,626 12/3/2022
0.1.320 1,655 12/2/2022
0.1.319 1,624 12/1/2022
0.1.318 1,671 11/30/2022
0.1.317 1,701 11/29/2022
0.1.316 1,693 11/28/2022
0.1.315 1,712 11/27/2022
0.1.314 1,649 11/26/2022
0.1.313 1,676 11/25/2022
0.1.312 1,707 11/24/2022
0.1.311 1,696 11/23/2022
0.1.310 1,728 11/22/2022
0.1.309 1,694 11/21/2022
0.1.308 1,704 11/20/2022
0.1.307 1,706 11/19/2022
0.1.306 1,746 11/18/2022
0.1.305 1,775 11/17/2022
0.1.304 1,769 11/16/2022
0.1.303 1,810 11/15/2022
0.1.302 1,768 11/14/2022
0.1.301 1,770 11/13/2022
0.1.300 1,828 11/12/2022
0.1.299 1,847 11/11/2022
0.1.297 1,793 11/10/2022
0.1.295 1,794 11/9/2022
0.1.294 1,846 11/8/2022
0.1.292 1,851 11/8/2022
0.1.291 2,198 11/7/2022
0.1.290 1,926 11/6/2022
0.1.289 1,959 11/5/2022
0.1.288 1,941 11/4/2022
0.1.287 1,900 11/3/2022
0.1.286 1,908 11/2/2022
0.1.285 1,899 11/1/2022
0.1.283 1,894 11/1/2022
0.1.282 1,928 10/31/2022
0.1.280 1,961 10/31/2022
0.1.279 1,926 10/30/2022
0.1.278 2,000 10/29/2022
0.1.277 1,968 10/28/2022
0.1.276 1,977 10/27/2022
0.1.275 1,992 10/26/2022
0.1.274 1,996 10/25/2022
0.1.273 2,092 10/24/2022
0.1.271 2,090 10/24/2022
0.1.270 2,118 10/23/2022
0.1.269 2,109 10/22/2022
0.1.268 2,070 10/21/2022
0.1.266 2,076 10/21/2022
0.1.265 2,087 10/20/2022
0.1.264 2,094 10/19/2022
0.1.263 2,034 10/18/2022
0.1.262 2,107 10/17/2022
0.1.261 2,156 10/16/2022
0.1.260 2,136 10/15/2022
0.1.259 2,158 10/14/2022
0.1.258 2,183 10/13/2022
0.1.257 2,185 10/12/2022
0.1.256 2,194 10/11/2022
0.1.254 2,139 10/11/2022
0.1.253 2,219 10/10/2022
0.1.251 2,270 10/10/2022
0.1.250 2,192 10/9/2022
0.1.249 2,260 10/8/2022
0.1.248 2,260 10/7/2022
0.1.247 2,192 10/6/2022
0.1.246 2,224 10/5/2022
0.1.245 2,175 10/4/2022
0.1.244 2,145 10/3/2022
0.1.243 2,097 10/2/2022
0.1.242 2,062 10/1/2022
0.1.241 2,051 9/30/2022
0.1.239 2,108 9/30/2022
0.1.238 2,069 9/29/2022
0.1.237 2,130 9/28/2022
0.1.236 2,273 9/27/2022
0.1.235 2,136 9/26/2022
0.1.233 2,234 9/26/2022
0.1.232 2,288 9/25/2022
0.1.231 2,277 9/24/2022
0.1.230 2,272 9/23/2022
0.1.229 2,280 9/22/2022
0.1.228 2,175 9/21/2022
0.1.227 2,223 9/21/2022
0.1.226 2,197 9/19/2022
0.1.225 2,230 9/18/2022
0.1.224 2,200 9/17/2022
0.1.223 2,189 9/16/2022
0.1.222 2,243 9/15/2022
0.1.220 2,215 9/15/2022
0.1.219 2,233 9/14/2022
0.1.217 2,264 9/14/2022
0.1.216 2,267 9/13/2022
0.1.214 2,288 9/13/2022
0.1.213 2,254 9/12/2022
0.1.212 2,277 9/11/2022
0.1.211 2,313 9/10/2022
0.1.210 2,303 9/9/2022
0.1.209 2,238 9/9/2022
0.1.206 2,335 9/9/2022
0.1.204 2,363 9/8/2022
0.1.202 2,316 9/8/2022
0.1.199 2,197 9/6/2022
0.1.197 2,366 9/5/2022
0.1.195 2,311 9/4/2022
0.1.193 2,342 9/3/2022
0.1.191 2,404 9/2/2022
0.1.190 2,307 9/2/2022
0.1.188 2,317 9/1/2022
0.1.187 2,316 8/31/2022
0.1.186 2,309 8/30/2022
0.1.184 2,358 8/30/2022
0.1.183 2,297 8/29/2022
0.1.182 2,255 8/28/2022
0.1.181 2,306 8/27/2022
0.1.180 2,268 8/26/2022
0.1.179 2,224 8/25/2022
0.1.178 2,293 8/24/2022
0.1.177 2,265 8/24/2022
0.1.174 10,269 8/23/2022
0.1.173 2,263 8/23/2022