Skip to content

Commit a9f2129

Browse files
author
Ethan Bishop
committed
Fix version of wrapper service project
This is used for reporting the application version in the root status endpoint.
1 parent cceee49 commit a9f2129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pdf2Html/Pdf2Html.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<Version>1.0.0</Version>
7+
<Version>0.2.0</Version>
88
<AssemblyName>Pdf2Html</AssemblyName>
99
<RootNamespace>Pdf2Html</RootNamespace>
1010
</PropertyGroup>

0 commit comments

Comments
 (0)