|
7 | 7 | <NoWarn>$(NoWarn);1591</NoWarn>
|
8 | 8 | <Authors>Tibber</Authors>
|
9 | 9 | <Company>Tibber</Company>
|
10 |
| - <Version>0.5.1-beta</Version> |
| 10 | + <Version>0.5.2-beta</Version> |
11 | 11 | <TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
|
12 | 12 | <LangVersion>latest</LangVersion>
|
13 |
| - <Copyright>Copyright 2017-2022</Copyright> |
| 13 | + <Copyright>Copyright 2017-2025</Copyright> |
14 | 14 | <Title>Tibber SDK.NET</Title>
|
15 | 15 | <PackageLicenseFile>License.md</PackageLicenseFile>
|
16 | 16 | <PackageLicense>https://raw.githubusercontent.com/tibber/Tibber.SDK.NET/master/License.md</PackageLicense>
|
17 | 17 | <PackageProjectUrl>https://developer.tibber.com/</PackageProjectUrl>
|
18 | 18 | <PackageIcon>TibberLogo.png</PackageIcon>
|
19 | 19 | <RepositoryUrl>https://github.com/tibber/Tibber.SDK.NET</RepositoryUrl>
|
20 | 20 | <RepositoryType>git</RepositoryType>
|
| 21 | + <IncludeSymbols>true</IncludeSymbols> |
| 22 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 23 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
21 | 24 | <PackageTags>Tibber GraphQL .NET SDK</PackageTags>
|
22 |
| - <PackageReleaseNotes>added PowerReactive and PowerProductionReactive properties</PackageReleaseNotes> |
| 25 | + <PackageReleaseNotes> |
| 26 | + <![CDATA[ |
| 27 | + ]]> |
| 28 | + </PackageReleaseNotes> |
23 | 29 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
24 | 30 | </PropertyGroup>
|
25 | 31 |
|
26 | 32 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
27 | 33 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
28 | 34 | </PropertyGroup>
|
29 | 35 |
|
30 |
| - <PropertyGroup Condition="'$(Configuration)'=='Debug'"> |
| 36 | + <PropertyGroup Condition="'$(Configuration)' == 'Debug'"> |
31 | 37 | <DefineConstants>TRACE</DefineConstants>
|
32 | 38 | </PropertyGroup>
|
33 | 39 |
|
| 40 | + <ItemGroup> |
| 41 | + <None Include="..\..\README.md" Pack="true" PackagePath="\"/> |
| 42 | + </ItemGroup> |
| 43 | + |
34 | 44 | <PropertyGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch('$(TargetFrameworks)', '^net\d'))">
|
35 | 45 | <DefineConstants>NETFRAMEWORK</DefineConstants>
|
36 | 46 | </PropertyGroup>
|
|
0 commit comments