Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thgossler committed Dec 26, 2022
1 parent 4a12b01 commit 350b15a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AddPdfEnvelope.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -10,11 +10,11 @@
<Description>A CLI tool for Windows and Linux to add a cover page, header and footer to a PDF document.</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/thgossler/AddPdfEnvelope</RepositoryUrl>
<AssemblyVersion>0.3.1</AssemblyVersion>
<AssemblyVersion>0.3.2</AssemblyVersion>
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<FileVersion>0.3.1</FileVersion>
<Version>$(VersionPrefix)0.3.1</Version>
<FileVersion>0.3.2</FileVersion>
<Version>$(VersionPrefix)0.3.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 350b15a

Please sign in to comment.