Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
## [1.0.0-pre.9] - 2021-11-26

### Changes
* Disabled Roslyn Analyzers provisionally

### Fixes
* Fixed: Compiler error due to Roslyn Analyzers causing a wrong compiler argument
  • Loading branch information
Unity Technologies committed Nov 26, 2021
1 parent 52cbaf2 commit e5c8ed9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
3 changes: 1 addition & 2 deletions Analyzers/Unity.Transport.Analyzers.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change log

## [1.0.0-pre.9] - 2021-11-26

### Changes
* Disabled Roslyn Analyzers provisionally

### Fixes
* Fixed: Compiler error due to Roslyn Analyzers causing a wrong compiler argument

## [1.0.0-pre.8] - 2021-11-18

### Changes
Expand Down
4 changes: 2 additions & 2 deletions ValidationExceptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
{
"ValidationTest": "Restricted File Type Validation",
"ExceptionMessage": "/Samples~/CustomNetworkInterface/Scripts/network.bindings~/build.bat cannot be included in a package.",
"PackageVersion": "1.0.0-pre.8"
"PackageVersion": "1.0.0-pre.9"
},
{
"ValidationTest": "Restricted File Type Validation",
"ExceptionMessage": "/Samples~/CustomNetworkInterface/Scripts/network.bindings~/shell.bat cannot be included in a package.",
"PackageVersion": "1.0.0-pre.8"
"PackageVersion": "1.0.0-pre.9"
}
],
"WarningExceptions": []
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.transport",
"displayName": "Unity Transport",
"version": "1.0.0-pre.8",
"version": "1.0.0-pre.9",
"unity": "2020.3",
"unityRelease": "0f1",
"description": "Unity network transport layer - the low-level interface for sending UDP data",
Expand All @@ -11,12 +11,12 @@
"com.unity.mathematics": "1.2.1"
},
"upmCi": {
"footprint": "2a4eaabb1d2b7c751ad32f7ed02455f20825220e"
"footprint": "a44523c3c6bf06fc16c1c7e10cb639178c93aaf7"
},
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.transport.git",
"type": "git",
"revision": "00c4030412ab1ecd660dc48273b55657bbc5bc5e"
"revision": "19e6f0975064ffd6eb9882715550c4e8709adf09"
},
"samples": [
{
Expand Down

0 comments on commit e5c8ed9

Please sign in to comment.