Skip to content

Commit 69347c8

Browse files
committed
Bugfix AssemblyVersionInfo.cs
1 parent 4e3beb3 commit 69347c8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
22
[Bb]in/
33
[Oo]bj/
4-
4+
.vs/
55
# mstest test results
66
TestResults
77

Src/Xceed.Wpf.Toolkit/AssemblyVersionInfo.cs

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ This program is provided to you under the terms of the Microsoft Public
1414
1515
***********************************************************************************/
1616

17-
[assembly: System.Reflection.AssemblyVersion("1.0.*")]
17+
using System.Reflection;
18+
19+
[assembly: AssemblyVersion("1.0.*")]
20+
[assembly: AssemblyFileVersion("1.0.*")]

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branches:
66

77
assembly_info:
88
patch: true
9-
file: AssemblyInfo.*
9+
file: AssemblyVersionInfo.*
1010
assembly_version: "{version}"
1111
assembly_file_version: "{version}"
1212
assembly_informational_version: "{version}"

0 commit comments

Comments
 (0)