Skip to content

Commit

Permalink
Auto-Reference Latest Buffers & Add NuGet Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Dec 10, 2019
1 parent ef26dae commit 415733e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Binary file added Source/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions Source/Reloaded.Assembler/Reloaded.Assembler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,23 @@
<Copyright>LGPL V3</Copyright>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>https://github.com/Reloaded-Project/Reloaded.Assembler</PackageProjectUrl>
<PackageIconUrl>https://avatars1.githubusercontent.com/u/45473408?s=400&amp;u=b591dd9f053703e87a08ccc56287a9119e9758cb&amp;v=4</PackageIconUrl>
<PackageIconUrl></PackageIconUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Reloaded-Project/Reloaded.Assembler</RepositoryUrl>
<Version>1.0.8</Version>
<Version>1.0.9</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>Icon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\Icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="Reloaded.Assembler.targets" Pack="true" PackagePath="build" />
<None Include="FASM-LICENSE.TXT" Pack="true" PackagePath="build">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand All @@ -43,6 +48,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Reloaded.Memory.Buffers" Version="1.3.3" />
<PackageReference Include="Reloaded.Memory.Buffers" Version="1.*" />
</ItemGroup>
</Project>

0 comments on commit 415733e

Please sign in to comment.