Skip to content

Commit

Permalink
Changed AssemblyInfo, updated for release
Browse files Browse the repository at this point in the history
  • Loading branch information
henbagle committed May 14, 2021
1 parent 32681c3 commit 77693e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
6 changes: 2 additions & 4 deletions AutoTOC/AutoTOC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>autotoc_256x256.ico</ApplicationIcon>
<ApplicationIcon>
</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand All @@ -53,9 +54,6 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="autotoc_256x256.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
10 changes: 5 additions & 5 deletions AutoTOC/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("AutoTOC")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Mass Effect 3/LE AutoTOC Utility")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyCompany("ME3Tweaks")]
[assembly: AssemblyProduct("AutoTOC")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2016")]
[assembly: AssemblyCopyright("(c) 2021 ME3Tweaks")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.*")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("2.0.*")]
[assembly: AssemblyFileVersion("2.0.0.0")]
Binary file removed AutoTOC/autotoc_256x256.ico
Binary file not shown.

0 comments on commit 77693e7

Please sign in to comment.