Skip to content

Commit

Permalink
refactor: remove unnecessary assembly definition (MirageNet#599)
Browse files Browse the repository at this point in the history
Assets/Mirage/MirageNG -> Mirage
Assets/Mirage/Runtime/Mirage -> Removed

BREAKING CHANGE: removed MirageNG.asmdef,  change your assembly to use Mirage.asmdef instead
  • Loading branch information
erikas-taroza committed Feb 19, 2021
1 parent 47e4299 commit 89ffc7c
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 42 deletions.
2 changes: 0 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins:
- - '@semantic-release/exec'
- prepareCmd: "sed -i -e '/AssemblyVersion/s/\".*\"/\"${nextRelease.version}\"/'
Assets/Mirage/Runtime/AssemblyInfo.cs
Assets/Mirage/AssemblyInfo.cs
Assets/Mirage/Runtime/Transport/Kcp/AssemblyInfo.cs
Assets/Mirage/Weaver/AssemblyInfo.cs
Assets/Mirage/Components/AssemblyInfo.cs
Expand All @@ -20,7 +19,6 @@ plugins:
- - '@semantic-release/git'
- assets:
- 'Assets/Mirage/Runtime/AssemblyInfo.cs'
- 'Assets/Mirage/AssemblyInfo.cs'
- 'Assets/Mirage/Runtime/Transport/Kcp/AssemblyInfo.cs'
- 'Assets/Mirage/Weaver/AssemblyInfo.cs'
- 'Assets/Mirage/Components/AssemblyInfo.cs'
Expand Down
3 changes: 0 additions & 3 deletions Assets/Mirage/AssemblyInfo.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Assets/Mirage/AssemblyInfo.cs.meta

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "MirageNG",
"name": "Mirage",
"references": [
"Mirage",
"UniTask",
"UniTask.Linq"
],
Expand Down
File renamed without changes.
7 changes: 0 additions & 7 deletions Assets/Mirage/MirageNG.asmdef.meta

This file was deleted.

2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Reflection;

[assembly:AssemblyVersion("66.2.2")]

Expand Down
16 changes: 0 additions & 16 deletions Assets/Mirage/Runtime/Mirage.asmdef

This file was deleted.

0 comments on commit 89ffc7c

Please sign in to comment.