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

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

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