Skip to content

Commit

Permalink
Update copyright date etc (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekolis authored May 23, 2020
1 parent 754324c commit c1efd9e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
14 changes: 13 additions & 1 deletion FrEee.Tests/FrEee.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,24 @@
<TargetFramework>netcoreapp3.1</TargetFramework>

<IsPackable>false</IsPackable>

<Version>0.0.9</Version>

<Copyright>Copyright © 2013-2020</Copyright>

<Company />

<Product>FrEee</Product>

<PackageProjectUrl>http://edkolis.com/freee</PackageProjectUrl>

<Description>Unit tests for FrEee</Description>
</PropertyGroup>

<ItemGroup>
<None Include="Mods\**" CopyToOutputDirectory="Always" LinkBase="Mods\" />
<None Include="Savegame\**" CopyToOutputDirectory="Always" LinkBase="Savegame\" />
<None Include="..\FrEee\Data\**" CopyToOutputDirectory="Always" LinkBase="Data\" />
<None Include="..\FrEee\Data\**" CopyToOutputDirectory="Always" LinkBase="Data\" />
<None Include="..\FrEee\Mods\**" CopyToOutputDirectory="Always" LinkBase="Mods\" />
</ItemGroup>

Expand Down
6 changes: 6 additions & 0 deletions FrEee.WinForms/FrEee.WinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<Product>FrEee</Product>
<Company />
<Version>0.0.9</Version>
<Copyright>Copyright © 2013-2020</Copyright>
<PackageProjectUrl>http://edkolis.com/freee</PackageProjectUrl>
<Description>Windows Forms GUI for FrEee</Description>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 3 additions & 1 deletion FrEee/FrEee.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,7 @@
<Compile Remove="Game\Objects\Combat\Simple\Battle.cs" />
<Compile Remove="Game\Objects\Commands\EditStrategyCommand.cs" />
</ItemGroup>
<PropertyGroup />
<PropertyGroup>
<PackageProjectUrl>http://edkolis.com/freee</PackageProjectUrl>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion FrEee/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("FrEee")]
[assembly: AssemblyCopyright("Copyright © 2013-2018")]
[assembly: AssemblyCopyright("Copyright © 2013-2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit c1efd9e

Please sign in to comment.