Skip to content

Commit

Permalink
バージョン上げ
Browse files Browse the repository at this point in the history
  • Loading branch information
coreizer committed Feb 14, 2024
1 parent af019be commit a57afb8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/Auditore.Library/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Auditore.Library")]
[assembly: AssemblyCopyright("© 2021-2022 coreizer")]
[assembly: AssemblyCopyright("© 2021-2024 coreizer")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
5 changes: 1 addition & 4 deletions src/Auditore.Plugin/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ public void Begin()
/// <summary>
/// プラグインの終了処理を実行します。
/// </summary>
public void End()
{
ChannelServices.UnregisterChannel(this.serverChannel);
}
public void End() => ChannelServices.UnregisterChannel(this.serverChannel);
}
}
2 changes: 1 addition & 1 deletion src/Auditore.Plugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Auditore.Plugin")]
[assembly: AssemblyCopyright("© 2021-2022 coreizer")]
[assembly: AssemblyCopyright("© 2021-2024 coreizer")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion src/Auditore.Remoting/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Auditore.Remoting")]
[assembly: AssemblyCopyright("© 2021-2022 coreizer")]
[assembly: AssemblyCopyright("© 2021-2024 coreizer")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion src/Auditore.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Auditore.Test")]
[assembly: AssemblyCopyright("© 2021-2022 coreizer")]
[assembly: AssemblyCopyright("© 2021-2024 coreizer")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion src/Auditore.Test/frmMain.Designer.cs

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

0 comments on commit a57afb8

Please sign in to comment.