Discussion:
Designating an assembly as Alpha
Charlie Poole
2008-06-18 00:47:23 UTC
Permalink
Hi All,

I've been using the informational version to indicate that
an assembly is an alpha release, for example:

[assembly: AssemblyInformationalVersion( "2.5 Alpha 3" )]

This gives an annoying warning message. Any alternate ideas?

Charlie




-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
Gert Driesen
2008-06-18 17:26:46 UTC
Permalink
Hey Charlie,

For NAnt, I use the AssemblyConfigurationAttribute for this purpose (with
possible values: dev, release, alpha, beta, ...).

Gert

-----Original Message-----
From: nunit-developer-***@lists.sourceforge.net
[mailto:nunit-developer-***@lists.sourceforge.net] On Behalf Of Charlie
Poole
Sent: woensdag 18 juni 2008 2:47
To: nunit-***@lists.sourceforge.net
Subject: [nunit-developer] Designating an assembly as Alpha

Hi All,

I've been using the informational version to indicate that an assembly is an
alpha release, for example:

[assembly: AssemblyInformationalVersion( "2.5 Alpha 3" )]

This gives an annoying warning message. Any alternate ideas?

Charlie




-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for just about anything Open
Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
nunit-developer mailing list
nunit-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nunit-developer


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
Charlie Poole
2008-06-18 17:54:50 UTC
Permalink
That sounds like a good way to go - I'll give it a try.

Charlie
Post by Gert Driesen
-----Original Message-----
Behalf Of Gert Driesen
Sent: Wednesday, June 18, 2008 10:27 AM
Subject: Re: [nunit-developer] Designating an assembly as Alpha
Hey Charlie,
For NAnt, I use the AssemblyConfigurationAttribute for this
purpose (with possible values: dev, release, alpha, beta, ...).
Gert
-----Original Message-----
Behalf Of Charlie Poole
Sent: woensdag 18 juni 2008 2:47
Subject: [nunit-developer] Designating an assembly as Alpha
Hi All,
I've been using the informational version to indicate that an
[assembly: AssemblyInformationalVersion( "2.5 Alpha 3" )]
This gives an annoying warning message. Any alternate ideas?
Charlie
--------------------------------------------------------------
-----------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for just about
anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
nunit-developer mailing list
https://lists.sourceforge.net/lists/listinfo/nunit-developer
--------------------------------------------------------------
-----------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for just about
anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
nunit-developer mailing list
https://lists.sourceforge.net/lists/listinfo/nunit-developer
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

Loading...