Skip to content

Commit

Permalink
added v1.3.0 release notes (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored and kodiakhq[bot] committed Nov 22, 2019
1 parent 81b21e2 commit 7532263
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 24 deletions.
6 changes: 4 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#### 1.2.0 July 29 2019 ####
* Fixed problem with v1.1.0 image of Lighthouse, which prevented `pbm` from being executed internally via `docker exec`. `pbm` can now be called normally again from within the container.
#### 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.
46 changes: 24 additions & 22 deletions src/common.props
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
<Project>
<PropertyGroup>
<Copyright>Copyright © 2015-2019 Petabridge, LLC</Copyright>
<Authors>Petabridge</Authors>
<VersionPrefix>1.2.0</VersionPrefix>
<PackageReleaseNotes>Fixed problem with v1.1.0 image of Lighthouse, which prevented `pbm` from being executed internally via `docker exec`. `pbm` can now be called normally again from within the container.</PackageReleaseNotes>
<PackageIconUrl>https://petabridge.com/images/logo.png</PackageIconUrl>
<Project>
<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>
<PackageIconUrl>https://petabridge.com/images/logo.png</PackageIconUrl>
<PackageProjectUrl>
https://github.com/petabridge/lighthouse
</PackageProjectUrl>
</PackageProjectUrl>
<PackageLicenseUrl>
https://github.com/petabridge/lighthouse/blob/dev/LICENSE
</PackageLicenseUrl>
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup>
<XunitVersion>2.4.1</XunitVersion>
<MicrosoftSdkVersion>16.4.0</MicrosoftSdkVersion>
<FluentAssertionsVersion>5.9.0</FluentAssertionsVersion>
<NetCoreVersion>netcoreapp2.1</NetCoreVersion>
<NetStandardVersion>netstandard1.6</NetStandardVersion>
<NetFrameworkLibVersion>net461</NetFrameworkLibVersion>
<NetFrameworkTestVersion>net461</NetFrameworkTestVersion>
<AkkaVersion>1.3.16</AkkaVersion>
<PbmVersion>0.7.0</PbmVersion>
</PropertyGroup>
</PackageLicenseUrl>
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup>
<XunitVersion>2.4.1</XunitVersion>
<MicrosoftSdkVersion>16.4.0</MicrosoftSdkVersion>
<FluentAssertionsVersion>5.9.0</FluentAssertionsVersion>
<NetCoreVersion>netcoreapp2.1</NetCoreVersion>
<NetStandardVersion>netstandard1.6</NetStandardVersion>
<NetFrameworkLibVersion>net461</NetFrameworkLibVersion>
<NetFrameworkTestVersion>net461</NetFrameworkTestVersion>
<AkkaVersion>1.3.16</AkkaVersion>
<PbmVersion>0.7.0</PbmVersion>
</PropertyGroup>
</Project>

0 comments on commit 7532263

Please sign in to comment.