Skip to content

Commit

Permalink
Merge pull request #132 from SainsburyWellcomeCentre/issue-106
Browse files Browse the repository at this point in the history
Add package icon for package pre-release
  • Loading branch information
glopesdev authored Aug 16, 2023
2 parents dc92774 + e925ae8 commit 88d23bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2022, University College London (UCL)
Copyright (c) 2023 University College London
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Aeon.Acquisition/Aeon.Acquisition.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageTags>Bonsai Rx Project Aeon Acquisition</PackageTags>
<TargetFramework>net472</TargetFramework>
<VersionPrefix>0.3.0</VersionPrefix>
<VersionSuffix>test261559</VersionSuffix>
<VersionSuffix>test272116</VersionSuffix>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<Project>
<PropertyGroup>
<Authors>Sainsbury Wellcome Centre</Authors>
<Copyright>Copyright © University College London 2023</Copyright>
<Copyright>Copyright © 2023 University College London</Copyright>
<PackageProjectUrl>https://github.com/SainsburyWellcomeCentre/aeon_blog</PackageProjectUrl>
<RepositoryUrl>https://github.com/SainsburyWellcomeCentre/aeon_acquisition.git</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageOutputPath>..\bin\$(Configuration)</PackageOutputPath>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon></PackageIcon>
<PackageIcon>icon.png</PackageIcon>
<IncludeSymbols>true</IncludeSymbols>
<RepositoryType>git</RepositoryType>
<VersionSuffix></VersionSuffix>
Expand All @@ -19,5 +19,6 @@

<ItemGroup>
<Content Include="..\..\LICENSE" PackagePath="/" />
<Content Include="..\..\icon.png" PackagePath="/" />
</ItemGroup>
</Project>

0 comments on commit 88d23bb

Please sign in to comment.