Skip to content

Commit

Permalink
Fix upm
Browse files Browse the repository at this point in the history
  • Loading branch information
VeyronSakai committed Apr 9, 2024
1 parent 1b28822 commit 55ea86c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Copyright (c) 2020-2024 VeyronSakai.
// This software is released under the MIT License.

using System.Reflection;

[assembly: AssemblyDescription(
"Suppress warning 'Assembly for Assembly Definition File will not be compiled, because it has no scripts associated with it.'")]

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

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": false,
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.veyronsakai.vcontainer.analyzer",
"displayName": "VContainerAnalyzer",
"displayName": "VContainer Analyzer",
"version": "0.1.5",
"unity": "2022.3",
"description": "Roslyn Analyzer for VContainer.",
Expand Down

0 comments on commit 55ea86c

Please sign in to comment.