Skip to content

Commit

Permalink
build: bump to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet committed Dec 2, 2022
1 parent 0abbe3a commit fb50cb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/InfiniteEnumFlags.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.3.0</Version>
<Version>0.4.0</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
Expand All @@ -21,7 +21,6 @@
<IncludeSymbols>true</IncludeSymbols>
<TargetFrameworks>net6.0;net7.0;netstandard2.1</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>0.4.0</PackageVersion>
</PropertyGroup>
<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
Expand Down

0 comments on commit fb50cb1

Please sign in to comment.