Updated IncrementVersionNumber.exe and config files for it

Branch_1.5.0
Nathan Crawford 2007-11-08 21:05:57 +00:00
rodzic 22e0b3327e
commit 3e9704d474
10 zmienionych plików z 8 dodań i 6 usunięć

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -46,6 +46,7 @@
</Target>
-->
<PropertyGroup>
<PostBuildEvent>"$(ProjectDir)IncrementVersionNumber.exe"</PostBuildEvent>
<PostBuildEvent>"$(ProjectDir)IncrementVersionNumber.exe" --postbuild</PostBuildEvent>
<PreBuildEvent>"$(ProjectDir)IncrementVersionNumber.exe" --prebuild</PreBuildEvent>
</PropertyGroup>
</Project>

Wyświetl plik

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.161")]
[assembly: AssemblyFileVersion("1.0.0.161")]
[assembly: AssemblyVersion("1.0.0.167")]
[assembly: AssemblyFileVersion("1.0.0.167")]

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.1.0.372")]
[assembly: AssemblyFileVersion("1.1.0.372")]
[assembly: AssemblyVersion("1.1.0.374")]
[assembly: AssemblyFileVersion("1.1.0.374")]

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -102,6 +102,7 @@
</Target>
-->
<PropertyGroup>
<PostBuildEvent>"$(ProjectDir)\IncrementBuildNumber.exe"</PostBuildEvent>
<PostBuildEvent>"$(ProjectDir)\IncrementVersionNumber.exe" --postbuild</PostBuildEvent>
<PreBuildEvent>"$(ProjectDir)\IncrementVersionNumber.exe" --prebuild</PreBuildEvent>
</PropertyGroup>
</Project>

Plik binarny nie jest wyświetlany.