Skip to content

Commit afaeb10

Browse files
chore(main): release Google.Cloud.Functions.Framework 2.1.0 (#309)
* chore(main): release Google.Cloud.Functions.Framework 2.1.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b604263 commit afaeb10

File tree

33 files changed

+39
-32
lines changed

33 files changed

+39
-32
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "2.1.0"
33
}

docs/history.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Version History
22

3+
## [2.1.0](https://github.com/GoogleCloudPlatform/functions-framework-dotnet/compare/Google.Cloud.Functions.Framework-2.0.0...Google.Cloud.Functions.Framework-2.1.0) (2023-05-23)
4+
5+
6+
### Features
7+
8+
* Implement strongly typed function signatures for dotnet ([bb812fb](https://github.com/GoogleCloudPlatform/functions-framework-dotnet/commit/bb812fb2a25d9727f616e10839b9e0304e2d5669))
9+
310
## [2.0.0](https://github.com/GoogleCloudPlatform/functions-framework-dotnet/compare/Google.Cloud.Functions.Framework-2.0.0-beta01...Google.Cloud.Functions.Framework-2.0.0) (2023-02-06)
411

512
GA release targeting .NET 6.0.

examples/Google.Cloud.Functions.Examples.AdvancedDependencyInjection/Google.Cloud.Functions.Examples.AdvancedDependencyInjection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net6.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.0.0" />
7+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.1.0" />
88
<None Include="appsettings*.json" CopyToOutputDirectory="PreserveNewest" />
99
</ItemGroup>
1010

examples/Google.Cloud.Functions.Examples.Configuration/Google.Cloud.Functions.Examples.Configuration.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="Google.Cloud.Functions.Hosting" Version="2.0.0" />
8+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.1.0" />
99
<None Include="appsettings*.json" CopyToOutputDirectory="PreserveNewest" />
1010
</ItemGroup>
1111
</Project>

examples/Google.Cloud.Functions.Examples.CustomConfiguration/Google.Cloud.Functions.Examples.CustomConfiguration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net6.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.0.0" />
7+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.1.0" />
88
<PackageReference Include="Steeltoe.Extensions.Configuration.RandomValueBase" Version="3.2.3" />
99
<None Include="appsettings*.json" CopyToOutputDirectory="PreserveNewest" />
1010
</ItemGroup>

examples/Google.Cloud.Functions.Examples.CustomEventDataFunction/Google.Cloud.Functions.Examples.CustomEventDataFunction.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="Google.Cloud.Functions.Hosting" Version="2.0.0" />
8+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.1.0" />
99
<PackageReference Include="CloudNative.CloudEvents.NewtonsoftJson" Version="2.6.0" />
1010
<None Include="appsettings*.json" CopyToOutputDirectory="PreserveNewest" />
1111
</ItemGroup>

examples/Google.Cloud.Functions.Examples.FSharpEventFunction/Google.Cloud.Functions.Examples.FSharpEventFunction.fsproj

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

1212
<ItemGroup>
13-
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.0.0" />
13+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.1.0" />
1414
<PackageReference Include="Google.Events.Protobuf" Version="1.3.0" />
1515
</ItemGroup>
1616
</Project>

examples/Google.Cloud.Functions.Examples.FSharpHttpFunction/Google.Cloud.Functions.Examples.FSharpHttpFunction.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.0.0" />
13+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.1.0" />
1414
</ItemGroup>
1515
</Project>

examples/Google.Cloud.Functions.Examples.FSharpUntypedEventFunction/Google.Cloud.Functions.Examples.FSharpUntypedEventFunction.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.0.0" />
13+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.1.0" />
1414
</ItemGroup>
1515
</Project>

examples/Google.Cloud.Functions.Examples.IntegrationTests/Google.Cloud.Functions.Examples.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Google.Cloud.Functions.Testing" Version="2.0.0" />
18+
<PackageReference Include="Google.Cloud.Functions.Testing" Version="2.1.0" />
1919
<ProjectReference Include="..\Google.Cloud.Functions.Examples.AdvancedDependencyInjection\Google.Cloud.Functions.Examples.AdvancedDependencyInjection.csproj" />
2020
<ProjectReference Include="..\Google.Cloud.Functions.Examples.SimpleDependencyInjection\Google.Cloud.Functions.Examples.SimpleDependencyInjection.csproj" />
2121
<ProjectReference Include="..\Google.Cloud.Functions.Examples.SimpleHttpFunction\Google.Cloud.Functions.Examples.SimpleHttpFunction.csproj" />

0 commit comments

Comments
 (0)