Skip to content

Commit

Permalink
Merge 8ec1e9e into 5e0feee
Browse files Browse the repository at this point in the history
  • Loading branch information
andreloureiro88 committed Mar 30, 2022
2 parents 5e0feee + 8ec1e9e commit c3b1fb8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Castle.Sdk/Castle.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/castle/castle-dotnet.git</RepositoryUrl>
<PackageTags>castle</PackageTags>
<PackageIconUrl>https://raw.github.com/castle/castle-dotnet/master/castle_icon.png</PackageIconUrl>
<PackageIcon>castle_icon.png</PackageIcon>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -26,15 +26,18 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Sentry" Version="3.12.3" />
<None Include="castle_icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'netcoreapp3.1' ">
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
<None Include="castle_icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net461' Or '$(TargetFramework)' == 'net48' ">
<Reference Include="System.Web" />
<Reference Include="System.Net.Http" />
<None Include="castle_icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>

</Project>
5 changes: 5 additions & 0 deletions src/Castle.Sdk/Messages/Requests/ActionRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ public class ActionRequest
public IDictionary<string, object> Properties { get; set; }

public IDictionary<string, object> User { get; set; } = new Dictionary<string, object>();

public IDictionary<string, object> Transaction { get; set; }

public IDictionary<string, object> Changeset { get; set; }

public IDictionary<string, string> Product { get; set; }

public IDictionary<string, string> AuthenticationMethod { get; set; }
Expand Down
Binary file added src/Castle.Sdk/castle_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c3b1fb8

Please sign in to comment.