-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump PbmVersion from 0.6.2 to 0.6.3 (#94)
Bumps `PbmVersion` from 0.6.2 to 0.6.3. Updates `Petabridge.Cmd.Cluster` from 0.6.2 to 0.6.3 Updates `Petabridge.Cmd.Remote` from 0.6.2 to 0.6.3 Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
- Loading branch information
1 parent
250a0f5
commit 895b3f2
Showing
1 changed file
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
<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.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> | ||
<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>15.9.0</MicrosoftSdkVersion> | ||
<FluentAssertionsVersion>5.9.0</FluentAssertionsVersion> | ||
<NetCoreVersion>netcoreapp2.1</NetCoreVersion> | ||
<NetStandardVersion>netstandard1.6</NetStandardVersion> | ||
<NetFrameworkLibVersion>net461</NetFrameworkLibVersion> | ||
<NetFrameworkTestVersion>net461</NetFrameworkTestVersion> | ||
<AkkaVersion>1.3.15</AkkaVersion> | ||
<PbmVersion>0.6.2</PbmVersion> | ||
</PropertyGroup> | ||
</PackageLicenseUrl> | ||
<NoWarn>$(NoWarn);CS1591</NoWarn> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<XunitVersion>2.4.1</XunitVersion> | ||
<MicrosoftSdkVersion>15.9.0</MicrosoftSdkVersion> | ||
<FluentAssertionsVersion>5.9.0</FluentAssertionsVersion> | ||
<NetCoreVersion>netcoreapp2.1</NetCoreVersion> | ||
<NetStandardVersion>netstandard1.6</NetStandardVersion> | ||
<NetFrameworkLibVersion>net461</NetFrameworkLibVersion> | ||
<NetFrameworkTestVersion>net461</NetFrameworkTestVersion> | ||
<AkkaVersion>1.3.15</AkkaVersion> | ||
<PbmVersion>0.6.3</PbmVersion> | ||
</PropertyGroup> | ||
</Project> |