Skip to content

Commit

Permalink
Package updated from GitHub Alert
Browse files Browse the repository at this point in the history
  • Loading branch information
mtonosaki committed Jun 28, 2022
1 parent 921af20 commit 4f05b1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SyslogAzureMonitorBridge/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: NeutralResourcesLanguage("en")]
4 changes: 2 additions & 2 deletions SyslogAzureMonitorBridge/SyslogAzureMonitorBridge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json">
<Version>12.0.3</Version>
<Version>13.0.1</Version>
</PackageReference>
<PackageReference Include="Tono.Core">
<Version>1.0.10</Version>
<Version>1.0.22</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit 4f05b1e

Please sign in to comment.