|
Home > Archive > BizTalk Server General > November 2004 > Auto Increment Assembly Build Version
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Auto Increment Assembly Build Version
|
|
| Benson Cheng 2004-11-24, 5:52 pm |
| Hi All,
Is there way to auto increment the assembly's build version? I know in C#
project, we can set the AssemblyVersion [1.0.*] in the AssemblyInfo.cs, that
will cause the build and revision auto increment. Is there something like
that in BizTalk project?
Thanks,
Benson.
| |
| Danny Buysse 2004-11-24, 5:52 pm |
| In contrast to .NET you'll set the version not in AssemblyInfo but in the
project file *.btproj for BizTalk projects. You can set this by selecting the
project in the solution window and select properties. Go to Common Properties
- Assembly and set the Assembly File Version property.
Danny
http://dannybuysse.blogspot.com/
"Benson Cheng" wrote:
> Hi All,
>
> Is there way to auto increment the assembly's build version? I know in C#
> project, we can set the AssemblyVersion [1.0.*] in the AssemblyInfo.cs, that
> will cause the build and revision auto increment. Is there something like
> that in BizTalk project?
>
> Thanks,
> Benson.
>
>
>
>
| |
| Benson Cheng 2004-11-24, 5:52 pm |
| I tried set the Assembly Version to 1.0.*, but it always get reset back to
1.0.0.0, if I set to something like 1.0.1.0, then it stays. I need a way to
auto. increment the build version.
Thanks,
Benson.
"Danny Buysse" <DannyBuysse@discussions.microsoft.com> wrote in message
news:5884EF56-6858-401D-A847-FBC1E9BAD257@microsoft.com...
> In contrast to .NET you'll set the version not in AssemblyInfo but in the
> project file *.btproj for BizTalk projects. You can set this by selecting
the
> project in the solution window and select properties. Go to Common
Properties[vbcol=seagreen]
> - Assembly and set the Assembly File Version property.
>
> Danny
> http://dannybuysse.blogspot.com/
>
> "Benson Cheng" wrote:
>
C#[vbcol=seagreen]
that[vbcol=seagreen]
like[vbcol=seagreen]
|
|
|
|
|