|
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 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
21 | 22 | <PackageTags>Tibber GraphQL .NET SDK</PackageTags> |
22 | 23 | <PackageReleaseNotes>added PowerReactive and PowerProductionReactive properties</PackageReleaseNotes> |
23 | 24 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
|
27 | 28 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
28 | 29 | </PropertyGroup> |
29 | 30 |
|
30 | | - <PropertyGroup Condition="'$(Configuration)'=='Debug'"> |
| 31 | + <PropertyGroup Condition="'$(Configuration)' == 'Debug'"> |
31 | 32 | <DefineConstants>TRACE</DefineConstants> |
32 | 33 | </PropertyGroup> |
33 | 34 |
|
| 35 | + <ItemGroup> |
| 36 | + <None Include="..\..\README.md" Pack="true" PackagePath="\"/> |
| 37 | + </ItemGroup> |
| 38 | + |
34 | 39 | <PropertyGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch('$(TargetFrameworks)', '^net\d'))"> |
35 | 40 | <DefineConstants>NETFRAMEWORK</DefineConstants> |
36 | 41 | </PropertyGroup> |
|
0 commit comments