Skip to content

Commit

Permalink
Update project configuration for nuget package publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ShingZhanho committed Aug 27, 2020
1 parent bf83531 commit 2ea2412
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ obj/
riderModule.iml
/_ReSharper.Caches/
/.vs/
/.idea/
/.idea/
GH_TOKEN.txt
21 changes: 20 additions & 1 deletion HKOSharp/HKOSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>LibHKOSharp</RootNamespace>
<LangVersion>8</LangVersion>
<Version>0.0.1</Version>
<Authors></Authors>
<Authors>Weasley Shing</Authors>
<Company />
<Product />
<Description>An unofficial C# library for accessing Hong Kong Observatory's API.</Description>
Expand All @@ -15,10 +15,29 @@
You can now use this library to:
* Get local weather forecast
* Get weather forecasts of future nine days</PackageReleaseNotes>
<NeutralLanguage>en-GB</NeutralLanguage>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageTags />
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<Copyright>WeasleyShing (c) 2020</Copyright>
<ApplicationIcon>HKOSharp_Logo.ico</ApplicationIcon>
<PackageIcon>HKOSharp_Logo.png</PackageIcon>
<PackageIconUrl />
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\ReadmeImages\HKOSharp_Logo.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
Binary file added HKOSharp/HKOSharp_Logo.ico
Binary file not shown.
Binary file added HKOSharp_Logo.ico
Binary file not shown.
File renamed without changes.
Binary file modified ReadmeImages/HKOSharp_Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2ea2412

Please sign in to comment.