Skip to content

Commit 81ac200

Browse files
Merge pull request #237 from rabbitmq/strongnaming
create new target for building signed assemblies
2 parents 3d355ec + 461291f commit 81ac200

File tree

3 files changed

+21
-46
lines changed

3 files changed

+21
-46
lines changed

RabbitMQ.Client.nuspec

Lines changed: 0 additions & 30 deletions
This file was deleted.

projects/client/RabbitMQ.Client/project.json

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
{
22
"version": "4.0.0-*",
3+
"description": "The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)",
4+
"packOptions": {
5+
"projectUrl": "http://www.rabbitmq.com/dotnet.html",
6+
"licenseUrl": "http://www.rabbitmq.com/dotnet.html",
7+
"iconUrl": "https://en.gravatar.com/userimage/10048884/0ea8846e080980f705da081be53599ce.png?size=100",
8+
"owners": ["Pivotal"],
9+
"tags": ["RabbitMQ"]
10+
},
11+
"configurations": {
12+
"SignedRelease": {
13+
"buildOptions": {
14+
"delaySign": true,
15+
"publicSign": false,
16+
"keyFile": "../../../rabbit.snk",
17+
"emitEntryPoint": false,
18+
"optimize": true
19+
}
20+
}
21+
},
322
"buildOptions": {
4-
"emitEntryPoint": false,
523
"compile": {
624
"exclude": [
725
"build",
@@ -15,20 +33,6 @@
1533
"dependencies": {},
1634
"frameworks": {
1735
"net451": {},
18-
/*
19-
".NETPortable,Version=v4.0,Profile=Profile32":{
20-
"buildOptions": {
21-
"define": [ "PORTABLE32", "NETFX_CORE" ] },
22-
"frameworkAssemblies":{
23-
"mscorlib":"",
24-
"System":"",
25-
"System.Core":"",
26-
"System.Net":"",
27-
"System.Net.Sockets":"",
28-
"System.Threading":""
29-
}
30-
},
31-
*/
3236
"netstandard1.5": {
3337
"buildOptions": {
3438
"define": [

projects/client/RabbitMQ.Client/src/client/properties/AssemblyInfo.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@
5050
[assembly: AssemblyTrademark("")]
5151
[assembly: AssemblyCulture("")]
5252

53-
[assembly: AssemblyVersion("0.0.0.0")]
53+
[assembly: AssemblyVersion("4.0.0")]
54+
[assembly: AssemblyInformationalVersion("4.0.0-pre.1")]
5455

0 commit comments

Comments
 (0)