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
16 changes: 3 additions & 13 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
#### 0.2.2 Feb 07 2019 ####
* Added shared DevOps infrastructure.
* Setting the stage for the use of Phobos in future releases.
* Resolved [Install pbm on all nodes](https://github.com/petabridge/Cluster.WebCrawler/issues/10)

#### 0.2.1 Feb 07 2019 ####
* Made it possible to invoke `CoordinatedShutdown` automatically via the `AppDomain.CurrentDomain.ProcessExit` event in .NET Core on `TrackerService`, `Lighthouse`, `CrawlerService`, and the `Web` application.

#### 0.2.0 Feb 06 2019 ####
Upgraded to .NET Core 2.1 for all services.

#### 0.1.0 Feb 04 2019 ####
First release
#### 0.2.3 Feb 08 2019 ####
* Made it possible to tag all WebCrawler docker images more easily via `build.fsx`.
* Made `build.sh` executable.
7 changes: 3 additions & 4 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
<PropertyGroup>
<Copyright>Copyright © 2015-2019 Petabridge, LLC</Copyright>
<Authors>Petabridge</Authors>
<VersionPrefix>0.2.2</VersionPrefix>
<PackageReleaseNotes>Added shared DevOps infrastructure.
Setting the stage for the use of Phobos in future releases.
Resolved [Install pbm on all nodes](https://github.com/petabridge/Cluster.WebCrawler/issues/10)</PackageReleaseNotes>
<VersionPrefix>0.2.3</VersionPrefix>
<PackageReleaseNotes>Made it possible to tag all WebCrawler docker images more easily via `build.fsx`.
Made `build.sh` executable.</PackageReleaseNotes>
<PackageIconUrl>
</PackageIconUrl>
<PackageProjectUrl>
Expand Down