Skip to content

Commit

Permalink
move configuration extensions into their place
Browse files Browse the repository at this point in the history
  • Loading branch information
mookid8000 committed Oct 3, 2017
1 parent fabd90d commit 354b0a4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## 1.0.0-b1
## 1.0.0-b2

* Initial version - thanks [micdah]
* Move configuration extensions into `Rebus.Config` namespace to help non-R# users, who are to be considered friends anyway

---

Expand Down
22 changes: 13 additions & 9 deletions Rebus.AmazonS3.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,34 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "stuff", "stuff", "{1ABDD7C1
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rebus.AmazonS3.Tests", "Rebus.AmazonS3.Tests\Rebus.AmazonS3.Tests.csproj", "{C1A8658E-811B-449B-8254-8D10A61A1285}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rebus.AmazonS3.Tests", "Rebus.AmazonS3.Tests\Rebus.AmazonS3.Tests.csproj", "{C1A8658E-811B-449B-8254-8D10A61A1285}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rebus.AmazonS3", "Rebus.AmazonS3\Rebus.AmazonS3.csproj", "{82E8773F-8B80-44FC-8977-3DD21A199467}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rebus.AmazonS3", "Rebus.AmazonS3\Rebus.AmazonS3.csproj", "{82E8773F-8B80-44FC-8977-3DD21A199467}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_macOS|Any CPU = Debug_macOS|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
macOS|Any CPU = macOS|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1A8658E-811B-449B-8254-8D10A61A1285}.Debug_macOS|Any CPU.ActiveCfg = Debug|Any CPU
{C1A8658E-811B-449B-8254-8D10A61A1285}.Debug_macOS|Any CPU.Build.0 = Debug|Any CPU
{C1A8658E-811B-449B-8254-8D10A61A1285}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1A8658E-811B-449B-8254-8D10A61A1285}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1A8658E-811B-449B-8254-8D10A61A1285}.macOS|Any CPU.ActiveCfg = Release|Any CPU
{C1A8658E-811B-449B-8254-8D10A61A1285}.macOS|Any CPU.Build.0 = Release|Any CPU
{C1A8658E-811B-449B-8254-8D10A61A1285}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1A8658E-811B-449B-8254-8D10A61A1285}.Release|Any CPU.Build.0 = Release|Any CPU
{C1A8658E-811B-449B-8254-8D10A61A1285}.macOS|Any CPU.ActiveCfg = macOS|Any CPU
{C1A8658E-811B-449B-8254-8D10A61A1285}.macOS|Any CPU.Build.0 = macOS|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.Release|Any CPU.Build.0 = Release|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.Debug_macOS|Any CPU.ActiveCfg = Debug|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.Debug_macOS|Any CPU.Build.0 = Debug|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.macOS|Any CPU.ActiveCfg = macOS|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.macOS|Any CPU.Build.0 = macOS|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.macOS|Any CPU.ActiveCfg = Release|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.macOS|Any CPU.Build.0 = Release|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
using Amazon.Runtime;
using Amazon.S3;
using Amazon.S3.Transfer;
using Rebus.Config;
using Rebus.AmazonS3;
using Rebus.DataBus;
using Rebus.Logging;

namespace Rebus.AmazonS3
namespace Rebus.Config
{
/// <summary>
/// Provides extensions methods for configuring the Amazon S3 storage for the data bus
/// </summary>
public static class AmazonS3DataBusExtensions
public static class AmazonS3DataBusConfigurationExtensions
{
/// <summary>
/// Configures the data bus to store data in Amazon S3
Expand Down
1 change: 0 additions & 1 deletion Rebus.AmazonS3/Rebus.AmazonS3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
<Exec Command="$(ProjectDir)..\scripts\patch_assemblyinfo.cmd $(ProjectDir)" />
</Target>
<ItemGroup>
<Folder Include="Config\" />
<Folder Include="AmazonS3\" />
<Folder Include="AmazonS3\Core\" />
</ItemGroup>
Expand Down

0 comments on commit 354b0a4

Please sign in to comment.