Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed broken build (removed references to Properties\AssemblyInfo.cs... #1

Merged
merged 1 commit into from Mar 7, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion src/Fabrik.SimpleBus.Demo/Fabrik.SimpleBus.Demo.csproj
Expand Up @@ -42,7 +42,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
Expand Down
1 change: 0 additions & 1 deletion src/Fabrik.SimpleBus.Tests/Fabrik.SimpleBus.Tests.csproj
Expand Up @@ -45,7 +45,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="InProcessBusTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
Expand Down
23 changes: 23 additions & 0 deletions src/Fabrik.SimpleBus.nuspec
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Fabrik.SimpleBus</id>
<version>1.0.0-pre</version>
<title>Fabrik SimpleBus</title>
<authors>Ben Foster</authors>
<owners />
<licenseUrl>https://github.com/benfoster/Fabrik.SimpleBus/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/benfoster/Fabrik.SimpleBus</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Fabrik.SimpleBus is a simple in-process message bus written in C# that uses TPL Dataflow to provide asynchronous messaging capabilities.</description>
<copyright>Copyright (c) 2012 Ben Foster, United Kingdom</copyright>
<dependencies>
<dependency id="Fabrik.Common" version="1.0.1-pre" />
<dependency id="Microsoft.Tpl.Dataflow" version="4.5.9" />
</dependencies>
</metadata>
<files>
<file src="Fabrik.SimpleBus\bin\Debug\Fabrik.SimpleBus.dll" target="lib\net45\Fabrik.SimpleBus.dll" />
<file src="Fabrik.SimpleBus\bin\Debug\Fabrik.SimpleBus.pdb" target="lib\net45\Fabrik.SimpleBus.pdb" />
</files>
</package>
1 change: 0 additions & 1 deletion src/Fabrik.SimpleBus/Fabrik.SimpleBus.csproj
Expand Up @@ -53,7 +53,6 @@
<Compile Include="IHandle.cs" />
<Compile Include="IHandleAsync.cs" />
<Compile Include="InProcessBus.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SendMessageRequest.cs" />
<Compile Include="Subscription.cs" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/build-nuget.cmd
@@ -0,0 +1 @@
@.nuget\NuGet.exe pack