Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 9f3b304

Browse files
committed
Moved code to src to comply with packaging conventions.
1 parent 8909418 commit 9f3b304

55 files changed

Lines changed: 48 additions & 6 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,4 @@ ModelManifest.xml
240240

241241
# FAKE - F# Make
242242
.fake/
243+
binaries/

NServiceBus.FileBasedRouting/packages.config

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3+
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
4+
<id>NServiceBus.FileBasedRouting</id>
5+
<title>NServiceBus.FileBasedRouting</title>
6+
<version>$version$</version>
7+
<authors>$authors$</authors>
8+
<owners>$owners$</owners>
9+
<licenseUrl>$licenseUrl$</licenseUrl>
10+
<projectUrl>$projectUrl$</projectUrl>
11+
<iconUrl>$iconUrl$</iconUrl>
12+
<requireLicenseAcceptance>$requireLicenseAcceptance$</requireLicenseAcceptance>
13+
<description>NServiceBus support for defining message routing via XML file</description>
14+
<releaseNotes></releaseNotes>
15+
<copyright>$copyright$</copyright>
16+
<tags>nservicebus servicebus msmq cqrs publish subscribe</tags>
17+
<frameworkAssemblies>
18+
<frameworkAssembly assemblyName="System" targetFramework="net46" />
19+
<frameworkAssembly assemblyName="System.Core" targetFramework="net46" />
20+
</frameworkAssemblies>
21+
<dependencies>
22+
<dependency id="NServiceBus" version="[6.1.0, 7.0.0)" />
23+
</dependencies>
24+
</metadata>
25+
<files>
26+
<file src="..\..\binaries\NServiceBus.FileBasedRouting.???" target="lib\net46" />
27+
</files>
28+
</package>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)