Skip to content

Commit 2e8d6a1

Browse files
committed
version 1.1.1
1 parent 1a8aa6f commit 2e8d6a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SolutionAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
1818
[assembly: ComVisible(false)]
19-
[assembly: AssemblyVersion("1.1.0")]
20-
[assembly: AssemblyFileVersion("1.1.0")]
21-
[assembly: AssemblyInformationalVersion("1.1.0")]
19+
[assembly: AssemblyVersion("1.1.1")]
20+
[assembly: AssemblyFileVersion("1.1.1")]
21+
[assembly: AssemblyInformationalVersion("1.1.1")]

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '1.1.0.{build}'
1+
version: '1.1.1.{build}'
22

33
init:
44
- ps: |

0 commit comments

Comments
 (0)