Skip to content

Commit

Permalink
Add releaste notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jviau committed Apr 29, 2020
1 parent 7ce90f5 commit af82cf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Analyzers.ruleset
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Rules for DurableTask.Hosting" Description="Code analysis rules for DurableTask.Hosting." ToolsVersion="14.0">
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
<Rule Id="SA1101" Action="None" />
Expand All @@ -10,4 +10,7 @@
<Rule Id="SX1309" Action="Warning" />
<Rule Id="SX1309S" Action="None" />
</Rules>
<Rules AnalyzerId="Microsoft.CodeQuality.Analyzers" RuleNamespace="Microsoft.CodeQuality.Analyzers">
<Rule Id="CA1716" Action="None" />
</Rules>
</RuleSet>
4 changes: 2 additions & 2 deletions eng/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PackageReleaseNotes>
- Fix package repo and project url
- Add nuget symbols and source link
- Fix orchestration and activity incorrect version registration.
- Fix orchestrations never completing due to extra async work.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit af82cf6

Please sign in to comment.