Skip to content

Commit

Permalink
nuget update
Browse files Browse the repository at this point in the history
  • Loading branch information
bzashev committed Mar 5, 2024
1 parent 81ac04f commit 4bcf6aa
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions WebVella.Erp.Plugins.Mail/WebVella.Erp.Plugins.Mail.csproj
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<Version>1.5.0</Version>
<Version>1.5.1</Version>
<Authors>WebVella</Authors>
<Description>The Mail Plugin for the open-source and free platform WebVella ERP. It provides API, services and management for sending emails through SMTP services.</Description>
<Copyright>Copyright 2019</Copyright>
@@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MailKit" Version="4.3.0" />
<PackageReference Include="MailKit" Version="4.4.0" />
</ItemGroup>

<ItemGroup>
2 changes: 1 addition & 1 deletion WebVella.Erp.Site/WebVella.Erp.Site.csproj
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.2" />
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.175" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.3" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.1" />
<PackageReference Include="System.Linq" Version="4.3.0" />
<PackageReference Include="System.Threading" Version="4.3.0" />
12 changes: 6 additions & 6 deletions WebVella.Erp.Web/WebVella.Erp.Web.csproj
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<RootNamespace>WebVella.Erp.Web</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<Version>1.5.1</Version>
<Version>1.5.2</Version>
<Authors>WebVella</Authors>
<Product>WebVella.Erp.Web</Product>
<Description>The web components library for the open-source and free platform WebVella ERP. It allows a quick and painless creation of business web applications.</Description>
@@ -125,18 +125,18 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" />
<PackageReference Include="CS-Script" Version="4.8.14" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.59" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.2" />
<!--<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="2.2.0" />-->
<!--<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />-->
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.3" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.1" />
<PackageReference Include="Wangkanai.Detection" Version="8.11.0" />
<PackageReference Include="WebVella.TagHelpers" Version="1.5.0" />

0 comments on commit 4bcf6aa

Please sign in to comment.