Skip to content

Commit

Permalink
Use 18.* wildcard for the final package version
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-aarroyo committed Jun 13, 2024
1 parent 9165e8c commit 3056885
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Forms/ConvertXFAToAcroForms/ConvertXFAToAcroForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Adobe.PDF.Library.FormsExtension.LM.NET" Version="1.*" />
<PackageReference Include="Adobe.PDF.Library.FormsExtension.LM.NET" Version="18.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Forms/ExportFormsData/ExportFormsData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Adobe.PDF.Library.FormsExtension.LM.NET" Version="1.*" />
<PackageReference Include="Adobe.PDF.Library.FormsExtension.LM.NET" Version="18.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Forms/FlattenForms/FlattenForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Adobe.PDF.Library.FormsExtension.LM.NET" Version="1.*" />
<PackageReference Include="Adobe.PDF.Library.FormsExtension.LM.NET" Version="18.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Forms/ImportFormsData/ImportFormsData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Adobe.PDF.Library.FormsExtension.LM.NET" Version="1.*" />
<PackageReference Include="Adobe.PDF.Library.FormsExtension.LM.NET" Version="18.*" />
</ItemGroup>

</Project>

0 comments on commit 3056885

Please sign in to comment.