Compare commits

..

2 Commits

Author SHA1 Message Date
Thomas Boop
8e4c7c9f90 V 2.160.2 Release notes and version bump (#190) 2019-11-08 11:01:27 -05:00
Thomas Boop
ccfe42ea08 Users/thboop/port signing changes (#189)
* test release

* Remove Unused Public Keys from Runner Service
2019-11-08 09:54:41 -05:00
4 changed files with 5 additions and 11 deletions

View File

@@ -1,12 +1,8 @@
## Features
- Added commands to enable or disable echoing of commands (#139)
- N/A
## Bugs
- Do not retry uploads on 4xx Errors for Artifact Upload Service (#131)
- Actions cache no longer incorrectly caches the action if the tag was updated for self hosted runners (#148)
- Disabled echoing of commands on add-mask, debug, warning and error commands (#158)
- HashFile now is correctly configured to only support basic globbing and globstar (#149)
- HashFile now sets a default root and handles Windows paths correctly (#151)
- Fixed an issue with Strong Name Validation when running as a service on Windows (#185)
## Misc
- N/A

View File

@@ -9,9 +9,8 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>RunnerService</RootNamespace>
<AssemblyName>RunnerService</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>FinalPublicKey.snk</AssemblyOriginatorKeyFile>
<DelaySign>true</DelaySign>
<SignAssembly>false</SignAssembly>
<DelaySign>false</DelaySign>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
@@ -64,7 +63,6 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="FinalPublicKey.snk" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resource.resx">

View File

@@ -1 +1 @@
2.160.1
2.160.2