File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
2
2
[Bb ]in /
3
3
[Oo ]bj /
4
-
4
+ .vs /
5
5
# mstest test results
6
6
TestResults
7
7
Original file line number Diff line number Diff line change @@ -14,4 +14,7 @@ This program is provided to you under the terms of the Microsoft Public
14
14
15
15
***********************************************************************************/
16
16
17
- [ assembly: System . Reflection . AssemblyVersion ( "1.0.*" ) ]
17
+ using System . Reflection ;
18
+
19
+ [ assembly: AssemblyVersion ( "1.0.*" ) ]
20
+ [ assembly: AssemblyFileVersion ( "1.0.*" ) ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ branches:
6
6
7
7
assembly_info :
8
8
patch : true
9
- file : AssemblyInfo .*
9
+ file : AssemblyVersionInfo .*
10
10
assembly_version : " {version}"
11
11
assembly_file_version : " {version}"
12
12
assembly_informational_version : " {version}"
You can’t perform that action at this time.
0 commit comments