Skip to content

Commit

Permalink
Add rd.xml file to the package output.
Browse files Browse the repository at this point in the history
  • Loading branch information
SolalPirelli committed Sep 24, 2016
1 parent 2d8df07 commit e9c5d9c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
3 changes: 0 additions & 3 deletions ThriftSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// This code is licensed under the MIT License (see Licence.txt for details)

using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: ComVisible( false )]
[assembly: InternalsVisibleTo( "ThriftSharp.Benchmarking" )]
[assembly: InternalsVisibleTo( "ThriftSharp.Extensions" )]
[assembly: InternalsVisibleTo( "ThriftSharp.Tests" )]
12 changes: 10 additions & 2 deletions ThriftSharp/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.0",
"version": "5.0.1",

"title": "Thrift#",
"authors": [ "Solal Pirelli" ],
Expand All @@ -8,7 +8,15 @@
"packOptions": {
"projectUrl": "https://github.com/SolalPirelli/ThriftSharp",
"licenseUrl": "https://raw.githubusercontent.com/SolalPirelli/ThriftSharp/master/License.txt",
"tags": [ "thrift" ]
"tags": [ "thrift" ],

"files": {
"include": "Properties/ThriftSharp.rd.xml",

"mappings": {
"lib/netstandard1.3/ThriftSharp/Properties/ThriftSharp.rd.xml": "Properties/ThriftSharp.rd.xml"
}
}
},

"frameworks": {
Expand Down

0 comments on commit e9c5d9c

Please sign in to comment.