Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-YousefiTelori committed Dec 29, 2023
1 parent 939420f commit f7ca649
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
builder.RootComponents.Add<App>("#app");
builder.RootComponents.Add<HeadOutlet>("head::after");
string baseAddress = "http://localhost:1050";
//string baseAddress = "https://templategenerator.adahmsay.ir/";

builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri(builder.HostEnvironment.BaseAddress) });
builder.Services.AddScoped(sp => new FormClient(baseAddress, sp.GetService<HttpClient>()));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Authors>EasyMicroservices</Authors>
<IsPackable>true</IsPackable>
<Version>0.0.0.5</Version>
<Version>0.0.0.6</Version>
<Description>TemplateGenerator UI compoents.</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>component,microcomponent,ui,core,templategenerator,generator,template,form,formgenerator</PackageTags>
Expand All @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EasyMicroservices.UI.BlazorComponents" Version="0.0.0.2" />
<PackageReference Include="EasyMicroservices.UI.BlazorComponents" Version="*" />
<PackageReference Include="MudBlazor" Version="6.11.2" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Authors>EasyMicroservices</Authors>
<IsPackable>true</IsPackable>
<Version>0.0.0.5</Version>
<Version>0.0.0.6</Version>
<Description>TemplateGenerator view model.</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>component,microcomponent,ui,core,templategenerator,generator,template,form,formgenerator</PackageTags>
Expand All @@ -19,9 +19,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EasyMicroservices.TemplateGeneratorMicroservice.Clients" Version="0.0.0.18" />
<PackageReference Include="EasyMicroservices.UI.Cores.Mvvm" Version="0.0.0.13" />
<PackageReference Include="EasyMicroservices.Utilities" Version="0.0.0.13" />
<PackageReference Include="EasyMicroservices.TemplateGeneratorMicroservice.Clients" Version="*" />
<PackageReference Include="EasyMicroservices.UI.Cores.Mvvm" Version="*" />
<PackageReference Include="EasyMicroservices.Utilities" Version="*" />
</ItemGroup>

</Project>

0 comments on commit f7ca649

Please sign in to comment.