Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Public sign assemblies #85

Merged
merged 4 commits into from
Aug 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions src/D2DLib.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
..\.editorconfig = ..\.editorconfig
..\.gitignore = ..\.gitignore
d2dlib.snk = d2dlib.snk
Directory.Build.props = Directory.Build.props
..\INSTALL.md = ..\INSTALL.md
..\LICENSE.md = ..\LICENSE.md
Expand Down
12 changes: 9 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand All @@ -20,12 +20,18 @@
</ItemGroup>

<PropertyGroup>
<Version>1.3.1</Version>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)/d2dlib.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<PublicSign>true</PublicSign>
</PropertyGroup>

<PropertyGroup>
<Version>1.3.2</Version>
<Authors>Jingwood</Authors>
<Company>unvell.com</Company>
<Product>D2DLib</Product>
<Description>A .NET library for hardware-accelerated, high performance, immediate mode rendering via Direct2D.</Description>
<Copyright>Copyright © 2009-2020 unvell.com, Jingwood. All rights reserved.</Copyright>
<Copyright>Copyright © 2009-2022 unvell.com, Jingwood. All rights reserved.</Copyright>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DeterministicSourcePaths>true</DeterministicSourcePaths>
<DebugType>portable</DebugType>
Expand Down
Binary file added src/d2dlib.snk
Binary file not shown.