Skip to content

Commit 41e9c66

Browse files
release-please[bot]jskeet
authored andcommitted
chore(main): release Google.Cloud.Functions.Framework 3.0.1
1 parent a70a276 commit 41e9c66

File tree

34 files changed

+40
-33
lines changed

34 files changed

+40
-33
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-
".": "3.0.0"
2+
".": "3.0.1"
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+
## [3.0.1](https://github.com/GoogleCloudPlatform/functions-framework-dotnet/compare/Google.Cloud.Functions.Framework-3.0.0...Google.Cloud.Functions.Framework-3.0.1) (2025-05-16)
4+
5+
6+
### Bug Fixes
7+
8+
* Update project references in templates ([a70a276](https://github.com/GoogleCloudPlatform/functions-framework-dotnet/commit/a70a276980e43538beba24dd3f4da64a570a2cca))
9+
310
## [3.0.0](https://github.com/GoogleCloudPlatform/functions-framework-dotnet/compare/Google.Cloud.Functions.Framework-2.3.0...Google.Cloud.Functions.Framework-3.0.0) (2025-05-16)
411

512
New major version as all of the Functions Framework - templates and libraries - require .NET 8.0.

examples/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/>
1616
</ItemGroup>
1717

18-
<ItemGroup Condition="'$(LocalFunctionsFramework)' != '' AND '$(TargetFramework)' == 'net6.0'">
18+
<ItemGroup Condition="'$(LocalFunctionsFramework)' != '' AND '$(TargetFramework)' == 'net8.0'">
1919
<!-- Even if some projects don't actually need these, it doesn't hurt to have them. -->
2020
<ProjectReference Include="..\..\src\Google.Cloud.Functions.Hosting\Google.Cloud.Functions.Hosting.csproj" />
2121
<ProjectReference Include="..\..\src\Google.Cloud.Functions.Testing\Google.Cloud.Functions.Testing.csproj" />

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>net8.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="3.0.0" />
7+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="3.0.1" />
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="3.0.0" />
8+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="3.0.1" />
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>net8.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="3.0.0" />
7+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="3.0.1" />
88
<PackageReference Include="Steeltoe.Extensions.Configuration.RandomValueBase" Version="3.2.8" />
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="3.0.0" />
8+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="3.0.1" />
99
<PackageReference Include="CloudNative.CloudEvents.NewtonsoftJson" Version="2.8.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="3.0.0" />
13+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="3.0.1" />
1414
<PackageReference Include="Google.Events.Protobuf" Version="1.7.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="3.0.0" />
13+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="3.0.1" />
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="3.0.0" />
13+
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="3.0.1" />
1414
</ItemGroup>
1515
</Project>

0 commit comments

Comments
 (0)