Skip to content

Commit

Permalink
Sign Assembly (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH authored Jun 5, 2019
1 parent f99c2ae commit c0081b0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project>
<PropertyGroup>
<MsBuildAllProjects>$(MsBuildAllProjects);$(MsBuildThisFileFullPath)</MsBuildAllProjects>
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>1.0.8.0</VersionPrefix>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion GitHubReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
https://github.com/StefH/GitHubReleaseNotes

GitHubReleaseNotes.exe --output ReleaseNotes.md --skip-empty-releases --version 1.0.7.0
GitHubReleaseNotes.exe --output ReleaseNotes.md --skip-empty-releases --version 1.0.8.0
1 change: 1 addition & 0 deletions src/RandomDataGenerator Solution.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleAppClassic", "Consol
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Solution Items", "_Solution Items", "{B178195C-4964-44C5-8EB1-1628EF9C64D2}"
ProjectSection(SolutionItems) = preProject
..\Directory.Build.props = ..\Directory.Build.props
..\GitHubReleaseNotes.txt = ..\GitHubReleaseNotes.txt
RandomDataGenerator Solution.sln.DotSettings = RandomDataGenerator Solution.sln.DotSettings
..\README.md = ..\README.md
Expand Down
3 changes: 2 additions & 1 deletion src/RandomDataGenerator/RandomDataGenerator.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.7.0</Version>
<AssemblyTitle>Random Data Generator</AssemblyTitle>
<Title>Random Data Generator</Title>
<PackageDescription>This is a configurable generator to create random data like Lorum Ipsum Text, Words, Text Patterns, First/Last Names, IP-Addresses, Guids, DateTime and more.</PackageDescription>
Expand All @@ -20,6 +19,8 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<ApplicationIcon>../../resources/icon.ico</ApplicationIcon>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>RandomDataGenerator.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down
Binary file added src/RandomDataGenerator/RandomDataGenerator.snk
Binary file not shown.

0 comments on commit c0081b0

Please sign in to comment.