Skip to content

Commit 9d3e539

Browse files
update packages
1 parent fdc81df commit 9d3e539

5 files changed

Lines changed: 13 additions & 14 deletions

File tree

AcceleratePackage/Olive.AcceleratePackage.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<PackAsTool>true</PackAsTool>
1818
<ToolCommandName>accelerate-package-restore</ToolCommandName>
1919
<PackageVersion>8.0.2.0</PackageVersion>
20-
<Version>8.0.2.0</Version>
20+
<Version>8.0.3.0</Version>
2121
</PropertyGroup>
2222
<ItemGroup>
23-
<PackageReference Include="Olive" Version="8.0.0" />
23+
<PackageReference Include="Olive" Version="8.2.2" />
2424
</ItemGroup>
2525
</Project>

ApiProxyGenerator/Olive.ApiProxyGenerator.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717
<NoWarn>1701;1702;1705;NU1701</NoWarn>
1818
<PackAsTool>true</PackAsTool>
1919
<ToolCommandName>generate-api-proxy</ToolCommandName>
20-
<Version>8.0.2.0</Version>
20+
<Version>8.0.3.0</Version>
2121
</PropertyGroup>
2222
<ItemGroup>
23-
<PackageReference Include="GCop.All.Geeks" Version="2.8.1" />
24-
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="9.0.5" />
25-
<PackageReference Include="olive" Version="8.0.0" />
23+
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="9.0.9" />
24+
<PackageReference Include="olive" Version="8.2.2" />
2625
<PackageReference Include="Olive.Entities" Version="8.0.0" />
2726
</ItemGroup>
2827
<Import Project="..\DTO\DTO.projitems" Label="Shared" />

DataEndPointGenerator/MSharpModelProgrammer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ internal class MSharpModelProgrammer
1616
Type? IDType;
1717
Type Type => ExposedType.GetType();
1818

19-
public MSharpModelProgrammer(MSharpProjectCreator projectCreator, dynamic type)
19+
public MSharpModelProgrammer(MSharpProjectCreator projectCreator, ExposedType type)
2020
{
2121
ProjectCreator = projectCreator;
2222
ExposedType = type;

DataEndPointGenerator/Olive.DataEndPointGenerator.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<NoWarn>1701;1702;1705;NU1701</NoWarn>
2020
<PackAsTool>true</PackAsTool>
2121
<ToolCommandName>generate-data-endpoint-proxy</ToolCommandName>
22-
<Version>8.1.1.0</Version>
22+
<Version>8.1.2.0</Version>
2323
</PropertyGroup>
2424
<ItemGroup>
25-
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
25+
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
2626
<PackageReference Include="Olive" Version="8.2.2" />
2727
<PackageReference Include="Olive.Entities" Version="8.0.0" />
2828
<PackageReference Include="Olive.Entities.Data.Replication" Version="8.0.1" />

EventBusCommandGenerator/Olive.EventBusCommandGenerator.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RootNamespace>Olive</RootNamespace>
77
<StartupObject>OliveGenerator.Program</StartupObject>
88
<PackageId>generate-eventbus-command-proxy</PackageId>
9-
<Version>8.0.4</Version>
9+
<Version>8.0.5</Version>
1010
<ToolCommandName>generate-eventbus-command-proxy</ToolCommandName>
1111
<Authors>Geeks Ltd</Authors>
1212
<Description>Generates event bus command packages</Description>
@@ -15,7 +15,7 @@
1515
<PackageProjectUrl>http://licensing.msharp.co.uk/Images/OliveComponent.png</PackageProjectUrl>
1616
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1717
<PackAsTool>true</PackAsTool>
18-
<PackageVersion>8.0.4</PackageVersion>
18+
<PackageVersion>8.0.5</PackageVersion>
1919
</PropertyGroup>
2020
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
2121
<NoWarn>1701;1702;1705;NU1701</NoWarn>
@@ -26,10 +26,10 @@
2626
<Compile Remove="Project\MSharpProjectCreator.cs" />
2727
</ItemGroup>
2828
<ItemGroup>
29-
<PackageReference Include="Olive" Version="8.0.0" />
29+
<PackageReference Include="Olive" Version="8.2.2" />
3030
<PackageReference Include="Olive.Entities" Version="8.0.0" />
31-
<PackageReference Include="Olive.Entities.Data" Version="8.0.0" />
32-
<PackageReference Include="Olive.EventBus" Version="8.0.0" />
31+
<PackageReference Include="Olive.Entities.Data" Version="8.0.2" />
32+
<PackageReference Include="Olive.EventBus" Version="8.0.5" />
3333
</ItemGroup>
3434
<Import Project="..\DTO\DTO.projitems" Label="Shared" />
3535
<Import Project="..\SharedNew\SharedNew.projitems" Label="Shared" />

0 commit comments

Comments
 (0)