File tree Expand file tree Collapse file tree 9 files changed +47
-4
lines changed
EasyNetQ.DI.SimpleInjector Expand file tree Collapse file tree 9 files changed +47
-4
lines changed Original file line number Diff line number Diff line change 5
5
<PackageIconUrl >https://raw.githubusercontent.com/EasyNetQ/EasyNetQ/gh-pages/design/logo_design.png</PackageIconUrl >
6
6
<TargetFrameworks >netstandard2.0;net461</TargetFrameworks >
7
7
<PackageTags >Autofac;RabbitMQ;Messaging;AMQP;C#</PackageTags >
8
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
9
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
10
+ <IncludeSymbols >true</IncludeSymbols >
11
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
12
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
8
13
</PropertyGroup >
9
14
<ItemGroup >
10
15
<ProjectReference Include =" ..\EasyNetQ\EasyNetQ.csproj" />
14
19
<PackageReference Include =" GitVersionTask" Version =" 5.0.1" >
15
20
<PrivateAssets >all</PrivateAssets >
16
21
</PackageReference >
22
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
17
23
</ItemGroup >
18
24
<ItemGroup Condition =" '$(TargetFramework)' == 'net461' " >
19
25
<Reference Include =" System" />
Original file line number Diff line number Diff line change 5
5
<PackageIconUrl >https://raw.githubusercontent.com/EasyNetQ/EasyNetQ/gh-pages/design/logo_design.png</PackageIconUrl >
6
6
<PackageTags >LightInject;RabbitMQ;Messaging;AMQP;C#</PackageTags >
7
7
<TargetFrameworks >netstandard2.0;net461</TargetFrameworks >
8
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
9
+ <IncludeSymbols >true</IncludeSymbols >
10
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
11
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
8
12
</PropertyGroup >
9
13
<ItemGroup >
10
14
<ProjectReference Include =" ..\EasyNetQ\EasyNetQ.csproj" />
14
18
<PackageReference Include =" GitVersionTask" Version =" 5.0.1" >
15
19
<PrivateAssets >all</PrivateAssets >
16
20
</PackageReference >
21
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
17
22
</ItemGroup >
18
23
<ItemGroup Condition =" '$(TargetFramework)' == 'net461' " >
19
24
<Reference Include =" System" />
Original file line number Diff line number Diff line change 4
4
<Description >An adaptor to allow EasyNetQ to use Microsoft.Extensions.DependencyInjection as its internal IoC container</Description >
5
5
<PackageIconUrl >https://raw.githubusercontent.com/EasyNetQ/EasyNetQ/gh-pages/design/logo_design.png</PackageIconUrl >
6
6
<PackageTags >DependencyInjection;RabbitMQ;Messaging;AMQP;C#</PackageTags >
7
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
8
+ <IncludeSymbols >true</IncludeSymbols >
9
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
10
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
7
11
</PropertyGroup >
8
12
<ItemGroup >
9
13
<PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.2.0" />
10
14
<PackageReference Include =" GitVersionTask" Version =" 5.0.1" >
11
15
<PrivateAssets >all</PrivateAssets >
12
16
</PackageReference >
17
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
13
18
</ItemGroup >
14
19
<ItemGroup >
15
20
<ProjectReference Include =" ..\EasyNetQ\EasyNetQ.csproj" />
Original file line number Diff line number Diff line change 5
5
<PackageIconUrl >https://raw.githubusercontent.com/EasyNetQ/EasyNetQ/gh-pages/design/logo_design.png</PackageIconUrl >
6
6
<PackageTags >Ninject;RabbitMQ;Messaging;AMQP;C#</PackageTags >
7
7
<TargetFrameworks >netstandard2.0;net461</TargetFrameworks >
8
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
9
+ <IncludeSymbols >true</IncludeSymbols >
10
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
11
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
8
12
</PropertyGroup >
9
13
<ItemGroup >
10
14
<ProjectReference Include =" ..\EasyNetQ\EasyNetQ.csproj" />
11
15
</ItemGroup >
12
16
<ItemGroup >
17
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
13
18
<PackageReference Include =" Ninject" Version =" 3.3.4" />
14
19
<PackageReference Include =" GitVersionTask" Version =" 5.0.1" >
15
20
<PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 5
5
<PackageIconUrl >https://raw.githubusercontent.com/EasyNetQ/EasyNetQ/gh-pages/design/logo_design.png</PackageIconUrl >
6
6
<PackageTags >SimpleInjector;RabbitMQ;Messaging;AMQP;C#</PackageTags >
7
7
<TargetFrameworks >netstandard2.0;net461</TargetFrameworks >
8
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
9
+ <IncludeSymbols >true</IncludeSymbols >
10
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
11
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
8
12
</PropertyGroup >
9
13
<ItemGroup >
10
14
</ItemGroup >
11
15
<ItemGroup >
12
16
<ProjectReference Include =" ..\EasyNetQ\EasyNetQ.csproj" />
13
17
</ItemGroup >
14
18
<ItemGroup >
19
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
15
20
<PackageReference Include =" SimpleInjector" Version =" 4.6.2" />
16
21
<PackageReference Include =" GitVersionTask" Version =" 5.0.1" >
17
22
<PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 5
5
<PackageIconUrl >https://raw.githubusercontent.com/EasyNetQ/EasyNetQ/gh-pages/design/logo_design.png</PackageIconUrl >
6
6
<PackageTags >StructureMap;RabbitMQ;Messaging;AMQP;C#</PackageTags >
7
7
<TargetFrameworks >netstandard2.0;net461</TargetFrameworks >
8
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
9
+ <IncludeSymbols >true</IncludeSymbols >
10
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
11
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
8
12
</PropertyGroup >
9
13
<ItemGroup >
10
14
<ProjectReference Include =" ..\EasyNetQ\EasyNetQ.csproj" />
11
15
</ItemGroup >
12
16
<ItemGroup >
17
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
13
18
<PackageReference Include =" structuremap" Version =" 4.7.1" />
14
19
<PackageReference Include =" GitVersionTask" Version =" 5.0.1" >
15
20
<PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 5
5
<PackageIconUrl >https://raw.githubusercontent.com/EasyNetQ/EasyNetQ/gh-pages/design/logo_design.png</PackageIconUrl >
6
6
<PackageTags >Windsor;RabbitMQ;Messaging;AMQP;C#</PackageTags >
7
7
<TargetFrameworks >netstandard2.0;net461</TargetFrameworks >
8
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
9
+ <IncludeSymbols >true</IncludeSymbols >
10
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
11
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
8
12
</PropertyGroup >
9
13
<ItemGroup >
10
14
<ProjectReference Include =" ..\EasyNetQ\EasyNetQ.csproj" />
15
19
<PackageReference Include =" GitVersionTask" Version =" 5.0.1" >
16
20
<PrivateAssets >all</PrivateAssets >
17
21
</PackageReference >
22
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
18
23
</ItemGroup >
19
24
<ItemGroup Condition =" '$(TargetFramework)' == 'net461' " >
20
25
<Reference Include =" System" />
Original file line number Diff line number Diff line change 9
9
<DefineConstants >$(DefineConstants);LIBLOG_PUBLIC;LIBLOG_PORTABLE</DefineConstants >
10
10
<DefineConstants >$(DefineConstants);LIBLOG_PUBLIC</DefineConstants >
11
11
<LangVersion >7.1</LangVersion >
12
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
13
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
14
+ <IncludeSymbols >true</IncludeSymbols >
15
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
16
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
12
17
</PropertyGroup >
13
18
<ItemGroup >
19
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
14
20
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.2" />
15
21
<PackageReference Include =" RabbitMQ.Client" Version =" [6.0.0,7.0.0)" />
16
22
<PackageReference Include =" LibLog" Version =" 5.0.8" >
Original file line number Diff line number Diff line change @@ -19,34 +19,35 @@ branches:
19
19
20
20
artifacts :
21
21
- path : Package\**\*.nupkg
22
+ - path : Package\**\*.snupkg
22
23
23
24
deploy :
24
25
- provider : NuGet
25
- artifact : /.*\.nupkg/
26
+ artifact : /.*\.s? nupkg/
26
27
server :
27
28
api_key :
28
29
secure : ejD7WLs3aqlXgHLyWq444QK6pnMT6g/QiRxptqIGaOgKvGM7SJ17r/QH6e1jEJ9M
29
30
skip_symbols : true
30
31
on :
31
32
branch : master
32
33
- provider : NuGet
33
- artifact : /.*\.nupkg/
34
+ artifact : /.*\.s? nupkg/
34
35
server :
35
36
api_key :
36
37
secure : ejD7WLs3aqlXgHLyWq444QK6pnMT6g/QiRxptqIGaOgKvGM7SJ17r/QH6e1jEJ9M
37
38
skip_symbols : true
38
39
on :
39
40
branch : develop
40
41
- provider : NuGet
41
- artifact : /.*\.nupkg/
42
+ artifact : /.*\.s? nupkg/
42
43
server :
43
44
api_key :
44
45
secure : ejD7WLs3aqlXgHLyWq444QK6pnMT6g/QiRxptqIGaOgKvGM7SJ17r/QH6e1jEJ9M
45
46
skip_symbols : true
46
47
on :
47
48
branch : /release\/.+/
48
49
- provider : NuGet
49
- artifact : /.*\.nupkg/
50
+ artifact : /.*\.s? nupkg/
50
51
server : https://www.myget.org/F/easynetq-unstable/api/v2/package
51
52
api_key :
52
53
secure : +0aKxcCHqWvvdJxA4dh1ToRqwA6x8yqhfrYDIeOjQu6Skpg/UrwxAPBik8z6be99
You can’t perform that action at this time.
0 commit comments