Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
update nugets
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Mar 27, 2021
1 parent 6457e61 commit 6c01b94
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Analogy.LogViewer.Interfaces">
<Version>2.12.1</Version>
<Version>2.12.5</Version>
</PackageReference>
<PackageReference Include="MSTest.TestAdapter">
<Version>2.2.3</Version>
Expand Down
6 changes: 3 additions & 3 deletions Analogy.LogViewer.WhatsApp/Analogy.LogViewer.WhatsApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon />
<StartupObject />
<Version>1.4.1</Version>
<Version>1.4.1.2</Version>
<AssemblyName>Analogy.LogViewer.WhatsApp</AssemblyName>
<RootNamespace>Analogy.LogViewer.WhatsApp</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down Expand Up @@ -43,8 +43,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="2.12.1" />
<PackageReference Include="Analogy.LogViewer.Template" Version="1.8.3.1" />
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="2.12.5" />
<PackageReference Include="Analogy.LogViewer.Template" Version="1.8.3.2" />
<PackageReference Include="Microsoft.Build.Tasks.Git" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
7 changes: 7 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 6c01b94

Please sign in to comment.