Octopus.OctoNotes.Core 1.0.6

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Octopus.OctoNotes.Core --version 1.0.6
                    
NuGet\Install-Package Octopus.OctoNotes.Core -Version 1.0.6
                    
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.6" />
                    
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.6" />
                    
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.6
                    
#r "nuget: Octopus.OctoNotes.Core, 1.0.6"
                    
#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.6
                    
#: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.6
                    
Install as a Cake Addin
#tool nuget:?package=Octopus.OctoNotes.Core&version=1.0.6
                    
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.9 949 1/29/2025
1.0.6 178 1/29/2025
1.0.5 170 1/27/2025
1.0.4 184 1/22/2025
1.0.3 167 1/14/2025
1.0.2 148 1/13/2025
1.0.1 317 10/18/2024
1.0.0 170 10/16/2024
0.1.789 772 9/1/2024
0.1.788 5,061 7/3/2024
0.1.786 392 7/3/2024
0.1.782 1,453 6/10/2024
0.1.778 249 6/3/2024
0.1.767 648 3/1/2024
0.1.766 280 2/23/2024
0.1.765 271 2/22/2024
0.1.763 264 2/9/2024
0.1.762 250 2/7/2024
0.1.761 239 2/6/2024
0.1.760 728 1/7/2024
0.1.759 1,239 12/13/2023
0.1.757 266 12/12/2023
0.1.756 267 12/11/2023
0.1.755 290 12/11/2023
0.1.754 298 12/8/2023
0.1.753 269 12/7/2023
0.1.752 291 12/6/2023
0.1.751 264 12/5/2023
0.1.750 257 12/4/2023
0.1.749 301 12/3/2023
0.1.748 268 12/2/2023
0.1.746 255 12/1/2023
0.1.745 272 12/1/2023
0.1.740 250 11/30/2023
0.1.739 267 11/29/2023
0.1.738 263 11/28/2023
0.1.737 261 11/27/2023
0.1.733 235 11/23/2023
0.1.732 232 11/22/2023
0.1.731 268 11/21/2023
0.1.730 262 11/20/2023
0.1.729 275 11/19/2023
0.1.728 253 11/18/2023
0.1.727 272 11/17/2023
0.1.726 263 11/16/2023
0.1.536 1,258 5/28/2023
0.1.535 492 5/27/2023
0.1.534 507 5/26/2023
0.1.533 492 5/25/2023
0.1.532 570 5/24/2023
0.1.531 550 5/23/2023
0.1.530 543 5/22/2023
0.1.529 514 5/21/2023
0.1.528 508 5/20/2023
0.1.527 570 5/19/2023
0.1.526 602 5/18/2023
0.1.525 647 5/17/2023
0.1.524 641 5/16/2023
0.1.523 583 5/15/2023
0.1.522 591 5/14/2023
0.1.521 586 5/13/2023
0.1.520 604 5/12/2023
0.1.519 606 5/11/2023
0.1.518 615 5/10/2023
0.1.517 1,261 5/9/2023
0.1.516 576 5/8/2023
0.1.515 640 5/7/2023
0.1.514 649 5/6/2023
0.1.513 680 5/5/2023
0.1.512 652 5/4/2023
0.1.511 651 5/3/2023
0.1.510 656 5/3/2023
0.1.508 729 5/1/2023
0.1.505 624 4/30/2023
0.1.504 712 4/29/2023
0.1.503 694 4/28/2023
0.1.502 689 4/27/2023
0.1.501 678 4/26/2023
0.1.500 772 4/25/2023
0.1.499 768 4/24/2023
0.1.498 688 4/23/2023
0.1.497 739 4/22/2023
0.1.496 798 4/21/2023
0.1.495 727 4/20/2023
0.1.494 743 4/19/2023
0.1.493 754 4/18/2023
0.1.492 767 4/17/2023
0.1.491 758 4/16/2023
0.1.490 804 4/15/2023
0.1.489 745 4/14/2023
0.1.479 840 4/4/2023
0.1.478 1,004 4/3/2023
0.1.477 880 4/2/2023
0.1.476 897 4/1/2023
0.1.475 838 3/31/2023
0.1.474 835 3/30/2023
0.1.473 841 3/29/2023
0.1.472 902 3/28/2023
0.1.471 937 3/28/2023
0.1.469 986 3/27/2023
0.1.468 950 3/26/2023
0.1.467 938 3/25/2023
0.1.466 976 3/24/2023
0.1.465 950 3/23/2023
0.1.464 939 3/22/2023
0.1.463 954 3/21/2023
0.1.462 947 3/20/2023
0.1.461 947 3/20/2023
0.1.459 960 3/19/2023
0.1.458 994 3/18/2023
0.1.457 943 3/17/2023
0.1.456 1,037 3/16/2023
0.1.455 934 3/15/2023
0.1.454 974 3/14/2023
0.1.453 993 3/13/2023
0.1.452 964 3/12/2023
0.1.451 984 3/11/2023
0.1.450 1,009 3/10/2023
0.1.449 959 3/9/2023
0.1.448 1,010 3/8/2023
0.1.447 978 3/7/2023
0.1.446 1,013 3/6/2023
0.1.445 1,026 3/5/2023
0.1.444 1,058 3/4/2023
0.1.443 1,085 3/3/2023
0.1.442 1,040 3/2/2023
0.1.441 1,075 3/1/2023
0.1.440 1,071 2/28/2023
0.1.439 1,026 2/27/2023
0.1.438 1,035 2/26/2023
0.1.437 1,072 2/25/2023
0.1.436 1,087 2/24/2023
0.1.435 1,021 2/23/2023
0.1.434 1,056 2/22/2023
0.1.433 1,027 2/21/2023
0.1.432 1,125 2/20/2023
0.1.431 1,105 2/19/2023
0.1.430 1,064 2/18/2023
0.1.429 1,074 2/17/2023
0.1.428 1,093 2/16/2023
0.1.426 1,115 2/15/2023
0.1.425 1,089 2/14/2023
0.1.424 1,187 2/13/2023
0.1.423 1,167 2/12/2023
0.1.422 1,164 2/11/2023
0.1.421 1,093 2/10/2023
0.1.420 1,121 2/9/2023
0.1.419 1,118 2/8/2023
0.1.418 1,160 2/7/2023
0.1.417 1,179 2/6/2023
0.1.416 1,152 2/5/2023
0.1.415 1,223 2/4/2023
0.1.414 1,174 2/3/2023
0.1.413 1,214 2/2/2023
0.1.412 1,202 2/1/2023
0.1.411 1,221 1/31/2023
0.1.410 1,251 1/30/2023
0.1.409 1,256 1/29/2023
0.1.408 1,237 1/28/2023
0.1.407 1,283 1/27/2023
0.1.406 1,282 1/26/2023
0.1.404 1,233 1/24/2023
0.1.403 1,308 1/23/2023
0.1.402 1,281 1/22/2023
0.1.401 1,298 1/21/2023
0.1.400 1,299 1/20/2023
0.1.399 1,291 1/19/2023
0.1.398 1,267 1/18/2023
0.1.397 1,215 1/17/2023
0.1.396 1,312 1/16/2023
0.1.395 1,274 1/15/2023
0.1.394 1,293 1/14/2023
0.1.393 1,342 1/13/2023
0.1.392 1,396 1/12/2023
0.1.391 1,393 1/11/2023
0.1.390 1,316 1/10/2023
0.1.389 1,343 1/9/2023
0.1.388 1,354 1/8/2023
0.1.387 1,395 1/7/2023
0.1.386 1,353 1/6/2023
0.1.385 1,368 1/5/2023
0.1.384 1,416 1/4/2023
0.1.383 1,420 1/3/2023
0.1.382 1,408 1/2/2023
0.1.381 1,342 1/1/2023
0.1.380 1,382 12/31/2022
0.1.379 1,397 12/30/2022
0.1.378 1,433 12/29/2022
0.1.377 1,438 12/28/2022
0.1.376 1,421 12/27/2022
0.1.375 1,448 12/26/2022
0.1.374 1,446 12/25/2022
0.1.373 1,482 12/24/2022
0.1.372 1,511 12/23/2022
0.1.371 1,469 12/22/2022
0.1.369 1,387 12/22/2022
0.1.368 1,408 12/21/2022
0.1.366 1,438 12/21/2022
0.1.364 1,438 12/20/2022
0.1.363 1,437 12/19/2022
0.1.361 1,471 12/19/2022
0.1.360 1,516 12/18/2022
0.1.358 1,432 12/18/2022
0.1.357 1,451 12/17/2022
0.1.355 1,505 12/17/2022
0.1.354 1,486 12/16/2022
0.1.352 1,491 12/16/2022
0.1.351 1,505 12/15/2022
0.1.349 1,569 12/15/2022
0.1.348 1,371 12/14/2022
0.1.346 1,424 12/14/2022
0.1.345 1,380 12/13/2022
0.1.343 1,408 12/13/2022
0.1.341 1,409 12/13/2022
0.1.338 1,449 12/13/2022
0.1.336 1,507 12/12/2022
0.1.334 1,482 12/11/2022
0.1.332 1,505 12/10/2022
0.1.330 1,423 12/9/2022
0.1.329 1,475 12/8/2022
0.1.327 1,490 12/8/2022
0.1.325 1,523 12/7/2022
0.1.324 1,520 12/6/2022
0.1.323 1,609 12/5/2022
0.1.322 1,592 12/4/2022
0.1.321 1,577 12/3/2022
0.1.320 1,606 12/2/2022
0.1.319 1,575 12/1/2022
0.1.318 1,622 11/30/2022
0.1.317 1,652 11/29/2022
0.1.316 1,645 11/28/2022
0.1.315 1,664 11/27/2022
0.1.314 1,602 11/26/2022
0.1.313 1,629 11/25/2022
0.1.312 1,675 11/24/2022
0.1.311 1,656 11/23/2022
0.1.310 1,689 11/22/2022
0.1.309 1,646 11/21/2022
0.1.308 1,660 11/20/2022
0.1.307 1,658 11/19/2022
0.1.306 1,708 11/18/2022
0.1.305 1,726 11/17/2022
0.1.304 1,730 11/16/2022
0.1.303 1,761 11/15/2022
0.1.302 1,728 11/14/2022
0.1.301 1,730 11/13/2022
0.1.300 1,793 11/12/2022
0.1.299 1,807 11/11/2022
0.1.297 1,745 11/10/2022
0.1.295 1,747 11/9/2022
0.1.294 1,795 11/8/2022
0.1.292 1,801 11/8/2022
0.1.291 2,158 11/7/2022
0.1.290 1,886 11/6/2022
0.1.289 1,914 11/5/2022
0.1.288 1,889 11/4/2022
0.1.287 1,850 11/3/2022
0.1.286 1,857 11/2/2022
0.1.285 1,850 11/1/2022
0.1.283 1,852 11/1/2022
0.1.282 1,888 10/31/2022
0.1.280 1,930 10/31/2022
0.1.279 1,887 10/30/2022
0.1.278 1,951 10/29/2022
0.1.277 1,918 10/28/2022
0.1.276 1,936 10/27/2022
0.1.275 1,961 10/26/2022
0.1.274 1,956 10/25/2022
0.1.273 2,055 10/24/2022
0.1.271 2,044 10/24/2022
0.1.270 2,071 10/23/2022
0.1.269 2,061 10/22/2022
0.1.268 2,020 10/21/2022
0.1.266 2,037 10/21/2022
0.1.265 2,037 10/20/2022
0.1.264 2,042 10/19/2022
0.1.263 1,994 10/18/2022
0.1.262 2,056 10/17/2022
0.1.261 2,108 10/16/2022
0.1.260 2,098 10/15/2022
0.1.259 2,110 10/14/2022
0.1.258 2,138 10/13/2022
0.1.257 2,136 10/12/2022
0.1.256 2,163 10/11/2022
0.1.254 2,100 10/11/2022
0.1.253 2,179 10/10/2022
0.1.251 2,221 10/10/2022
0.1.250 2,151 10/9/2022
0.1.249 2,210 10/8/2022
0.1.248 2,208 10/7/2022
0.1.247 2,140 10/6/2022
0.1.246 2,175 10/5/2022
0.1.245 2,134 10/4/2022
0.1.244 2,095 10/3/2022
0.1.243 2,067 10/2/2022
0.1.242 2,011 10/1/2022
0.1.241 2,000 9/30/2022
0.1.239 2,068 9/30/2022
0.1.238 2,039 9/29/2022
0.1.237 2,090 9/28/2022
0.1.236 2,222 9/27/2022
0.1.235 2,096 9/26/2022
0.1.233 2,181 9/26/2022
0.1.232 2,238 9/25/2022
0.1.231 2,237 9/24/2022
0.1.230 2,222 9/23/2022
0.1.229 2,229 9/22/2022
0.1.228 2,145 9/21/2022
0.1.227 2,182 9/21/2022
0.1.226 2,156 9/19/2022
0.1.225 2,187 9/18/2022
0.1.224 2,150 9/17/2022
0.1.223 2,149 9/16/2022
0.1.222 2,201 9/15/2022
0.1.220 2,174 9/15/2022
0.1.219 2,190 9/14/2022
0.1.217 2,224 9/14/2022
0.1.216 2,218 9/13/2022
0.1.214 2,238 9/13/2022
0.1.213 2,205 9/12/2022
0.1.212 2,228 9/11/2022
0.1.211 2,262 9/10/2022
0.1.210 2,261 9/9/2022
0.1.209 2,197 9/9/2022
0.1.206 2,291 9/9/2022
0.1.204 2,323 9/8/2022
0.1.202 2,275 9/8/2022
0.1.199 2,156 9/6/2022
0.1.197 2,331 9/5/2022
0.1.195 2,271 9/4/2022
0.1.193 2,291 9/3/2022
0.1.191 2,363 9/2/2022
0.1.190 2,267 9/2/2022
0.1.188 2,268 9/1/2022
0.1.187 2,278 8/31/2022
0.1.186 2,265 8/30/2022
0.1.184 2,317 8/30/2022
0.1.183 2,247 8/29/2022
0.1.182 2,217 8/28/2022
0.1.181 2,256 8/27/2022
0.1.180 2,218 8/26/2022
0.1.179 2,181 8/25/2022
0.1.178 2,263 8/24/2022
0.1.177 2,223 8/24/2022
0.1.174 10,228 8/23/2022
0.1.173 2,223 8/23/2022