Octopus.OctoNotes.Core 0.1.767

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Octopus.OctoNotes.Core --version 0.1.767
NuGet\Install-Package Octopus.OctoNotes.Core -Version 0.1.767
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="0.1.767" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Octopus.OctoNotes.Core --version 0.1.767
#r "nuget: Octopus.OctoNotes.Core, 0.1.767"
#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.
// Install Octopus.OctoNotes.Core as a Cake Addin
#addin nuget:?package=Octopus.OctoNotes.Core&version=0.1.767

// Install Octopus.OctoNotes.Core as a Cake Tool
#tool nuget:?package=Octopus.OctoNotes.Core&version=0.1.767

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 net6.0 is compatible.  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. 
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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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
0.1.767 307 3/1/2024
0.1.766 167 2/23/2024
0.1.765 159 2/22/2024
0.1.763 163 2/9/2024
0.1.762 136 2/7/2024
0.1.761 139 2/6/2024
0.1.760 534 1/7/2024
0.1.759 436 12/13/2023
0.1.757 171 12/12/2023
0.1.756 154 12/11/2023
0.1.755 180 12/11/2023
0.1.754 183 12/8/2023
0.1.753 161 12/7/2023
0.1.752 187 12/6/2023
0.1.751 179 12/5/2023
0.1.750 164 12/4/2023
0.1.749 206 12/3/2023
0.1.748 187 12/2/2023
0.1.746 174 12/1/2023
0.1.745 171 12/1/2023
0.1.740 172 11/30/2023
0.1.739 198 11/29/2023
0.1.738 190 11/28/2023
0.1.737 183 11/27/2023
0.1.733 164 11/23/2023
0.1.732 144 11/22/2023
0.1.731 168 11/21/2023
0.1.730 182 11/20/2023
0.1.729 181 11/19/2023
0.1.728 176 11/18/2023
0.1.727 196 11/17/2023
0.1.726 168 11/16/2023
0.1.536 1,124 5/28/2023
0.1.535 375 5/27/2023
0.1.534 377 5/26/2023
0.1.533 373 5/25/2023
0.1.532 425 5/24/2023
0.1.531 415 5/23/2023
0.1.530 417 5/22/2023
0.1.529 392 5/21/2023
0.1.528 377 5/20/2023
0.1.527 426 5/19/2023
0.1.526 452 5/18/2023
0.1.525 504 5/17/2023
0.1.524 503 5/16/2023
0.1.523 463 5/15/2023
0.1.522 467 5/14/2023
0.1.521 472 5/13/2023
0.1.520 493 5/12/2023
0.1.519 474 5/11/2023
0.1.518 485 5/10/2023
0.1.517 1,129 5/9/2023
0.1.516 440 5/8/2023
0.1.515 507 5/7/2023
0.1.514 528 5/6/2023
0.1.513 544 5/5/2023
0.1.512 532 5/4/2023
0.1.511 515 5/3/2023
0.1.510 533 5/3/2023
0.1.508 583 5/1/2023
0.1.505 488 4/30/2023
0.1.504 566 4/29/2023
0.1.503 551 4/28/2023
0.1.502 574 4/27/2023
0.1.501 537 4/26/2023
0.1.500 636 4/25/2023
0.1.499 635 4/24/2023
0.1.498 564 4/23/2023
0.1.497 581 4/22/2023
0.1.496 648 4/21/2023
0.1.495 593 4/20/2023
0.1.494 596 4/19/2023
0.1.493 621 4/18/2023
0.1.492 640 4/17/2023
0.1.491 643 4/16/2023
0.1.490 663 4/15/2023
0.1.489 638 4/14/2023
0.1.479 713 4/4/2023
0.1.478 871 4/3/2023
0.1.477 754 4/2/2023
0.1.476 758 4/1/2023
0.1.475 720 3/31/2023
0.1.474 713 3/30/2023
0.1.473 716 3/29/2023
0.1.472 771 3/28/2023
0.1.471 812 3/28/2023
0.1.469 860 3/27/2023
0.1.468 825 3/26/2023
0.1.467 819 3/25/2023
0.1.466 845 3/24/2023
0.1.465 829 3/23/2023
0.1.464 808 3/22/2023
0.1.463 816 3/21/2023
0.1.462 811 3/20/2023
0.1.461 818 3/20/2023
0.1.459 832 3/19/2023
0.1.458 866 3/18/2023
0.1.457 813 3/17/2023
0.1.456 910 3/16/2023
0.1.455 811 3/15/2023
0.1.454 855 3/14/2023
0.1.453 879 3/13/2023
0.1.452 827 3/12/2023
0.1.451 859 3/11/2023
0.1.450 878 3/10/2023
0.1.449 830 3/9/2023
0.1.448 888 3/8/2023
0.1.447 858 3/7/2023
0.1.446 885 3/6/2023
0.1.445 904 3/5/2023
0.1.444 918 3/4/2023
0.1.443 953 3/3/2023
0.1.442 912 3/2/2023
0.1.441 959 3/1/2023
0.1.440 946 2/28/2023
0.1.439 901 2/27/2023
0.1.438 899 2/26/2023
0.1.437 938 2/25/2023
0.1.436 955 2/24/2023
0.1.435 893 2/23/2023
0.1.434 909 2/22/2023
0.1.433 889 2/21/2023
0.1.432 985 2/20/2023
0.1.431 959 2/19/2023
0.1.430 947 2/18/2023
0.1.429 939 2/17/2023
0.1.428 959 2/16/2023
0.1.426 965 2/15/2023
0.1.425 963 2/14/2023
0.1.424 1,064 2/13/2023
0.1.423 1,033 2/12/2023
0.1.422 1,038 2/11/2023
0.1.421 968 2/10/2023
0.1.420 1,000 2/9/2023
0.1.419 1,001 2/8/2023
0.1.418 1,013 2/7/2023
0.1.417 1,060 2/6/2023
0.1.416 1,023 2/5/2023
0.1.415 1,088 2/4/2023
0.1.414 1,029 2/3/2023
0.1.413 1,061 2/2/2023
0.1.412 1,083 2/1/2023
0.1.411 1,105 1/31/2023
0.1.410 1,110 1/30/2023
0.1.409 1,117 1/29/2023
0.1.408 1,104 1/28/2023
0.1.407 1,136 1/27/2023
0.1.406 1,142 1/26/2023
0.1.404 1,101 1/24/2023
0.1.403 1,199 1/23/2023
0.1.402 1,165 1/22/2023
0.1.401 1,171 1/21/2023
0.1.400 1,157 1/20/2023
0.1.399 1,154 1/19/2023
0.1.398 1,117 1/18/2023
0.1.397 1,092 1/17/2023
0.1.396 1,182 1/16/2023
0.1.395 1,153 1/15/2023
0.1.394 1,163 1/14/2023
0.1.393 1,216 1/13/2023
0.1.392 1,264 1/12/2023
0.1.391 1,262 1/11/2023
0.1.390 1,185 1/10/2023
0.1.389 1,207 1/9/2023
0.1.388 1,218 1/8/2023
0.1.387 1,259 1/7/2023
0.1.386 1,217 1/6/2023
0.1.385 1,222 1/5/2023
0.1.384 1,283 1/4/2023
0.1.383 1,295 1/3/2023
0.1.382 1,266 1/2/2023
0.1.381 1,208 1/1/2023
0.1.380 1,247 12/31/2022
0.1.379 1,246 12/30/2022
0.1.378 1,292 12/29/2022
0.1.377 1,312 12/28/2022
0.1.376 1,279 12/27/2022
0.1.375 1,318 12/26/2022
0.1.374 1,315 12/25/2022
0.1.373 1,348 12/24/2022
0.1.372 1,372 12/23/2022
0.1.371 1,341 12/22/2022
0.1.369 1,242 12/22/2022
0.1.368 1,276 12/21/2022
0.1.366 1,331 12/21/2022
0.1.364 1,299 12/20/2022
0.1.363 1,329 12/19/2022
0.1.361 1,345 12/19/2022
0.1.360 1,383 12/18/2022
0.1.358 1,297 12/18/2022
0.1.357 1,328 12/17/2022
0.1.355 1,373 12/17/2022
0.1.354 1,348 12/16/2022
0.1.352 1,346 12/16/2022
0.1.351 1,370 12/15/2022
0.1.349 1,313 12/15/2022
0.1.348 1,246 12/14/2022
0.1.346 1,288 12/14/2022
0.1.345 1,241 12/13/2022
0.1.343 1,266 12/13/2022
0.1.341 1,285 12/13/2022
0.1.338 1,323 12/13/2022
0.1.336 1,377 12/12/2022
0.1.334 1,353 12/11/2022
0.1.332 1,372 12/10/2022
0.1.330 1,291 12/9/2022
0.1.329 1,316 12/8/2022
0.1.327 1,352 12/8/2022
0.1.325 1,383 12/7/2022
0.1.324 1,376 12/6/2022
0.1.323 1,479 12/5/2022
0.1.322 1,470 12/4/2022
0.1.321 1,454 12/3/2022
0.1.320 1,475 12/2/2022
0.1.319 1,433 12/1/2022
0.1.318 1,489 11/30/2022
0.1.317 1,510 11/29/2022
0.1.316 1,505 11/28/2022
0.1.315 1,533 11/27/2022
0.1.314 1,454 11/26/2022
0.1.313 1,493 11/25/2022
0.1.312 1,540 11/24/2022
0.1.311 1,516 11/23/2022
0.1.310 1,562 11/22/2022
0.1.309 1,510 11/21/2022
0.1.308 1,526 11/20/2022
0.1.307 1,527 11/19/2022
0.1.306 1,578 11/18/2022
0.1.305 1,585 11/17/2022
0.1.304 1,604 11/16/2022
0.1.303 1,614 11/15/2022
0.1.302 1,596 11/14/2022
0.1.301 1,613 11/13/2022
0.1.300 1,654 11/12/2022
0.1.299 1,663 11/11/2022
0.1.297 1,606 11/10/2022
0.1.295 1,613 11/9/2022
0.1.294 1,662 11/8/2022
0.1.292 1,657 11/8/2022
0.1.291 2,020 11/7/2022
0.1.290 1,766 11/6/2022
0.1.289 1,774 11/5/2022
0.1.288 1,750 11/4/2022
0.1.287 1,717 11/3/2022
0.1.286 1,715 11/2/2022
0.1.285 1,711 11/1/2022
0.1.283 1,731 11/1/2022
0.1.282 1,754 10/31/2022
0.1.280 1,798 10/31/2022
0.1.279 1,750 10/30/2022
0.1.278 1,809 10/29/2022
0.1.277 1,780 10/28/2022
0.1.276 1,805 10/27/2022
0.1.275 1,821 10/26/2022
0.1.274 1,829 10/25/2022
0.1.273 1,935 10/24/2022
0.1.271 1,908 10/24/2022
0.1.270 1,912 10/23/2022
0.1.269 1,933 10/22/2022
0.1.268 1,899 10/21/2022
0.1.266 1,900 10/21/2022
0.1.265 1,897 10/20/2022
0.1.264 1,903 10/19/2022
0.1.263 1,858 10/18/2022
0.1.262 1,917 10/17/2022
0.1.261 1,962 10/16/2022
0.1.260 1,951 10/15/2022
0.1.259 1,961 10/14/2022
0.1.258 2,007 10/13/2022
0.1.257 2,001 10/12/2022
0.1.256 2,015 10/11/2022
0.1.254 1,962 10/11/2022
0.1.253 2,036 10/10/2022
0.1.251 2,082 10/10/2022
0.1.250 2,014 10/9/2022
0.1.249 2,074 10/8/2022
0.1.248 2,070 10/7/2022
0.1.247 1,996 10/6/2022
0.1.246 2,031 10/5/2022
0.1.245 1,999 10/4/2022
0.1.244 1,953 10/3/2022
0.1.243 1,942 10/2/2022
0.1.242 1,865 10/1/2022
0.1.241 1,867 9/30/2022
0.1.239 1,922 9/30/2022
0.1.238 1,896 9/29/2022
0.1.237 1,955 9/28/2022
0.1.236 2,100 9/27/2022
0.1.235 1,953 9/26/2022
0.1.233 2,029 9/26/2022
0.1.232 2,101 9/25/2022
0.1.231 2,108 9/24/2022
0.1.230 2,078 9/23/2022
0.1.229 2,107 9/22/2022
0.1.228 2,008 9/21/2022
0.1.227 2,045 9/21/2022
0.1.226 2,017 9/19/2022
0.1.225 2,064 9/18/2022
0.1.224 2,028 9/17/2022
0.1.223 2,009 9/16/2022
0.1.222 2,074 9/15/2022
0.1.220 2,046 9/15/2022
0.1.219 2,076 9/14/2022
0.1.217 2,090 9/14/2022
0.1.216 2,069 9/13/2022
0.1.214 2,097 9/13/2022
0.1.213 2,079 9/12/2022
0.1.212 2,085 9/11/2022
0.1.211 2,130 9/10/2022
0.1.210 2,124 9/9/2022
0.1.209 2,061 9/9/2022
0.1.206 2,151 9/9/2022
0.1.204 2,186 9/8/2022
0.1.202 2,134 9/8/2022
0.1.199 2,033 9/6/2022
0.1.197 2,181 9/5/2022
0.1.195 2,142 9/4/2022
0.1.193 2,152 9/3/2022
0.1.191 2,226 9/2/2022
0.1.190 2,121 9/2/2022
0.1.188 2,137 9/1/2022
0.1.187 2,141 8/31/2022
0.1.186 2,130 8/30/2022
0.1.184 2,184 8/30/2022
0.1.183 2,101 8/29/2022
0.1.182 2,083 8/28/2022
0.1.181 2,110 8/27/2022
0.1.180 2,075 8/26/2022
0.1.179 2,033 8/25/2022
0.1.178 2,121 8/24/2022
0.1.177 2,086 8/24/2022
0.1.174 8,985 8/23/2022
0.1.173 2,080 8/23/2022