Skip to content

Commit

Permalink
Merge pull request #45 from datalogics/fe_samples
Browse files Browse the repository at this point in the history
Use final package version
  • Loading branch information
datalogics-robl authored Jun 13, 2024
2 parents ee00b8e + 3056885 commit 8ca4cfb
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 8ca4cfb

Please sign in to comment.