Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TollyH committed Jun 30, 2024
1 parent e2fe93f commit 4cc7cee
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions SaveEditor/SaveEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<RootNamespace>LM2.SaveEditor</RootNamespace>
<AssemblyName>LM2_SaveEditor</AssemblyName>
<Title>Luigi's Mansion 2 Save Editor</Title>
<Authors>Tolly Hill</Authors>
<Company>Tolly Hill</Company>
<Description>A save file editor for Luigi's Mansion 2</Description>
<Copyright>Copyright © 2023-2024 Ptolemy Hill</Copyright>
<PackageProjectUrl>https://github.com/TollyH/LM2</PackageProjectUrl>
<RepositoryUrl>https://github.com/TollyH/LM2</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>1.1.0</Version>
<ApplicationIcon>Darkmoon.ico</ApplicationIcon>
<RootNamespace>LM2.SaveEditor</RootNamespace>
<AssemblyName>LM2_SaveEditor</AssemblyName>
<Title>Luigi's Mansion 2 Save Editor</Title>
<Authors>Tolly Hill</Authors>
<Company>Tolly Hill</Company>
<Description>A save file editor for Luigi's Mansion 2</Description>
<Copyright>Copyright © 2023-2024 Ptolemy Hill</Copyright>
<PackageProjectUrl>https://github.com/TollyH/LM2</PackageProjectUrl>
<RepositoryUrl>https://github.com/TollyH/LM2</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>1.1.1</Version>
<ApplicationIcon>Darkmoon.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4cc7cee

Please sign in to comment.