Skip to content

Commit

Permalink
Use strong name on assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Tsibelman committed Jun 2, 2019
1 parent d4fd8b6 commit 5c4f509
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Aws4Signer/Aws4RequestSigner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors />
<Company />
<Version>0.6.0</Version>
<AssemblyVersion>0.6.0.0</AssemblyVersion>
<FileVersion>0.6.0.0</FileVersion>
<Version>0.7.0</Version>
<AssemblyVersion>0.7.0.0</AssemblyVersion>
<FileVersion>0.7.0.0</FileVersion>
<PackageLicenseUrl>https://github.com/tsibelman/aws-signer-v4-dot-net/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/tsibelman/aws-signer-v4-dot-net</PackageProjectUrl>
<PackageIconUrl></PackageIconUrl>
<RepositoryUrl>https://github.com/tsibelman/aws-signer-v4-dot-net</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>aws</PackageTags>
<LangVersion>7.3</LangVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Aws4RequestSigner.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<Reference Include="System.Net.Http" />
Expand Down

0 comments on commit 5c4f509

Please sign in to comment.