Skip to content

Commit

Permalink
Release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre3 committed Feb 7, 2018
1 parent 8a65157 commit d1ed624
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Line.Messaging/Line.Messaging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Company></Company>
<Product>Line Messaging API</Product>
<Description>Line Messaging API for .Net</Description>
<Version>1.2.1</Version>
<Version>1.2.2</Version>
<Copyright>© 2017 pierre3</Copyright>
<PackageLicenseUrl>https://github.com/pierre3/LineMessagingApi/blob/master/LICENSE</PackageLicenseUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -15,11 +15,9 @@
<IncludeSymbols>true</IncludeSymbols>
<RepositoryUrl>https://github.com/pierre3/LineMessagingApi/</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<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.1</AssemblyVersion>
<FileVersion>1.2.0.1</FileVersion>
<PackageReleaseNotes>- Prevent timing attacks</PackageReleaseNotes>
<AssemblyVersion>1.2.2.0</AssemblyVersion>
<FileVersion>1.2.2.0</FileVersion>
</PropertyGroup>

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

0 comments on commit d1ed624

Please sign in to comment.