Commit 1eff893468cd5fa4e8085d4e96da6b400964e394

Authored by Schwirg László
1 parent 3aa4f475

- beépülők frissítése

Vrh.Log4Pro.MaintenanceConsole/Manager - UserManager.cs
... ... @@ -21,6 +21,7 @@ using Vrh.XmlProcessing;
21 21 using System.Xml.Linq;
22 22 using System.Text.RegularExpressions;
23 23  
  24 +
24 25 namespace Vrh.Log4Pro.MaintenanceConsole.UserManagerNS
25 26 {
26 27 #region UserManager class
... ...
Vrh.Log4Pro.MaintenanceConsole/Vrh.Log4Pro.MaintenanceConsole.csproj
... ... @@ -347,20 +347,20 @@
347 347 <Reference Include="Microsoft.CSharp" />
348 348 <Reference Include="System.Data" />
349 349 <Reference Include="System.Xml" />
350   - <Reference Include="VRH.Common, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
351   - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.dll</HintPath>
  350 + <Reference Include="VRH.Common, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
  351 + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.dll</HintPath>
352 352 </Reference>
353 353 <Reference Include="VRH.Common.COM, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
354   - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.COM.dll</HintPath>
  354 + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.COM.dll</HintPath>
355 355 </Reference>
356 356 <Reference Include="VRH.Common.EF, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
357   - <HintPath>..\packages\VRH.Common.3.0.0\lib\net45\VRH.Common.EF.dll</HintPath>
  357 + <HintPath>..\packages\VRH.Common.3.0.1\lib\net45\VRH.Common.EF.dll</HintPath>
358 358 </Reference>
359 359 <Reference Include="Vrh.Web.Providers, Version=2.0.2.0, Culture=neutral, processorArchitecture=MSIL">
360 360 <HintPath>..\packages\VRH.Web.Providers.2.0.2\lib\net452\Vrh.Web.Providers.dll</HintPath>
361 361 </Reference>
362   - <Reference Include="Vrh.XmlProcessing, Version=2.7.2.0, Culture=neutral, processorArchitecture=MSIL">
363   - <HintPath>..\packages\Vrh.XmlProcessing.2.7.2\lib\net45\Vrh.XmlProcessing.dll</HintPath>
  362 + <Reference Include="Vrh.XmlProcessing, Version=2.8.0.0, Culture=neutral, processorArchitecture=MSIL">
  363 + <HintPath>..\packages\Vrh.XmlProcessing.2.8.0\lib\net45\Vrh.XmlProcessing.dll</HintPath>
364 364 </Reference>
365 365 <Reference Include="WindowsBase" />
366 366 </ItemGroup>
... ...
Vrh.Log4Pro.MaintenanceConsole/packages.config
... ... @@ -73,7 +73,7 @@
73 73 <package id="System.Threading.Timer" version="4.0.1" targetFramework="net472" />
74 74 <package id="System.Xml.ReaderWriter" version="4.0.11" targetFramework="net472" />
75 75 <package id="System.Xml.XDocument" version="4.0.11" targetFramework="net472" />
76   - <package id="VRH.Common" version="3.0.0" targetFramework="net472" />
  76 + <package id="VRH.Common" version="3.0.1" targetFramework="net472" />
77 77 <package id="VRH.Web.Providers" version="2.0.2" targetFramework="net472" />
78   - <package id="Vrh.XmlProcessing" version="2.7.2" targetFramework="net472" />
  78 + <package id="Vrh.XmlProcessing" version="2.8.0" targetFramework="net472" />
79 79 </packages>
80 80 \ No newline at end of file
... ...