Skip to content

Commit

Permalink
Bumped version number to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
taraniselsu committed Oct 21, 2014
1 parent 8744fe8 commit dd034c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/TacPartLister.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<Import Project="..\TacLib\Source\CommonProperties.proj" />
<PropertyGroup>
<AssemblyMajorVersion>1</AssemblyMajorVersion>
<AssemblyMinorVersion>2</AssemblyMinorVersion>
<AssemblyMinorVersion>3</AssemblyMinorVersion>
<AssemblyBuildNumber>0</AssemblyBuildNumber>
<AssemblyFileMajorVersion>$(AssemblyMajorVersion)</AssemblyFileMajorVersion>
<AssemblyFileMinorVersion>$(AssemblyMinorVersion)</AssemblyFileMinorVersion>
Expand Down

6 comments on commit dd034c9

@girka2k
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems for me you did it in the wrong file - it is TacLib, not TacPartLister folder...
Anyway, in the settings window the version is displayed as "1.0.0.0", not "1.3.0.0"

@taraniselsu
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has to do with my build process. Are you using Visual Studio or something else?

@girka2k
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, VS.
I guessed already that I was wrong in something. Probably I need more sleep :)

@taraniselsu
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not that you are wrong, just that you are missing something. I am using the MSBuild Extension Pack. You would need to download and configure it to get some parts of the build process to work.

Before you do that though, what errors or warnings do you see when rebuilding?

@girka2k
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, I've got a LOT of errors, but I was too lazy to deal with them. Instead, I just cut all things that interfere me. Otherwise, I would still need to fix it - paths are not the same in my system.
Actually it was about fifteen years since I left the programming IRL and I am very behind the times. KSP pushed me back to programming. Now there is a lot of things for me to learn from scratch.
By the way I'll have to look at this MSBuild Extension Pack - if it useful to you, it may be useful for me too :)

@taraniselsu
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind trying to compile (without your fixes) and upload your log file somewhere? I am just curious and would like to see if there is anything relevant.

You might be able to attach a copy of the log file to here. Otherwise, Pastebin should work.

Please sign in to comment.