Skip to content

Commit 33b0401

Browse files
author
simmdan
committed
Upgrade the samples to 8.30.0
1 parent f1f50cb commit 33b0401

File tree

58 files changed

+651
-138
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+651
-138
lines changed

api-samples/Detection/Detection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.ProgramSynthesis.Detection" Version="8.29.0" />
9+
<PackageReference Include="Microsoft.ProgramSynthesis.Detection" Version="8.30.0" />
1010
</ItemGroup>
1111
</Project>

api-samples/Extraction.Json/Extraction.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.ProgramSynthesis.Extraction.Json" Version="8.29.0" />
9+
<PackageReference Include="Microsoft.ProgramSynthesis.Extraction.Json" Version="8.30.0" />
1010
</ItemGroup>
1111

1212
</Project>

api-samples/Extraction.Text/Extraction.Text.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.ProgramSynthesis.Extraction.Text" Version="8.29.0" />
8+
<PackageReference Include="Microsoft.ProgramSynthesis.Extraction.Text" Version="8.30.0" />
99
</ItemGroup>
1010

1111
</Project>

api-samples/Extraction.Web/Extraction.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.ProgramSynthesis.Extraction.Web" Version="8.29.0" />
12+
<PackageReference Include="Microsoft.ProgramSynthesis.Extraction.Web" Version="8.30.0" />
1313
</ItemGroup>
1414

1515
</Project>

api-samples/Matching.Text/Matching.Text.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.ProgramSynthesis.Matching.Text" Version="8.29.0" />
9+
<PackageReference Include="Microsoft.ProgramSynthesis.Matching.Text" Version="8.30.0" />
1010
</ItemGroup>
1111

1212
</Project>

api-samples/Read.FlatFile/Read.FlatFile.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.ProgramSynthesis.Read.FlatFile" Version="8.29.0" />
8+
<PackageReference Include="Microsoft.ProgramSynthesis.Read.FlatFile" Version="8.30.0" />
99
</ItemGroup>
1010

1111
</Project>

api-samples/Split.Text/Split.Text.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.ProgramSynthesis.Split.Text" Version="8.29.0" />
9+
<PackageReference Include="Microsoft.ProgramSynthesis.Split.Text" Version="8.30.0" />
1010
</ItemGroup>
1111

1212
</Project>

api-samples/Transformation.Formula/Transformation.Formula.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.ProgramSynthesis.Transformation.Formula" Version="8.29.0" />
10+
<PackageReference Include="Microsoft.ProgramSynthesis.Transformation.Formula" Version="8.30.0" />
1111
</ItemGroup>
1212
</Project>

api-samples/Transformation.Json/Transformation.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.ProgramSynthesis.Transformation.Json" Version="8.29.0" />
9+
<PackageReference Include="Microsoft.ProgramSynthesis.Transformation.Json" Version="8.30.0" />
1010
</ItemGroup>
1111
</Project>

api-samples/Transformation.Text/Transformation.Text.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.ProgramSynthesis.Transformation.Text" Version="8.29.0" />
9+
<PackageReference Include="Microsoft.ProgramSynthesis.Transformation.Text" Version="8.30.0" />
1010
</ItemGroup>
1111
</Project>

0 commit comments

Comments
 (0)