Skip to content

Commit

Permalink
Fix for project license uri format change
Browse files Browse the repository at this point in the history
  • Loading branch information
i8beef committed Dec 13, 2020
1 parent 0375a37 commit c662a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HomeAutio.Mqtt.Core/HomeAutio.Mqtt.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<Company>Michael Hallock</Company>
<Copyright>Copyright © 2016</Copyright>
<Description>Base library for HomeAutio Mqtt bridges</Description>
<PackageLicenseUrl>https://github.com/i8beef/HomeAutio.Mqtt.Core/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/i8beef/HomeAutio.Mqtt.Core</PackageProjectUrl>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>1.0.0.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit c662a7b

Please sign in to comment.