Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 83ae2c7

Browse files
committed
- v10.0.2
1 parent 2a1d97d commit 83ae2c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Shuttle.Core.ServiceHost/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
[assembly: AssemblyTitle(".NET Standard 2.0")]
3434
#endif
3535

36-
[assembly: AssemblyVersion("10.0.1.0")]
36+
[assembly: AssemblyVersion("10.0.2.0")]
3737
[assembly: AssemblyCopyright("Copyright © Eben Roux 2018")]
3838
[assembly: AssemblyProduct("Shuttle.Core.ServiceHost")]
3939
[assembly: AssemblyCompany("Shuttle")]
4040
[assembly: AssemblyConfiguration("Release")]
41-
[assembly: AssemblyInformationalVersion("10.0.1")]
41+
[assembly: AssemblyInformationalVersion("10.0.2")]
4242
[assembly: ComVisible(false)]

Shuttle.Core.ServiceHost/Shuttle.Core.ServiceHost.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<ItemGroup>
2424
<PackageReference Include="Shuttle.Core.Cli" Version="10.0.2" />
2525
<PackageReference Include="Shuttle.Core.Logging" Version="10.0.3" />
26-
<PackageReference Include="Shuttle.Core.Reflection" Version="10.0.8" />
26+
<PackageReference Include="Shuttle.Core.Reflection" Version="10.0.9" />
2727
<PackageReference Include="Shuttle.Core.Threading" Version="10.0.2" />
2828
</ItemGroup>
2929

0 commit comments

Comments
 (0)