Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
Published Line.Bot.SDK 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Lemstra committed Dec 8, 2017
1 parent b8a5bad commit 34b61fb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion LineBot.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
VisualStudioVersion = 15.0.27004.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LineBot", "src\LineBot\LineBot.csproj", "{0CFDBD19-D680-43BF-8006-9A750ED4FC97}"
EndProject
Expand All @@ -16,6 +16,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{D50535FB
build\test.cmd = build\test.cmd
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Publish", "Publish", "{76B4276E-C515-41F5-A85D-9BD1CE2BB115}"
ProjectSection(SolutionItems) = preProject
publish\publish.cmd = publish\publish.cmd
publish\push.cmd = publish\push.cmd
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -34,4 +40,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {429A347C-449C-4547-89D5-D76D1972002B}
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion src/LineBot/LineBot.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<Authors>Dirk Lemstra</Authors>
<TargetFramework>netstandard1.3</TargetFramework>
<DebugType Condition="$(codecov) != ''">full</DebugType>
Expand Down
6 changes: 3 additions & 3 deletions src/LineBot/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
[assembly: AssemblyCopyright("Copyright 2017 Dirk Lemstra")]
[assembly: AssemblyTitle("LineBot")]

[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0")]
[assembly: AssemblyVersion("1.1.0")]
[assembly: AssemblyFileVersion("1.1.0")]
[assembly: AssemblyInformationalVersion("1.1.0")]

0 comments on commit 34b61fb

Please sign in to comment.