Skip to content

Commit

Permalink
Upgrade version (1.10.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
pardahlman committed Sep 29, 2017
1 parent ef3c63b commit 4b1079f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/RawRabbit.Attributes/RawRabbit.Attributes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Configure messages and topology with attributes.</Description>
<AssemblyTitle>RawRabbit.Attributes</AssemblyTitle>
<VersionPrefix>1.10.3</VersionPrefix>
<VersionPrefix>1.10.4</VersionPrefix>
<Authors>pardahlman</Authors>
<TargetFrameworks>netstandard1.5;net451</TargetFrameworks>
<AssemblyName>RawRabbit.Attributes</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Wire up RawRabbit with Autofac!</Description>
<AssemblyTitle>RawRabbit.DependencyInjection.Autofac</AssemblyTitle>
<VersionPrefix>1.10.3</VersionPrefix>
<VersionPrefix>1.10.4</VersionPrefix>
<Authors>par.dahlman</Authors>
<TargetFrameworks>netstandard1.5;net451</TargetFrameworks>
<AssemblyName>RawRabbit.DependencyInjection.Autofac</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Wire up RawRabbit with Ninject!</Description>
<AssemblyTitle>RawRabbit.DependencyInjection.Ninject</AssemblyTitle>
<VersionPrefix>1.10.3</VersionPrefix>
<VersionPrefix>1.10.4</VersionPrefix>
<Authors>par.dahlman;Joshua Barron</Authors>
<TargetFrameworks>netstandard1.5;net451</TargetFrameworks>
<AssemblyName>RawRabbit.DependencyInjection.Ninject</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.Extensions/RawRabbit.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Make the most of RawRabbit with these extensions</Description>
<AssemblyTitle>RawRabbit.Extensions</AssemblyTitle>
<VersionPrefix>1.10.3</VersionPrefix>
<VersionPrefix>1.10.4</VersionPrefix>
<Authors>par.dahlman</Authors>
<TargetFrameworks>netstandard1.5;net451</TargetFrameworks>
<AssemblyName>RawRabbit.Extensions</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Write RawRabbit's logs with Log4Net</Description>
<AssemblyTitle>RawRabbit.Logging.Log4Net</AssemblyTitle>
<VersionPrefix>1.10.3</VersionPrefix>
<VersionPrefix>1.10.4</VersionPrefix>
<Authors>par.dahlman</Authors>
<TargetFramework>net451</TargetFramework>
<AssemblyName>RawRabbit.Logging.Log4Net</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.Logging.NLog/RawRabbit.Logging.NLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Write RawRabbit's logs with NLog</Description>
<AssemblyTitle>RawRabbit.Logging.NLog</AssemblyTitle>
<VersionPrefix>1.10.3</VersionPrefix>
<VersionPrefix>1.10.4</VersionPrefix>
<Authors>par.dahlman</Authors>
<TargetFrameworks>netstandard1.5;net451</TargetFrameworks>
<AssemblyName>RawRabbit.Logging.NLog</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Write RawRabbit's logs with Serilog</Description>
<AssemblyTitle>RawRabbit.Logging.Serilog</AssemblyTitle>
<VersionPrefix>1.10.3</VersionPrefix>
<VersionPrefix>1.10.4</VersionPrefix>
<Authors>par.dahlman</Authors>
<TargetFrameworks>netstandard1.5;net451</TargetFrameworks>
<AssemblyName>RawRabbit.Logging.Serilog</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.vNext/RawRabbit.vNext.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Take advantage of vNext for your RawRabbit setup. Extension for IServiceCollection, IConfiguration support and much more!</Description>
<VersionPrefix>1.10.3</VersionPrefix>
<VersionPrefix>1.10.4</VersionPrefix>
<Authors>pardahlman;enrique-avalon</Authors>
<TargetFrameworks>netstandard1.5;net451;netstandard2.0</TargetFrameworks>
<AssemblyName>RawRabbit.vNext</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit/RawRabbit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>A modern framework for communication over RabbitMq.</Description>
<AssemblyTitle>RawRabbit</AssemblyTitle>
<VersionPrefix>1.10.3</VersionPrefix>
<VersionPrefix>1.10.4</VersionPrefix>
<Authors>pardahlman;enrique-avalon</Authors>
<TargetFrameworks>netstandard1.5;net451</TargetFrameworks>
<AssemblyName>RawRabbit</AssemblyName>
Expand Down

0 comments on commit 4b1079f

Please sign in to comment.