Skip to content

Commit 6dd8af9

Browse files
committed
Update assembly versioning to 1.1.0 and set informational version
1 parent 9506ff8 commit 6dd8af9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

TTrade/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
// Build Number
2929
// Revision
3030
//
31-
// You can specify all the values or you can default the Build and Revision Numbers
32-
// by using the '*' as shown below:
33-
// [assembly: AssemblyVersion("1.0.*")]
3431
[assembly: AssemblyVersion("1.0.*")]
35-
//[assembly: AssemblyFileVersion("2.0.*")]
32+
[assembly: AssemblyFileVersion("1.1.0")]
33+
[assembly: AssemblyInformationalVersion("1.1.0")]

0 commit comments

Comments
 (0)