|
3 | 3 | <PropertyGroup>
|
4 | 4 | <TargetFramework>netstandard2.0</TargetFramework>
|
5 | 5 | <DocumentationFile>bin\Release\netstandard2.0\Parse.xml</DocumentationFile>
|
6 |
| - <Version>2.0.0-develop-0001</Version> |
| 6 | + <Version>2.0.0</Version> |
7 | 7 | <LangVersion>latest</LangVersion>
|
8 | 8 |
|
9 | 9 | <Authors>Parse</Authors>
|
10 | 10 | <PackageProjectUrl>https://parseplatform.org/</PackageProjectUrl>
|
11 | 11 | <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> |
13 | 13 | <RepositoryType>GitHub</RepositoryType>
|
14 | 14 | <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>
|
15 | 15 | <Copyright>Copyright © Parse 2020. All rights reserved.</Copyright>
|
16 | 16 |
|
17 |
| - <PackageTags>Parse;netstandard2.0;parse-platform;backend;sdk;netstandard;app</PackageTags> |
| 17 | + <PackageTags>Parse;parse-platform;netstandard;netstandard2.0;backend;sdk;app</PackageTags> |
18 | 18 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
19 | 19 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
| 20 | + <PackageIcon>parse-logo.png</PackageIcon> |
| 21 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
20 | 22 | </PropertyGroup>
|
21 | 23 |
|
22 | 24 | <ItemGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
23 | 25 | <PackageReference Include="OpenCover" Version="4.6.519" />
|
24 | 26 | </ItemGroup>
|
25 | 27 |
|
| 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 | + |
26 | 36 | <ItemGroup>
|
27 | 37 | <Compile Update="Resources.Designer.cs">
|
28 | 38 | <DesignTime>True</DesignTime>
|
|
38 | 48 | </EmbeddedResource>
|
39 | 49 | </ItemGroup>
|
40 | 50 |
|
| 51 | + <ItemGroup> |
| 52 | + <None Include="..\LICENSE"> |
| 53 | + <Pack>True</Pack> |
| 54 | + <PackagePath></PackagePath> |
| 55 | + </None> |
| 56 | + </ItemGroup> |
| 57 | + |
41 | 58 | </Project>
|
0 commit comments