Skip to content

Commit

Permalink
- v10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eben-roux committed Jul 8, 2018
1 parent ed90caa commit 14ef09a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 17 deletions.
12 changes: 6 additions & 6 deletions Shuttle.ESB.Process/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;

#if NET46
[assembly: AssemblyTitle(".NET Framework 4.6")]
#endif

#if NET461
[assembly: AssemblyTitle(".NET Framework 4.6.1")]
#endif
Expand All @@ -25,14 +21,18 @@
[assembly: AssemblyTitle(".NET Core 2.0")]
#endif

#if NETCOREAPP2_1
[assembly: AssemblyTitle(".NET Core 2.1")]
#endif

#if NETSTANDARD2_0
[assembly: AssemblyTitle(".NET Standard 2.0")]
#endif

[assembly: AssemblyVersion("10.0.0.0")]
[assembly: AssemblyVersion("10.0.1.0")]
[assembly: AssemblyCopyright("Copyright © Eben Roux 2018")]
[assembly: AssemblyProduct("Shuttle.Esb.Process")]
[assembly: AssemblyCompany("Shuttle")]
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyInformationalVersion("10.0.0")]
[assembly: AssemblyInformationalVersion("10.0.1")]
[assembly: ComVisible(false)]
10 changes: 5 additions & 5 deletions Shuttle.ESB.Process/Shuttle.ESB.Process.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net46;net461;net462;net47;net471;netstandard2.0;netcoreapp2.0</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<TargetFrameworks>net461;net462;net47;net471;netstandard2.0;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

<ItemGroup>
Expand All @@ -13,9 +13,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Shuttle.Core.Data" Version="10.0.2" />
<PackageReference Include="Shuttle.Esb" Version="10.0.3" />
<PackageReference Include="Shuttle.Recall" Version="10.0.0" />
<PackageReference Include="Shuttle.Core.Data" Version="10.0.7" />
<PackageReference Include="Shuttle.Esb" Version="10.0.8" />
<PackageReference Include="Shuttle.Recall" Version="10.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks>
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="NUnit" Version="3.9.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
<PackageReference Include="Shuttle.Core.Container.Tests" Version="10.0.6" />
<PackageReference Include="Shuttle.Recall" Version="10.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
<PackageReference Include="NUnit" Version="3.10.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
<PackageReference Include="Shuttle.Core.Container.Tests" Version="10.0.7" />
<PackageReference Include="Shuttle.Recall" Version="10.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file modified Shuttle.Esb.Process/.build/Shuttle.MSBuild.dll
Binary file not shown.
1 change: 1 addition & 0 deletions Shuttle.Esb.Process/.build/package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<licenseUrl>https://github.com/shuttle/Shuttle.Esb.Process/raw/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/shuttle/Shuttle.Esb.Process</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Shuttle/Shuttle.Esb.Process/master/.media/logo.png</iconUrl>
<repository type="git" url="https://github.com/Shuttle/Shuttle.Esb.Process.git" />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Shuttle.Esb process management using Shuttle.Recall event sourcing.</description>
<releaseNotes/>
Expand Down

0 comments on commit 14ef09a

Please sign in to comment.