Skip to content

Commit

Permalink
make build_sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot committed Sep 13, 2023
1 parent 647689c commit 1b6687b
Show file tree
Hide file tree
Showing 22 changed files with 472 additions and 87 deletions.
1 change: 1 addition & 0 deletions sdk/dotnet/Domain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ namespace Pulumi.Mailgun
///
/// ```csharp
/// using System.Collections.Generic;
/// using System.Linq;
/// using Pulumi;
/// using Mailgun = Pulumi.Mailgun;
///
Expand Down
2 changes: 2 additions & 0 deletions sdk/dotnet/GetDomain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public static class GetDomain
///
/// ```csharp
/// using System.Collections.Generic;
/// using System.Linq;
/// using Pulumi;
/// using Aws = Pulumi.Aws;
/// using Mailgun = Pulumi.Mailgun;
Expand Down Expand Up @@ -71,6 +72,7 @@ public static Task<GetDomainResult> InvokeAsync(GetDomainArgs args, InvokeOption
///
/// ```csharp
/// using System.Collections.Generic;
/// using System.Linq;
/// using Pulumi;
/// using Aws = Pulumi.Aws;
/// using Mailgun = Pulumi.Mailgun;
Expand Down
5 changes: 2 additions & 3 deletions sdk/dotnet/Pulumi.Mailgun.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
<RepositoryUrl>https://github.com/pulumi/pulumi-mailgun</RepositoryUrl>
<PackageIcon>logo.png</PackageIcon>

<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<UseSharedCompilation>false</UseSharedCompilation>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -39,7 +38,7 @@
<None Include="version.txt" Pack="True" PackagePath="content" />
</ItemGroup>

<ItemGroup>
<ItemGroup>
<EmbeddedResource Include="pulumi-plugin.json" />
<None Include="pulumi-plugin.json" Pack="True" PackagePath="content" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Route.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ namespace Pulumi.Mailgun
///
/// ```csharp
/// using System.Collections.Generic;
/// using System.Linq;
/// using Pulumi;
/// using Mailgun = Pulumi.Mailgun;
///
Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Webhook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ namespace Pulumi.Mailgun
///
/// ```csharp
/// using System.Collections.Generic;
/// using System.Linq;
/// using Pulumi;
/// using Mailgun = Pulumi.Mailgun;
///
Expand Down
3 changes: 3 additions & 0 deletions sdk/go/mailgun/config/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions sdk/go/mailgun/domain.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions sdk/go/mailgun/domainCredential.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions sdk/go/mailgun/getDomain.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion sdk/go/mailgun/init.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1b6687b

Please sign in to comment.