R
Robert Misiak
Is it possible to manually change the auto-build number used in VS.NET?
Thanks,
Robert
Thanks,
Robert
Branimir Giurov said:You can set it as a constant, by editing the assembly.cs file.
The AssemblyVersion attribute:
[assembly AssemblyVersion("1.0.0.0")]
Cheers,
Branimir
--
Branimir Giurov
MCSD.NET, MCDBA
www.sofiadev.org
Robert Misiak said:Is it possible to manually change the auto-build number used in VS.NET?
Thanks,
Robert
Robert Misiak said:Thanks, but perhaps I should have explained myself better.
I already have set AssemblyInfo.cs appropriately. However the current build
is x.x.1665.x, and soon that 3rd number will increase. Call me old
fashioned but I would like to skip the next number and go directly to
x.x.1667.x. Is that possible?
Robert
Branimir Giurov said:You can set it as a constant, by editing the assembly.cs file.
The AssemblyVersion attribute:
[assembly AssemblyVersion("1.0.0.0")]
Cheers,
Branimir
--
Branimir Giurov
MCSD.NET, MCDBA
www.sofiadev.org
Robert Misiak said:Is it possible to manually change the auto-build number used in VS.NET?
Thanks,
Robert
C Addison Ritchie said:The easiest thing to do would be to set your version explicitly to x.x.1667.*
That should get you what you want.
--
C Addison Ritchie, MCSD
Ritch Consulting, Inc.
Robert Misiak said:Thanks, but perhaps I should have explained myself better.
I already have set AssemblyInfo.cs appropriately. However the current build
is x.x.1665.x, and soon that 3rd number will increase. Call me old
fashioned but I would like to skip the next number and go directly to
x.x.1667.x. Is that possible?
Robert
Branimir Giurov said:You can set it as a constant, by editing the assembly.cs file.
The AssemblyVersion attribute:
[assembly AssemblyVersion("1.0.0.0")]
Cheers,
Branimir
--
Branimir Giurov
MCSD.NET, MCDBA
www.sofiadev.org
message Is it possible to manually change the auto-build number used in VS.NET?
Thanks,
Robert
since January 1, 2000. Which means today it is going to be 1665. TomorrowC Addison Ritchie said:The third number you are worried about is based on the number of days
--
C Addison Ritchie, MCSD
Ritch Consulting, Inc.
Robert Misiak said:Thanks, but this is an ongoing project that has been going on for over a
year - there are new builds at least once a week and frequently a few times
a day, it would be difficult to explicitly set the build number each time.
Robert
currentC Addison Ritchie said:The easiest thing to do would be to set your version explicitly to x.x.1667.*
That should get you what you want.
--
C Addison Ritchie, MCSD
Ritch Consulting, Inc.
:
Thanks, but perhaps I should have explained myself better.
I already have set AssemblyInfo.cs appropriately. However the
buildwroteis x.x.1665.x, and soon that 3rd number will increase. Call me old
fashioned but I would like to skip the next number and go directly to
x.x.1667.x. Is that possible?
Robert
You can set it as a constant, by editing the assembly.cs file.
The AssemblyVersion attribute:
[assembly AssemblyVersion("1.0.0.0")]
Cheers,
Branimir
--
Branimir Giurov
MCSD.NET, MCDBA
www.sofiadev.org
"Robert Misiak" <[email protected]>
inmessage Is it possible to manually change the auto-build number used in VS.NET?
Thanks,
Robert
since January 1, 2000. Which means today it is going to be 1665. TomorrowC Addison Ritchie said:The third number you are worried about is based on the number of days
--
C Addison Ritchie, MCSD
Ritch Consulting, Inc.
Robert Misiak said:Thanks, but this is an ongoing project that has been going on for over a
year - there are new builds at least once a week and frequently a few times
a day, it would be difficult to explicitly set the build number each time.
Robert
currentC Addison Ritchie said:The easiest thing to do would be to set your version explicitly to x.x.1667.*
That should get you what you want.
--
C Addison Ritchie, MCSD
Ritch Consulting, Inc.
:
Thanks, but perhaps I should have explained myself better.
I already have set AssemblyInfo.cs appropriately. However the
buildwroteis x.x.1665.x, and soon that 3rd number will increase. Call me old
fashioned but I would like to skip the next number and go directly to
x.x.1667.x. Is that possible?
Robert
You can set it as a constant, by editing the assembly.cs file.
The AssemblyVersion attribute:
[assembly AssemblyVersion("1.0.0.0")]
Cheers,
Branimir
--
Branimir Giurov
MCSD.NET, MCDBA
www.sofiadev.org
"Robert Misiak" <[email protected]>
inmessage Is it possible to manually change the auto-build number used in VS.NET?
Thanks,
Robert