Skip to content

Commit c0081b0

Browse files
authored
Sign Assembly (StefH#9)
1 parent f99c2ae commit c0081b0

File tree

5 files changed

+13
-2
lines changed

5 files changed

+13
-2
lines changed

Directory.Build.props

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Project>
2+
<PropertyGroup>
3+
<MsBuildAllProjects>$(MsBuildAllProjects);$(MsBuildThisFileFullPath)</MsBuildAllProjects>
4+
</PropertyGroup>
5+
6+
<PropertyGroup>
7+
<VersionPrefix>1.0.8.0</VersionPrefix>
8+
</PropertyGroup>
9+
</Project>

GitHubReleaseNotes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
https://github.com/StefH/GitHubReleaseNotes
22

3-
GitHubReleaseNotes.exe --output ReleaseNotes.md --skip-empty-releases --version 1.0.7.0
3+
GitHubReleaseNotes.exe --output ReleaseNotes.md --skip-empty-releases --version 1.0.8.0

src/RandomDataGenerator Solution.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleAppClassic", "Consol
1313
EndProject
1414
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Solution Items", "_Solution Items", "{B178195C-4964-44C5-8EB1-1628EF9C64D2}"
1515
ProjectSection(SolutionItems) = preProject
16+
..\Directory.Build.props = ..\Directory.Build.props
1617
..\GitHubReleaseNotes.txt = ..\GitHubReleaseNotes.txt
1718
RandomDataGenerator Solution.sln.DotSettings = RandomDataGenerator Solution.sln.DotSettings
1819
..\README.md = ..\README.md

src/RandomDataGenerator/RandomDataGenerator.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.0.7.0</Version>
54
<AssemblyTitle>Random Data Generator</AssemblyTitle>
65
<Title>Random Data Generator</Title>
76
<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>
@@ -20,6 +19,8 @@
2019
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2120
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
2221
<ApplicationIcon>../../resources/icon.ico</ApplicationIcon>
22+
<SignAssembly>true</SignAssembly>
23+
<AssemblyOriginatorKeyFile>RandomDataGenerator.snk</AssemblyOriginatorKeyFile>
2324
</PropertyGroup>
2425

2526
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)