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

Commit 34b61fb

Browse files
author
Dirk Lemstra
committed
Published Line.Bot.SDK 1.1.0.
1 parent b8a5bad commit 34b61fb

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

LineBot.sln

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26430.14
4+
VisualStudioVersion = 15.0.27004.2010
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LineBot", "src\LineBot\LineBot.csproj", "{0CFDBD19-D680-43BF-8006-9A750ED4FC97}"
77
EndProject
@@ -16,6 +16,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{D50535FB
1616
build\test.cmd = build\test.cmd
1717
EndProjectSection
1818
EndProject
19+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Publish", "Publish", "{76B4276E-C515-41F5-A85D-9BD1CE2BB115}"
20+
ProjectSection(SolutionItems) = preProject
21+
publish\publish.cmd = publish\publish.cmd
22+
publish\push.cmd = publish\push.cmd
23+
EndProjectSection
24+
EndProject
1925
Global
2026
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2127
Debug|Any CPU = Debug|Any CPU
@@ -34,4 +40,7 @@ Global
3440
GlobalSection(SolutionProperties) = preSolution
3541
HideSolutionNode = FALSE
3642
EndGlobalSection
43+
GlobalSection(ExtensibilityGlobals) = postSolution
44+
SolutionGuid = {429A347C-449C-4547-89D5-D76D1972002B}
45+
EndGlobalSection
3746
EndGlobal

src/LineBot/LineBot.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.0.0</Version>
4+
<Version>1.1.0</Version>
55
<Authors>Dirk Lemstra</Authors>
66
<TargetFramework>netstandard1.3</TargetFramework>
77
<DebugType Condition="$(codecov) != ''">full</DebugType>

src/LineBot/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
[assembly: AssemblyCopyright("Copyright 2017 Dirk Lemstra")]
2222
[assembly: AssemblyTitle("LineBot")]
2323

24-
[assembly: AssemblyVersion("1.0.0")]
25-
[assembly: AssemblyFileVersion("1.0.0")]
26-
[assembly: AssemblyInformationalVersion("1.0.0")]
24+
[assembly: AssemblyVersion("1.1.0")]
25+
[assembly: AssemblyFileVersion("1.1.0")]
26+
[assembly: AssemblyInformationalVersion("1.1.0")]

0 commit comments

Comments
 (0)