Skip to content

Commit

Permalink
Update project file to generate package according to latest NuGet specs
Browse files Browse the repository at this point in the history
  • Loading branch information
cakkermans committed Aug 13, 2021
1 parent 25b3593 commit 5145427
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Web.FlashMessage.Core/Web.FlashMessage.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@

<PropertyGroup>
<Description>FlashMessage provides easy cross request notifications for ASP.NET MVC Core based on Twitter Bootstrap alerts.</Description>
<Authors>Vereyon</Authors>
<Authors>Christ Akkermans</Authors>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<AssemblyName>Vereyon.Web.FlashMessage</AssemblyName>
<PackageId>Vereyon.Web.FlashMessage</PackageId>
<NetStandardImplicitPackageVersion>2.0.0</NetStandardImplicitPackageVersion>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Version>2.0.0</Version>
<Version>3.0.0</Version>
<RootNamespace>Vereyon.FlashMessage</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>Added support for Twitter Bootstrap version 5</PackageReleaseNotes>
<PackageTags>ASP.NET MVC PRG Notification Message Flash Core Twitter Bootstrap</PackageTags>
<PackageProjectUrl>https://github.com/Vereyon/FlashMessage</PackageProjectUrl>
<RepositoryUrl>https://github.com/Vereyon/FlashMessage</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5145427

Please sign in to comment.