Skip to content

Commit

Permalink
Release Line.Messaging v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre3 committed Dec 14, 2017
1 parent 6f94370 commit f7925fa
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Line.Messaging/Line.Messaging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<Authors>pierre3</Authors>
<Authors>pierre3, kenamanu</Authors>
<Company></Company>
<Product>Line Messaging API</Product>
<Description>Line Messaging API for .Net</Description>
<Version>1.0.1</Version>
<Version>1.2.0</Version>
<Copyright>© 2017 pierre3</Copyright>
<PackageLicenseUrl>https://github.com/pierre3/LineMessagingApi/blob/master/LICENSE</PackageLicenseUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -15,9 +15,11 @@
<IncludeSymbols>true</IncludeSymbols>
<RepositoryUrl>https://github.com/pierre3/LineMessagingApi/</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Modify constructor to set default values for non required fields</PackageReleaseNotes>
<AssemblyVersion>1.0.0.1</AssemblyVersion>
<FileVersion>1.0.0.1</FileVersion>
<PackageReleaseNotes>- Trim the string when it exceeds the limit for messages.
- Add new options in the Buttons Template and the Carousel Template.
- Supports the LINE URL scheme.</PackageReleaseNotes>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<FileVersion>1.2.0.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit f7925fa

Please sign in to comment.