在 Mono 中定义自定义库版本

发布于 2024-11-19 06:59:59 字数 135 浏览 3 评论 0原文

有谁在使用 gmcs 命令编译时如何设置自定义库版本?基本上,当我运行“monop -r mydll.dll”时,它应该显示 Version=MyVersion(例如:1.0.1.0)。

欢迎任何帮助, 提前致谢!

恩里克

Does anyone how to set a custom library version, when compiling with the gmcs command? Basically, when I would run "monop -r mydll.dll" it should say Version=MyVersion(e.g.: 1.0.1.0).

Any help is welcome,
Thanks in advance!

Henrique

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

演多会厌 2024-11-26 06:59:59

是的,显然 1.0.1.0 是 Mono 中的默认 dll 版本,或者类似的版本。我找到了一个 xml 配置文件,其名称为 dll,其中有一个参数可以定义您的库版本。所以现在,当运行 monop2 -r:mydll.dll 时,它会为我提供自定义版本。无论如何,谢谢!

Yeah, apparently 1.0.1.0 is the default dll version in Mono, or something like that. I found out a xml configuration file, with the name o the dll, where there is a parameter that you can define you're library version. So now, when a run monop2 -r:mydll.dll, it gives me my custom version. Thanks anyway!

白色秋天 2024-11-26 06:59:59

我不明白......如果我运行

monop2 -r:mydll.dll

输出

mydll
Version=0.3.4146.43067
Culture=neutral
PublicKeyToken=null

,这就是你想要实现的......或者不是?

I do not understand...if I run

monop2 -r:mydll.dll

the output is

mydll
Version=0.3.4146.43067
Culture=neutral
PublicKeyToken=null

and it's what you want to achieve...or not?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文