Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
EhRom committed Nov 28, 2023
1 parent 0fc1526 commit 9c10c08
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Puffix.ConsoleLogMagnifier/Puffix.ConsoleLogMagnifier.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>Puffix.io - Romain Ehret</Authors>
<Product>Puffix.ConsoleLogMagnifier</Product>
<Company>Puffix.io - Romain Ehret</Company>
<Copyright>Copyright 2022 (c) Puffix / Romain Ehret. All rights reserved.</Copyright>
<Copyright>Copyright 2023 (c) Puffix / Romain Ehret. All rights reserved.</Copyright>
<Description>Magnify your log in your Console App, int .Net and .Net Core.</Description>
<PackageTags>Console Log .Net Core</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -16,14 +16,22 @@
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<FileVersion>3.1.0.0</FileVersion>
<PackageReleaseNotes></PackageReleaseNotes>
<Version>3.1.0</Version>
<Version>3.2.0</Version>
<PackageLicenseFile>Licence.txt</PackageLicenseFile>
<PackageIcon>icon.png</PackageIcon>
<DelaySign>false</DelaySign>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0|AnyCPU'">
<WarningLevel>7</WarningLevel>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|AnyCPU'">
<WarningLevel>7</WarningLevel>
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
Expand Down

0 comments on commit 9c10c08

Please sign in to comment.