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

Commit

Permalink
Upgrade to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
poulad committed Aug 20, 2017
1 parent ebf0458 commit ee3b38c
Showing 1 changed file with 39 additions and 40 deletions.
79 changes: 39 additions & 40 deletions src/Telegram.Bot.Framework/Telegram.Bot.Framework.csproj
Original file line number Diff line number Diff line change
@@ -1,42 +1,41 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>Telegram.Bot.Framework</PackageId>
<TargetFramework>netstandard1.6</TargetFramework>
<Description>Simple framework for building Telegram bots</Description>
<Authors>Poulad</Authors>
<Owners>Poulad</Owners>
<PackageVersion>1.1.2</PackageVersion>
<DebugType>portable</DebugType>
<AssemblyName>Telegram.Bot.Framework</AssemblyName>
<AssemblyTitle>Telegram.Bot.Framework</AssemblyTitle>
<PackageTags>telegram bot chatbot chat netcore</PackageTags>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>Simple framework for building Telegram bots</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/pouladpld/Telegram.Bot.Framework</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/pouladpld/Telegram.Bot.Framework.git</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/pouladpld/Telegram.Bot.Framework/master/docs/icon.png</PackageIconUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/pouladpld/Telegram.Bot.Framework/master/LICENSE</PackageLicenseUrl>
<Product>Telegram.Bot.Framework</Product>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard1.6\Telegram.Bot.Framework.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netstandard1.6\Telegram.Bot.Framework.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Abstractions" Version="1.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="1.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.1.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="1.1.2" />
<PackageReference Include="Microsoft.Extensions.Options" Version="1.1.2" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="1.1.2" />
<PackageReference Include="System.ValueTuple" Version="4.3.1" />
<PackageReference Include="Telegram.Bot.Core" Version="13.2.1" />
</ItemGroup>
<ItemGroup>
<!--<ProjectReference Include="..\..\..\telegram.bot-fork\src\Telegram.Bot\Telegram.Bot.csproj" />-->
</ItemGroup>
<PropertyGroup>
<PackageId>Telegram.Bot.Framework</PackageId>
<TargetFramework>netstandard1.6</TargetFramework>
<Description>Simple framework for building Telegram bots</Description>
<Authors>Poulad</Authors>
<Owners>Poulad</Owners>
<PackageVersion>1.1.3</PackageVersion>
<DebugType>portable</DebugType>
<AssemblyName>Telegram.Bot.Framework</AssemblyName>
<AssemblyTitle>Telegram.Bot.Framework</AssemblyTitle>
<PackageTags>telegram bot chatbot chat netcore</PackageTags>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>Simple framework for building Telegram bots</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/pouladpld/Telegram.Bot.Framework</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/pouladpld/Telegram.Bot.Framework.git</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/pouladpld/Telegram.Bot.Framework/master/docs/icon.png
</PackageIconUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/pouladpld/Telegram.Bot.Framework/master/LICENSE
</PackageLicenseUrl>
<Product>Telegram.Bot.Framework</Product>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard1.6\Telegram.Bot.Framework.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netstandard1.6\Telegram.Bot.Framework.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Abstractions" Version="1.1.2"/>
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="1.1.2"/>
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.1.2"/>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="1.1.2"/>
<PackageReference Include="Microsoft.Extensions.Options" Version="1.1.2"/>
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="1.1.2"/>
<PackageReference Include="System.ValueTuple" Version="4.3.1"/>
<PackageReference Include="Telegram.Bot.Core" Version="13.2.1"/>
</ItemGroup>
</Project>

0 comments on commit ee3b38c

Please sign in to comment.