Skip to content

Commit 64085d8

Browse files
authored
Updated project info for nuget package release (#333)
* Removed -develop suffix of package id Added nuget package icon (using parse website logo) Added license file reference to nuget package Co-authored-by: Tobias Pott <tobias@vrtxlabs.com>
1 parent a0d3146 commit 64085d8

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

Parse/Parse.csproj

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,36 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<DocumentationFile>bin\Release\netstandard2.0\Parse.xml</DocumentationFile>
6-
<Version>2.0.0-develop-0001</Version>
6+
<Version>2.0.0</Version>
77
<LangVersion>latest</LangVersion>
88

99
<Authors>Parse</Authors>
1010
<PackageProjectUrl>https://parseplatform.org/</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/parse-community/Parse-SDK-dotNET/</RepositoryUrl>
12-
<PackageIconUrl>https://raw.githubusercontent.com/parse-community/parse-community.github.io/master/img/favicon/favicon-194x194.png</PackageIconUrl>
12+
<PackageIconUrl></PackageIconUrl>
1313
<RepositoryType>GitHub</RepositoryType>
1414
<Description>This is the official package for the Parse .NET Standard SDK. Add a cloud backend to any platform supporting .NET Standard 2.0 with this simple-to-use SDK.</Description>
1515
<Copyright>Copyright © Parse 2020. All rights reserved.</Copyright>
1616

17-
<PackageTags>Parse;netstandard2.0;parse-platform;backend;sdk;netstandard;app</PackageTags>
17+
<PackageTags>Parse;parse-platform;netstandard;netstandard2.0;backend;sdk;app</PackageTags>
1818
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1919
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
20+
<PackageIcon>parse-logo.png</PackageIcon>
21+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2022
</PropertyGroup>
2123

2224
<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
2325
<PackageReference Include="OpenCover" Version="4.6.519" />
2426
</ItemGroup>
2527

28+
<ItemGroup>
29+
<None Remove="parse-logo.png" />
30+
<None Include="parse-logo.png">
31+
<Pack>True</Pack>
32+
<PackagePath></PackagePath>
33+
</None>
34+
</ItemGroup>
35+
2636
<ItemGroup>
2737
<Compile Update="Resources.Designer.cs">
2838
<DesignTime>True</DesignTime>
@@ -38,4 +48,11 @@
3848
</EmbeddedResource>
3949
</ItemGroup>
4050

51+
<ItemGroup>
52+
<None Include="..\LICENSE">
53+
<Pack>True</Pack>
54+
<PackagePath></PackagePath>
55+
</None>
56+
</ItemGroup>
57+
4158
</Project>

Parse/parse-logo.png

5.84 KB
Loading

0 commit comments

Comments
 (0)