Skip to content

Commit

Permalink
Nuget stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
johankson committed Apr 9, 2022
1 parent 42e4edd commit d571bc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TinyPubSub/TinyPubSub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>netstandard1.1</TargetFramework>
<RootNamespace>TinyPubSubLib</RootNamespace>
<Configurations>Release-CI;Debug;Release</Configurations>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-CI|AnyCPU'" />
Expand All @@ -15,7 +16,7 @@
<Description>A very simple pub/sub implementation for .net/xamarin.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>Formatted package name</PackageReleaseNotes>
<Copyright>Copyright 2017 - Johan Karlsson and Daniel Hindrikes</Copyright>
<Copyright>Copyright 2017-2022 - Johan Karlsson and Daniel Hindrikes</Copyright>
<PackageTags>Xamarin pubsub</PackageTags>
<PackageIconUrl>http://i.imgur.com/p0xJYYC.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/johankson/TinyPubSub</PackageProjectUrl>
Expand Down

0 comments on commit d571bc9

Please sign in to comment.