Click here to Skip to main content
15,914,401 members
Home / Discussions / C#
   

C#

 
QuestionCode injection for debugging Pin
malharone16-Feb-06 10:59
malharone16-Feb-06 10:59 
AnswerRe: Code injection for debugging Pin
leppie16-Feb-06 12:09
leppie16-Feb-06 12:09 
QuestionHeader Text in a DataGrid Pin
mostafa_h16-Feb-06 10:55
mostafa_h16-Feb-06 10:55 
AnswerRe: Header Text in a DataGrid Pin
Tom Wright16-Feb-06 11:59
Tom Wright16-Feb-06 11:59 
GeneralRe: Header Text in a DataGrid Pin
mostafa_h16-Feb-06 19:41
mostafa_h16-Feb-06 19:41 
QuestionDotNetFramework Pin
mehrdadc4816-Feb-06 10:50
mehrdadc4816-Feb-06 10:50 
AnswerRe: DotNetFramework Pin
Colin Angus Mackay16-Feb-06 13:11
Colin Angus Mackay16-Feb-06 13:11 
QuestionSimple regular expression replace Pin
Luis Alonso Ramos16-Feb-06 9:41
Luis Alonso Ramos16-Feb-06 9:41 
Hello,

I'm trying to write a little tool for my automated builds that will open all AssemblyInfo.cs files in my solution and update the revision part of the AssemblyVersion attribute.

I'm currently reading the file line by line, and I want to identify this text:
[assembly: AssemblyVersion("x.xx.xx.0")]
(where x is a digit that must stay the same) and use Regex.Replace (or whatever) to change it to
[assembly: AssemblyVersion("x.xx.xx.revision_number")]
I've been looking around for the past 20 minutes and I just gave up. For sure someone here must know the answer of the top of his head.

So, any ideas? Thanks!

-- LuisR



Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!


The amount of sleep the average person needs is five more minutes. -- Vikram A Punathambekar, Aug. 11, 2005

-- modified at 15:41 Thursday 16th February, 2006
AnswerRe: Simple regular expression replace Pin
Le centriste16-Feb-06 10:06
Le centriste16-Feb-06 10:06 
AnswerRe: Simple regular expression replace Pin
Guffa16-Feb-06 10:29
Guffa16-Feb-06 10:29 
AnswerRe: Simple regular expression replace Pin
leppie16-Feb-06 11:04
leppie16-Feb-06 11:04 
GeneralRe: Simple regular expression replace Pin
Luis Alonso Ramos16-Feb-06 12:52
Luis Alonso Ramos16-Feb-06 12:52 
GeneralRe: Simple regular expression replace Pin
leppie16-Feb-06 22:35
leppie16-Feb-06 22:35 
QuestionDataGridView frozen rows Pin
Wjousts16-Feb-06 8:51
Wjousts16-Feb-06 8:51 
QuestionWaiting for a Process to end without freezing the starting app Pin
Dan Neely16-Feb-06 8:43
Dan Neely16-Feb-06 8:43 
AnswerRe: Waiting for a Process to end without freezing the starting app Pin
Robin Panther16-Feb-06 8:58
Robin Panther16-Feb-06 8:58 
GeneralRe: Waiting for a Process to end without freezing the starting app Pin
Dan Neely16-Feb-06 10:26
Dan Neely16-Feb-06 10:26 
Questioncalcalate running time Pin
zhujp9816-Feb-06 8:35
zhujp9816-Feb-06 8:35 
AnswerRe: calcalate running time Pin
CWIZO16-Feb-06 8:38
CWIZO16-Feb-06 8:38 
Questionhow to solve my problem about process injection in c# ? Pin
hdv21216-Feb-06 8:35
hdv21216-Feb-06 8:35 
AnswerRe: how to solve my problem about process injection in c# ? Pin
Dave Kreskowiak16-Feb-06 10:51
mveDave Kreskowiak16-Feb-06 10:51 
GeneralRe: how to solve my problem about process injection in c# ? Pin
Colin Angus Mackay16-Feb-06 13:15
Colin Angus Mackay16-Feb-06 13:15 
GeneralRe: how to solve my problem about process injection in c# ? Pin
Dave Kreskowiak16-Feb-06 14:14
mveDave Kreskowiak16-Feb-06 14:14 
Questiondirectx alpha blending Pin
kopi_b16-Feb-06 8:08
kopi_b16-Feb-06 8:08 
AnswerRe: directx alpha blending Pin
kopi_b18-Feb-06 8:06
kopi_b18-Feb-06 8:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.