Skip to content

Commit

Permalink
Updates for 1.3.1 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored Mar 11, 2020
1 parent 143e60a commit 17691dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
6 changes: 2 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#### 1.3.0 November 22 2019 ####
* [Enable SSL needs management](https://github.com/petabridge/lighthouse/issues/102)
* Updated all underlying dependencies.
* Updated Windows Server base Docker image.
#### 1.3.1 March 12 2020 ####
* Updated to use Akka.NET v1.4.1.
16 changes: 7 additions & 9 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
<PropertyGroup>
<Copyright>Copyright © 2015-2019 Petabridge, LLC</Copyright>
<Authors>Petabridge</Authors>
<VersionPrefix>1.3.0</VersionPrefix>
<PackageReleaseNotes>[Enable SSL needs management](https://github.com/petabridge/lighthouse/issues/102)
Updated all underlying dependencies.
Updated Windows Server base Docker image.</PackageReleaseNotes>
<VersionPrefix>1.3.1</VersionPrefix>
<PackageReleaseNotes>Updated to use Akka.NET v1.4.1.</PackageReleaseNotes>
<PackageIconUrl>https://petabridge.com/images/logo.png</PackageIconUrl>
<PackageProjectUrl>
https://github.com/petabridge/lighthouse
<PackageProjectUrl>
https://github.com/petabridge/lighthouse
</PackageProjectUrl>
<PackageLicenseUrl>
https://github.com/petabridge/lighthouse/blob/dev/LICENSE
<PackageLicenseUrl>
https://github.com/petabridge/lighthouse/blob/dev/LICENSE
</PackageLicenseUrl>
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
Expand All @@ -23,7 +21,7 @@ Updated Windows Server base Docker image.</PackageReleaseNotes>
<NetStandardVersion>netstandard1.6</NetStandardVersion>
<NetFrameworkLibVersion>net461</NetFrameworkLibVersion>
<NetFrameworkTestVersion>net461</NetFrameworkTestVersion>
<AkkaVersion>1.3.17</AkkaVersion>
<AkkaVersion>1.4.1</AkkaVersion>
<PbmVersion>0.7.1</PbmVersion>
</PropertyGroup>
</Project>

0 comments on commit 17691dc

Please sign in to comment.