Version increment. Packaged updated.

This commit is contained in:
Arpita Ashoka Dessai 2022-04-26 15:28:43 -07:00
Родитель 190689043a
Коммит ccbb8d2bf6
2 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -4,7 +4,7 @@
<LangVersion>7.1</LangVersion>
<TargetFramework>net472</TargetFramework>
<RuntimeIdentifiers>win7-x64;win7-x86;win10-x64;win10-x86</RuntimeIdentifiers>
<Version>3.0.1</Version>
<Version>3.0.2</Version>
<Platforms>AnyCPU</Platforms>
<HighEntropyVA>true</HighEntropyVA>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
@ -20,10 +20,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="System.Reactive.Core" Version="4.4.1" />
<PackageReference Include="System.Reactive.Interfaces" Version="4.4.1" />
<PackageReference Include="System.Reactive.Linq" Version="4.4.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Reactive.Core" Version="5.0.0" />
<PackageReference Include="System.Reactive.Interfaces" Version="5.0.0" />
<PackageReference Include="System.Reactive.Linq" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Source\WinLog\WinLog.csproj" />

Просмотреть файл

@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net472</TargetFrameworks>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>3.4.3</Version>
<Version>3.4.5</Version>
<Description>Windows Event Log utility for reading OS Logs, EVTX files, specific to Windows</Description>
<Copyright>Copyright © Microsoft. All Rights Reserved</Copyright>
<RepositoryUrl>https://msazure.visualstudio.com/One/_git/SecEng-Dev-SIEMfx</RepositoryUrl>
@ -19,7 +19,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<!-- .NET 4.5 references, compilation flags and build options -->