Octopus.OctoNotes.Core 1.0.3

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.3
                    
NuGet\Install-Package Octopus.OctoNotes.Core -Version 1.0.3
                    
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.3" />
                    
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.3" />
                    
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.3
                    
#r "nuget: Octopus.OctoNotes.Core, 1.0.3"
                    
#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.3
                    
#: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.3
                    
Install as a Cake Addin
#tool nuget:?package=Octopus.OctoNotes.Core&version=1.0.3
                    
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 882 1/29/2025
1.0.6 177 1/29/2025
1.0.5 169 1/27/2025
1.0.4 184 1/22/2025
1.0.3 166 1/14/2025
1.0.2 147 1/13/2025
1.0.1 315 10/18/2024
1.0.0 170 10/16/2024
0.1.789 770 9/1/2024
0.1.788 5,060 7/3/2024
0.1.786 390 7/3/2024
0.1.782 1,448 6/10/2024
0.1.778 248 6/3/2024
0.1.767 648 3/1/2024
0.1.766 280 2/23/2024
0.1.765 269 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 260 11/27/2023
0.1.733 235 11/23/2023
0.1.732 231 11/22/2023
0.1.731 268 11/21/2023
0.1.730 261 11/20/2023
0.1.729 274 11/19/2023
0.1.728 252 11/18/2023
0.1.727 271 11/17/2023
0.1.726 262 11/16/2023
0.1.536 1,251 5/28/2023
0.1.535 484 5/27/2023
0.1.534 501 5/26/2023
0.1.533 486 5/25/2023
0.1.532 564 5/24/2023
0.1.531 543 5/23/2023
0.1.530 537 5/22/2023
0.1.529 508 5/21/2023
0.1.528 502 5/20/2023
0.1.527 564 5/19/2023
0.1.526 596 5/18/2023
0.1.525 641 5/17/2023
0.1.524 635 5/16/2023
0.1.523 577 5/15/2023
0.1.522 585 5/14/2023
0.1.521 579 5/13/2023
0.1.520 598 5/12/2023
0.1.519 600 5/11/2023
0.1.518 609 5/10/2023
0.1.517 1,255 5/9/2023
0.1.516 570 5/8/2023
0.1.515 634 5/7/2023
0.1.514 643 5/6/2023
0.1.513 674 5/5/2023
0.1.512 646 5/4/2023
0.1.511 645 5/3/2023
0.1.510 650 5/3/2023
0.1.508 723 5/1/2023
0.1.505 618 4/30/2023
0.1.504 706 4/29/2023
0.1.503 688 4/28/2023
0.1.502 683 4/27/2023
0.1.501 672 4/26/2023
0.1.500 766 4/25/2023
0.1.499 762 4/24/2023
0.1.498 682 4/23/2023
0.1.497 733 4/22/2023
0.1.496 792 4/21/2023
0.1.495 721 4/20/2023
0.1.494 737 4/19/2023
0.1.493 748 4/18/2023
0.1.492 761 4/17/2023
0.1.491 752 4/16/2023
0.1.490 796 4/15/2023
0.1.489 738 4/14/2023
0.1.479 832 4/4/2023
0.1.478 998 4/3/2023
0.1.477 874 4/2/2023
0.1.476 890 4/1/2023
0.1.475 831 3/31/2023
0.1.474 828 3/30/2023
0.1.473 835 3/29/2023
0.1.472 895 3/28/2023
0.1.471 931 3/28/2023
0.1.469 979 3/27/2023
0.1.468 943 3/26/2023
0.1.467 931 3/25/2023
0.1.466 969 3/24/2023
0.1.465 943 3/23/2023
0.1.464 932 3/22/2023
0.1.463 948 3/21/2023
0.1.462 941 3/20/2023
0.1.461 941 3/20/2023
0.1.459 953 3/19/2023
0.1.458 987 3/18/2023
0.1.457 936 3/17/2023
0.1.456 1,029 3/16/2023
0.1.455 927 3/15/2023
0.1.454 968 3/14/2023
0.1.453 986 3/13/2023
0.1.452 958 3/12/2023
0.1.451 977 3/11/2023
0.1.450 1,002 3/10/2023
0.1.449 952 3/9/2023
0.1.448 1,003 3/8/2023
0.1.447 971 3/7/2023
0.1.446 1,006 3/6/2023
0.1.445 1,020 3/5/2023
0.1.444 1,051 3/4/2023
0.1.443 1,078 3/3/2023
0.1.442 1,033 3/2/2023
0.1.441 1,069 3/1/2023
0.1.440 1,064 2/28/2023
0.1.439 1,019 2/27/2023
0.1.438 1,028 2/26/2023
0.1.437 1,065 2/25/2023
0.1.436 1,081 2/24/2023
0.1.435 1,014 2/23/2023
0.1.434 1,049 2/22/2023
0.1.433 1,021 2/21/2023
0.1.432 1,119 2/20/2023
0.1.431 1,098 2/19/2023
0.1.430 1,058 2/18/2023
0.1.429 1,068 2/17/2023
0.1.428 1,086 2/16/2023
0.1.426 1,108 2/15/2023
0.1.425 1,083 2/14/2023
0.1.424 1,181 2/13/2023
0.1.423 1,160 2/12/2023
0.1.422 1,157 2/11/2023
0.1.421 1,085 2/10/2023
0.1.420 1,114 2/9/2023
0.1.419 1,111 2/8/2023
0.1.418 1,153 2/7/2023
0.1.417 1,172 2/6/2023
0.1.416 1,145 2/5/2023
0.1.415 1,216 2/4/2023
0.1.414 1,168 2/3/2023
0.1.413 1,207 2/2/2023
0.1.412 1,195 2/1/2023
0.1.411 1,214 1/31/2023
0.1.410 1,244 1/30/2023
0.1.409 1,249 1/29/2023
0.1.408 1,230 1/28/2023
0.1.407 1,276 1/27/2023
0.1.406 1,275 1/26/2023
0.1.404 1,226 1/24/2023
0.1.403 1,301 1/23/2023
0.1.402 1,274 1/22/2023
0.1.401 1,290 1/21/2023
0.1.400 1,292 1/20/2023
0.1.399 1,283 1/19/2023
0.1.398 1,260 1/18/2023
0.1.397 1,208 1/17/2023
0.1.396 1,306 1/16/2023
0.1.395 1,267 1/15/2023
0.1.394 1,285 1/14/2023
0.1.393 1,335 1/13/2023
0.1.392 1,388 1/12/2023
0.1.391 1,386 1/11/2023
0.1.390 1,310 1/10/2023
0.1.389 1,336 1/9/2023
0.1.388 1,347 1/8/2023
0.1.387 1,389 1/7/2023
0.1.386 1,346 1/6/2023
0.1.385 1,361 1/5/2023
0.1.384 1,410 1/4/2023
0.1.383 1,413 1/3/2023
0.1.382 1,401 1/2/2023
0.1.381 1,335 1/1/2023
0.1.380 1,375 12/31/2022
0.1.379 1,391 12/30/2022
0.1.378 1,427 12/29/2022
0.1.377 1,431 12/28/2022
0.1.376 1,413 12/27/2022
0.1.375 1,441 12/26/2022
0.1.374 1,439 12/25/2022
0.1.373 1,475 12/24/2022
0.1.372 1,504 12/23/2022
0.1.371 1,462 12/22/2022
0.1.369 1,380 12/22/2022
0.1.368 1,401 12/21/2022
0.1.366 1,431 12/21/2022
0.1.364 1,431 12/20/2022
0.1.363 1,430 12/19/2022
0.1.361 1,464 12/19/2022
0.1.360 1,510 12/18/2022
0.1.358 1,424 12/18/2022
0.1.357 1,444 12/17/2022
0.1.355 1,498 12/17/2022
0.1.354 1,478 12/16/2022
0.1.352 1,484 12/16/2022
0.1.351 1,498 12/15/2022
0.1.349 1,557 12/15/2022
0.1.348 1,364 12/14/2022
0.1.346 1,417 12/14/2022
0.1.345 1,373 12/13/2022
0.1.343 1,401 12/13/2022
0.1.341 1,402 12/13/2022
0.1.338 1,442 12/13/2022
0.1.336 1,500 12/12/2022
0.1.334 1,475 12/11/2022
0.1.332 1,498 12/10/2022
0.1.330 1,417 12/9/2022
0.1.329 1,468 12/8/2022
0.1.327 1,483 12/8/2022
0.1.325 1,516 12/7/2022
0.1.324 1,514 12/6/2022
0.1.323 1,602 12/5/2022
0.1.322 1,586 12/4/2022
0.1.321 1,569 12/3/2022
0.1.320 1,599 12/2/2022
0.1.319 1,567 12/1/2022
0.1.318 1,616 11/30/2022
0.1.317 1,645 11/29/2022
0.1.316 1,638 11/28/2022
0.1.315 1,658 11/27/2022
0.1.314 1,595 11/26/2022
0.1.313 1,622 11/25/2022
0.1.312 1,667 11/24/2022
0.1.311 1,649 11/23/2022
0.1.310 1,682 11/22/2022
0.1.309 1,640 11/21/2022
0.1.308 1,653 11/20/2022
0.1.307 1,650 11/19/2022
0.1.306 1,701 11/18/2022
0.1.305 1,719 11/17/2022
0.1.304 1,722 11/16/2022
0.1.303 1,754 11/15/2022
0.1.302 1,720 11/14/2022
0.1.301 1,724 11/13/2022
0.1.300 1,785 11/12/2022
0.1.299 1,800 11/11/2022
0.1.297 1,738 11/10/2022
0.1.295 1,740 11/9/2022
0.1.294 1,789 11/8/2022
0.1.292 1,794 11/8/2022
0.1.291 2,152 11/7/2022
0.1.290 1,880 11/6/2022
0.1.289 1,907 11/5/2022
0.1.288 1,882 11/4/2022
0.1.287 1,843 11/3/2022
0.1.286 1,849 11/2/2022
0.1.285 1,843 11/1/2022
0.1.283 1,845 11/1/2022
0.1.282 1,882 10/31/2022
0.1.280 1,922 10/31/2022
0.1.279 1,880 10/30/2022
0.1.278 1,942 10/29/2022
0.1.277 1,911 10/28/2022
0.1.276 1,928 10/27/2022
0.1.275 1,954 10/26/2022
0.1.274 1,948 10/25/2022
0.1.273 2,047 10/24/2022
0.1.271 2,036 10/24/2022
0.1.270 2,059 10/23/2022
0.1.269 2,054 10/22/2022
0.1.268 2,009 10/21/2022
0.1.266 2,029 10/21/2022
0.1.265 2,029 10/20/2022
0.1.264 2,034 10/19/2022
0.1.263 1,986 10/18/2022
0.1.262 2,048 10/17/2022
0.1.261 2,100 10/16/2022
0.1.260 2,090 10/15/2022
0.1.259 2,102 10/14/2022
0.1.258 2,130 10/13/2022
0.1.257 2,128 10/12/2022
0.1.256 2,155 10/11/2022
0.1.254 2,092 10/11/2022
0.1.253 2,172 10/10/2022
0.1.251 2,213 10/10/2022
0.1.250 2,144 10/9/2022
0.1.249 2,201 10/8/2022
0.1.248 2,201 10/7/2022
0.1.247 2,131 10/6/2022
0.1.246 2,168 10/5/2022
0.1.245 2,126 10/4/2022
0.1.244 2,087 10/3/2022
0.1.243 2,058 10/2/2022
0.1.242 2,003 10/1/2022
0.1.241 1,992 9/30/2022
0.1.239 2,060 9/30/2022
0.1.238 2,032 9/29/2022
0.1.237 2,082 9/28/2022
0.1.236 2,215 9/27/2022
0.1.235 2,088 9/26/2022
0.1.233 2,173 9/26/2022
0.1.232 2,229 9/25/2022
0.1.231 2,230 9/24/2022
0.1.230 2,215 9/23/2022
0.1.229 2,221 9/22/2022
0.1.228 2,137 9/21/2022
0.1.227 2,174 9/21/2022
0.1.226 2,148 9/19/2022
0.1.225 2,179 9/18/2022
0.1.224 2,143 9/17/2022
0.1.223 2,141 9/16/2022
0.1.222 2,193 9/15/2022
0.1.220 2,167 9/15/2022
0.1.219 2,183 9/14/2022
0.1.217 2,216 9/14/2022
0.1.216 2,210 9/13/2022
0.1.214 2,230 9/13/2022
0.1.213 2,198 9/12/2022
0.1.212 2,220 9/11/2022
0.1.211 2,254 9/10/2022
0.1.210 2,254 9/9/2022
0.1.209 2,189 9/9/2022
0.1.206 2,283 9/9/2022
0.1.204 2,315 9/8/2022
0.1.202 2,268 9/8/2022
0.1.199 2,148 9/6/2022
0.1.197 2,324 9/5/2022
0.1.195 2,264 9/4/2022
0.1.193 2,283 9/3/2022
0.1.191 2,355 9/2/2022
0.1.190 2,259 9/2/2022
0.1.188 2,260 9/1/2022
0.1.187 2,270 8/31/2022
0.1.186 2,257 8/30/2022
0.1.184 2,309 8/30/2022
0.1.183 2,237 8/29/2022
0.1.182 2,210 8/28/2022
0.1.181 2,248 8/27/2022
0.1.180 2,211 8/26/2022
0.1.179 2,173 8/25/2022
0.1.178 2,255 8/24/2022
0.1.177 2,214 8/24/2022
0.1.174 10,220 8/23/2022
0.1.173 2,216 8/23/2022