Skip to content

Commit 04e30f3

Browse files
authored
Merge pull request #13 from anthturner/v1.3-prep
Adjust project file to prepare for 1.3 packaging
2 parents e37170b + 977996e commit 04e30f3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

UniFiSharp/UniFiSharp.csproj

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<PackageId>UniFiSharp</PackageId>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
7-
<Version>1.2.2</Version>
7+
<Version>1.3.0</Version>
88
<Authors>Anthony Turner</Authors>
99
<Company>Anthony Turner</Company>
1010
<Description>UniFiSharp provides a cross-platform (NETStandard) interface to control and monitor Ubiquiti UniFi networking components via the UniFi controller software.</Description>
11-
<PackageLicenseUrl>https://github.com/anthturner/UniFiSharp/blob/master/LICENSE</PackageLicenseUrl>
11+
<PackageLicenseUrl></PackageLicenseUrl>
1212
<PackageProjectUrl>https://github.com/anthturner/UniFiSharp</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/anthturner/UniFiSharp</RepositoryUrl>
1414
<RepositoryType>GitHub</RepositoryType>
1515
<PackageTags>unifi ubiquiti ubnt</PackageTags>
16+
<AssemblyVersion>1.3.0.0</AssemblyVersion>
17+
<FileVersion>1.3.0.0</FileVersion>
18+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1619
</PropertyGroup>
1720

1821
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -22,6 +25,10 @@
2225

2326
<ItemGroup>
2427
<None Remove="UniFiApi.Hotspot.cs~RF16ee8005.TMP" />
28+
<None Include="..\LICENSE">
29+
<Pack>True</Pack>
30+
<PackagePath></PackagePath>
31+
</None>
2532
</ItemGroup>
2633

2734
<ItemGroup>

0 commit comments

Comments
 (0)