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 Jan 6, 2018
1 parent d9f1dcc commit 65adb34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Shuttle.Esb/.build/package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
<dependency id="Shuttle.Core.Streams" version="{Shuttle.Core.Streams-version}" />
<dependency id="Shuttle.Core.Threading" version="{Shuttle.Core.Threading-version}" />
<dependency id="Shuttle.Core.TimeSpanTypeConverters" version="{Shuttle.Core.TimeSpanTypeConverters-version}" />
<dependency id="System.Configuration.ConfigurationManager"
version="{System.Configuration.ConfigurationManager-version}" />
</group>

<group targetFramework="netstandard2.0">
Expand Down
4 changes: 2 additions & 2 deletions Shuttle.Esb/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
[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")]
[assembly: AssemblyCompany("Shuttle")]
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyInformationalVersion("10.0.0")]
[assembly: AssemblyInformationalVersion("10.0.1")]
[assembly: ComVisible(false)]

0 comments on commit 65adb34

Please sign in to comment.