Skip to content

Commit

Permalink
fix: generate package in build
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet committed Nov 7, 2022
1 parent 8cc636f commit d470db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/InfiniteEnumFlags.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.2.0</Version>
<Version>0.2.1</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
<IncludeBuildOutput>false</IncludeBuildOutput>
<AssemblyName>InfiniteEnumFlags</AssemblyName>
<RootNamespace>InfiniteEnumFlags</RootNamespace>
<PackageId>InfiniteEnumFlags</PackageId>
Expand All @@ -21,6 +20,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<IncludeSymbols>true</IncludeSymbols>
<TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d470db8

Please sign in to comment.