Skip to content

Commit

Permalink
update nugets
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Apr 1, 2022
1 parent af9946b commit b5d09a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Analogy.LogViewer.Template/Analogy.LogViewer.Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Template implementation to be used as base implementation</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<Nullable>enable</Nullable>
<LangVersion>8.0</LangVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Analogy.CommonUtilities" Version="2.0.0" />
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="3.0.0" />
<PackageReference Include="Analogy.CommonUtilities" Version="2.0.1" />
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="3.0.1" />
<PackageReference Include="Microsoft.Build.Tasks.Git" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit b5d09a3

Please sign in to comment.