Skip to content

Commit

Permalink
Release Functions Framework .NET packages version 1.0.0-beta03
Browse files Browse the repository at this point in the history
Changes since 1.0.0-beta02:

- Improvements to F# templates
- Improved Firebase event conversions. (There will be more changes, but these are going in the right direction.)
- Support for Firebase RemoteConfig update events
- Improved templates for Visual Studio (from version 16.8.0 onwards, with the feature enabled in options)
- TestLogEntry now overrides ToString() in a useful way
- All assemblies are now signed (due to dependency updates, particularly to use CloudNative.CloudEvents 2.0.0-beta.1)

Packages in this release:
- Release Google.Cloud.Functions.Framework version 1.0.0-beta03
- Release Google.Cloud.Functions.Hosting version 1.0.0-beta03
- Release Google.Cloud.Functions.Templates version 1.0.0-beta03
- Release Google.Cloud.Functions.Testing version 1.0.0-beta03
  • Loading branch information
jskeet committed Nov 19, 2020
1 parent 801e87b commit 525610d
Show file tree
Hide file tree
Showing 31 changed files with 39 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The Functions Framework for .NET requires the [.NET Core SDK 3.1](https://dotnet
First, install the template package into the .NET tooling:

```sh
dotnet new -i Google.Cloud.Functions.Templates::1.0.0-beta02
dotnet new -i Google.Cloud.Functions.Templates::1.0.0-beta03
```

Next, create a directory for your project, and use `dotnet new` to
Expand Down
9 changes: 9 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Version History

## 1.0.0-beta03 (released 2020-11-19)

- Improvements to F# templates
- Improved Firebase event conversions. (There will be more changes, but these are going in the right direction.)
- Support for Firebase RemoteConfig update events
- Improved templates for Visual Studio (from version 16.8.0 onwards, with the feature enabled in options)
- TestLogEntry now overrides ToString() in a useful way
- All assemblies are now signed (due to dependency updates, particularly to use CloudNative.CloudEvents 2.0.0-beta.1)

## 1.0.0-beta02 (released 2020-10-20)

Changes around startup classes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
<PackageReference Include="Steeltoe.Extensions.Configuration.RandomValueBase" Version="2.4.4" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
<PackageReference Include="Google.Events.Protobuf" Version="1.0.0-beta02" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Testing" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Testing" Version="1.0.0-beta03" />
<ProjectReference Include="..\Google.Cloud.Functions.Examples.AdvancedDependencyInjection\Google.Cloud.Functions.Examples.AdvancedDependencyInjection.csproj" />
<ProjectReference Include="..\Google.Cloud.Functions.Examples.SimpleDependencyInjection\Google.Cloud.Functions.Examples.SimpleDependencyInjection.csproj" />
<ProjectReference Include="..\Google.Cloud.Functions.Examples.SimpleHttpFunction\Google.Cloud.Functions.Examples.SimpleHttpFunction.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
<PackageReference Include="Google.Events.Protobuf" Version="1.0.0-beta02" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
<PackageReference Include="Google.Cloud.Storage.V1" Version="3.2.0" />
<PackageReference Include="Google.Cloud.Vision.V1" Version="2.0.0" />
<PackageReference Include="Google.Events.Protobuf" Version="1.0.0-beta02" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
<PackageReference Include="NodaTime" Version="3.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
<PackageReference Include="Google.Events.Protobuf" Version="1.0.0-beta02" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/CommonProperties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- Version information -->
<PropertyGroup>
<Version>1.0.0-beta02</Version>
<Version>1.0.0-beta03</Version>
</PropertyGroup>

<!-- Build information -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
<PackageReference Include="Google.Events.Protobuf" Version="1.0.0-beta02" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
<PackageReference Include="Google.Events.Protobuf" Version="1.0.0-beta02" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
<PackageReference Include="Google.Events.Protobuf" Version="1.0.0-beta02" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta02" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0-beta03" />
</ItemGroup>
</Project>

0 comments on commit 525610d

Please sign in to comment.