Skip to content
This repository was archived by the owner on Jan 1, 2022. It is now read-only.

Commit ee3b38c

Browse files
committed
Upgrade to v1.1.3
1 parent ebf0458 commit ee3b38c

File tree

1 file changed

+39
-40
lines changed

1 file changed

+39
-40
lines changed
Lines changed: 39 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,41 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<PackageId>Telegram.Bot.Framework</PackageId>
4-
<TargetFramework>netstandard1.6</TargetFramework>
5-
<Description>Simple framework for building Telegram bots</Description>
6-
<Authors>Poulad</Authors>
7-
<Owners>Poulad</Owners>
8-
<PackageVersion>1.1.2</PackageVersion>
9-
<DebugType>portable</DebugType>
10-
<AssemblyName>Telegram.Bot.Framework</AssemblyName>
11-
<AssemblyTitle>Telegram.Bot.Framework</AssemblyTitle>
12-
<PackageTags>telegram bot chatbot chat netcore</PackageTags>
13-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
14-
<PackageReleaseNotes>Simple framework for building Telegram bots</PackageReleaseNotes>
15-
<PackageProjectUrl>https://github.com/pouladpld/Telegram.Bot.Framework</PackageProjectUrl>
16-
<RepositoryType>git</RepositoryType>
17-
<RepositoryUrl>https://github.com/pouladpld/Telegram.Bot.Framework.git</RepositoryUrl>
18-
<PackageIconUrl>https://raw.githubusercontent.com/pouladpld/Telegram.Bot.Framework/master/docs/icon.png</PackageIconUrl>
19-
<PackageLicenseUrl>https://raw.githubusercontent.com/pouladpld/Telegram.Bot.Framework/master/LICENSE</PackageLicenseUrl>
20-
<Product>Telegram.Bot.Framework</Product>
21-
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
22-
</PropertyGroup>
23-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
24-
<DocumentationFile>bin\Debug\netstandard1.6\Telegram.Bot.Framework.xml</DocumentationFile>
25-
</PropertyGroup>
26-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
27-
<DocumentationFile>bin\Release\netstandard1.6\Telegram.Bot.Framework.xml</DocumentationFile>
28-
</PropertyGroup>
29-
<ItemGroup>
30-
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Abstractions" Version="1.1.2" />
31-
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="1.1.2" />
32-
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.1.2" />
33-
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="1.1.2" />
34-
<PackageReference Include="Microsoft.Extensions.Options" Version="1.1.2" />
35-
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="1.1.2" />
36-
<PackageReference Include="System.ValueTuple" Version="4.3.1" />
37-
<PackageReference Include="Telegram.Bot.Core" Version="13.2.1" />
38-
</ItemGroup>
39-
<ItemGroup>
40-
<!--<ProjectReference Include="..\..\..\telegram.bot-fork\src\Telegram.Bot\Telegram.Bot.csproj" />-->
41-
</ItemGroup>
2+
<PropertyGroup>
3+
<PackageId>Telegram.Bot.Framework</PackageId>
4+
<TargetFramework>netstandard1.6</TargetFramework>
5+
<Description>Simple framework for building Telegram bots</Description>
6+
<Authors>Poulad</Authors>
7+
<Owners>Poulad</Owners>
8+
<PackageVersion>1.1.3</PackageVersion>
9+
<DebugType>portable</DebugType>
10+
<AssemblyName>Telegram.Bot.Framework</AssemblyName>
11+
<AssemblyTitle>Telegram.Bot.Framework</AssemblyTitle>
12+
<PackageTags>telegram bot chatbot chat netcore</PackageTags>
13+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
14+
<PackageReleaseNotes>Simple framework for building Telegram bots</PackageReleaseNotes>
15+
<PackageProjectUrl>https://github.com/pouladpld/Telegram.Bot.Framework</PackageProjectUrl>
16+
<RepositoryType>git</RepositoryType>
17+
<RepositoryUrl>https://github.com/pouladpld/Telegram.Bot.Framework.git</RepositoryUrl>
18+
<PackageIconUrl>https://raw.githubusercontent.com/pouladpld/Telegram.Bot.Framework/master/docs/icon.png
19+
</PackageIconUrl>
20+
<PackageLicenseUrl>https://raw.githubusercontent.com/pouladpld/Telegram.Bot.Framework/master/LICENSE
21+
</PackageLicenseUrl>
22+
<Product>Telegram.Bot.Framework</Product>
23+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
24+
</PropertyGroup>
25+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
26+
<DocumentationFile>bin\Debug\netstandard1.6\Telegram.Bot.Framework.xml</DocumentationFile>
27+
</PropertyGroup>
28+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
29+
<DocumentationFile>bin\Release\netstandard1.6\Telegram.Bot.Framework.xml</DocumentationFile>
30+
</PropertyGroup>
31+
<ItemGroup>
32+
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Abstractions" Version="1.1.2"/>
33+
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="1.1.2"/>
34+
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.1.2"/>
35+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="1.1.2"/>
36+
<PackageReference Include="Microsoft.Extensions.Options" Version="1.1.2"/>
37+
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="1.1.2"/>
38+
<PackageReference Include="System.ValueTuple" Version="4.3.1"/>
39+
<PackageReference Include="Telegram.Bot.Core" Version="13.2.1"/>
40+
</ItemGroup>
4241
</Project>

0 commit comments

Comments
 (0)