Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	Dialogative/Dialogative.csproj
  • Loading branch information
ydinkov committed Aug 12, 2023
2 parents bb3e64a + 184277e commit e360a90
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dialogative/Dialogative.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<VersionPrefix>1.1.0</VersionPrefix>

<PackageId>Dialogative</PackageId>
<PackageIcon>../icon.png</PackageIcon>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageProjectUrl>https://github.com/ydinkov/Dialogative</PackageProjectUrl>
<RepositoryUrl>https://github.com/ydinkov/Dialogative</RepositoryUrl>
Expand All @@ -30,9 +30,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.6.0" />
<PackageReference Include="YamlDotNet" Version="13.1.1" />
<None Include="..\LICENSE.md" Pack="true" PackagePath="$(PackageLicenseFile)" />
<None Update="icon.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="icon.png" Pack="true" PackagePath="$(PackageIcon)"/>
</ItemGroup>

</Project>

0 comments on commit e360a90

Please sign in to comment.