Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmsu committed Aug 16, 2022
1 parent 5f70e91 commit 48a8db0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WindowManagement.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<AssemblyName>LostTech.Stack.WindowManagement</AssemblyName>
<VersionPrefix>2.0.1</VersionPrefix>
<RootNamespace>LostTech.Stack.WindowManagement</RootNamespace>
<LangVersion>8.0</LangVersion>
<LangVersion>10.0</LangVersion>
<Nullable>enable</Nullable>

<Product>Stack</Product>
<Company>Lost Tech LLC</Company>
<Copyright>© Lost Tech LLC 2020</Copyright>
<Copyright>© Lost Tech LLC 2022</Copyright>

<!-- The following is recommended for public projects -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand All @@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="System.Drawing.Primitives" Version="4.3.0" />
<!-- The following is recommended for public projects -->
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit 48a8db0

Please sign in to comment.