Skip to content

Commit

Permalink
Merge pull request #14 from messerli-informatik-ag/fix-author
Browse files Browse the repository at this point in the history
Prepare for Messerli-Prefix:
  • Loading branch information
FreeApophis authored Jul 12, 2023
2 parents d730b82 + b8796a7 commit 42439d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<PropertyGroup>
<Authors>Messerli Informatik AG</Authors>
<Copyright>© Messerli Informatik AG. All rights reserved.</Copyright>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
Expand Down
3 changes: 1 addition & 2 deletions TempDirectory/TempDirectory.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.3.0</Version>
<Version>0.3.1</Version>
<TargetFrameworks>net7.0;netstandard2.0</TargetFrameworks>
<RootNamespace>Messerli.TempDirectory</RootNamespace>
<AssemblyName>Messerli.TempDirectory</AssemblyName>
Expand All @@ -10,7 +10,6 @@
<PackageId>Messerli.TempDirectory</PackageId>
<PackageTags>temp directory</PackageTags>
<PackageLicenseExpression>MIT OR Apache-2.0</PackageLicenseExpression>
<Copyright>© Messerli Informatik AG. All rights reserved.</Copyright>
<Description>A TempDirectoryBuilder that provides unique temporary directories and automatically cleans them up for you.</Description>
</PropertyGroup>
</Project>

0 comments on commit 42439d5

Please sign in to comment.