Skip to content

Commit 969be9c

Browse files
committed
Fixes RCI SDK10 build + Closes #41 as a verified workable logic after MvsSln integration
1 parent c85bee4 commit 969be9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Devenv/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
// Current format: {Major}.{Minor}.0.{Build} ->
3737
// Where 0 it's the reserved number for patches from external assemblies
3838
// For changes use the .version file only as {Major}.{Minor}
39-
[assembly: AssemblyVersion(Version.numberString)]
40-
[assembly: AssemblyFileVersion(Version.numberString)]
41-
[assembly: AssemblyInformationalVersion(Version.informational)]
39+
[assembly: AssemblyVersion(Version.S_NUM)]
40+
[assembly: AssemblyFileVersion(Version.S_NUM)]
41+
[assembly: AssemblyInformationalVersion(Version.S_INFO)]
4242

4343
//
4444
// In order to sign your assembly you must specify a key to use. Refer to the

0 commit comments

Comments
 (0)