Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 1b1b8bb

Browse files
Merge branch 'master' into add-that-editorconfig-thing
2 parents 9e52653 + 0f5db5f commit 1b1b8bb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ The GitHub for Unity extension brings [Git](https://git-scm.com/) and GitHub int
4747

4848
### Requirements
4949

50-
- Unity 5.4-2017.1
51-
- We've only tested the extension so far on Unity 5.4 to 2017.1. There's currently an blocker issue opened for 5.3 support, so we know it doesn't run there. There are some issues for 2017.2, so it may or may not run well on that version. Personal edition is fine.
50+
- Unity 5.4 or higher
51+
- There's currently an blocker issue opened for 5.3 support, so we know it doesn't run there. Personal edition is fine.
5252
- Git and Git LFS 2.x
5353

5454
#### Git on macOS

common/codeanalysis-debug.ruleset

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<RuleSet Name="codeanalysis-small" Description="This ruleset only includes the rules we care about. I'll be adding new ones as we fix our codebase." ToolsVersion="14.0">
2+
<RuleSet Name="codeanalysis-debug" Description="This ruleset only includes the rules we care about. I'll be adding new ones as we fix our codebase." ToolsVersion="14.0">
33
<IncludeAll Action="Warning" />
44
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
55
<Rule Id="CA1000" Action="None" />
@@ -86,7 +86,6 @@
8686
<Rule Id="CA1308" Action="None" />
8787
<Rule Id="CA1309" Action="None" />
8888
<Rule Id="CA1820" Action="None" />
89-
<Rule Id="CA1823" Action="None" />
9089

9190
<!-- serialization -->
9291
<Rule Id="CA2237" Action="None" />

0 commit comments

Comments
 (0)