all groups > dotnet jscript > november 2005 >
You're in the

dotnet jscript

group:

custom dll version


custom dll version param NO[at]SPAM community.nospam
11/14/2005 9:23:47 PM
dotnet jscript:
Hi all, I have a .js file with some basic code that I am compiling into a
dll using jsc.exe. The problem is this generates at version # of 0.0.0.0.
How can I change this? Also, why no support for Jscript.Net in VS2005?

TIA!

RE: custom dll version lukezhan NO[at]SPAM online.microsoft.com
11/15/2005 6:28:34 AM
Hello,

To specify the assembly version for .js file, you need to add following
line in the code:

[assembly: AssemblyVersion("1.0.0.1")]

For more inforamtion:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfsystemreflectionassemblyversionattributeclasstopic.asp

And I haven't heard more public news about JScript.NET in VS.NET so far.
Maybe we need to wait some days or take a look at J# instead.

Hope this help,

Luke
AddThis Social Bookmark Button