Skip to content

Commit

Permalink
Fix missing assembly info
Browse files Browse the repository at this point in the history
  • Loading branch information
XenHat committed Sep 24, 2020
1 parent da37a01 commit 3105f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Src/Components/AssemblyInfo.cs → Src/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("PicoGAUpdate")]
[assembly: AssemblyCopyright("Copyright © 2018 XenHat")]
[assembly: AssemblyCopyright("Copyright © 2018-2020 XenHat")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion Src/PicoGAUpdate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Components\AssemblyInfo.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Components\CheckAdmin.cs" />
<Compile Include="Components\Downloader.cs" />
<Compile Include="Components\LinkItem.cs" />
Expand Down

0 comments on commit 3105f79

Please sign in to comment.