Skip to content

Commit

Permalink
update nugets
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Sep 2, 2023
1 parent 7d58d37 commit 1fd78c6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">

<PropertyGroup>
<OutputType>Library</OutputType>
Expand All @@ -19,7 +19,7 @@
<PackageReleaseNotes>Aligh with latest API</PackageReleaseNotes>
<PackageIcon>Analogy.GitHistoryBanner.png</PackageIcon>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<VersionPrefix>5.0.1.0</VersionPrefix>
<VersionPrefix>5.0.3.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Company>Analogy.LogViewer</Company>
<Nullable>enable</Nullable>
Expand All @@ -29,8 +29,8 @@

<ItemGroup>

<PackageReference Include="Analogy.LogViewer.Interfaces" Version="5.0.0" />
<PackageReference Include="Analogy.LogViewer.Template" Version="5.0.2" />
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="5.0.3" />
<PackageReference Include="Analogy.LogViewer.Template" Version="5.0.3" />
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
<PackageReference Include="Microsoft.Build.Tasks.Git" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 1fd78c6

Please sign in to comment.