Skip to content

Commit

Permalink
Prepare for Messerli-Prefix:
Browse files Browse the repository at this point in the history
* Fix Author
* Bump Version
  • Loading branch information
FreeApophis committed Jul 12, 2023
1 parent 4713dae commit 0e65c86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<ItemGroup>
<PackageReference Include="Messerli.CodeStyle" PrivateAssets="all" />
</ItemGroup>
<PropertyGroup>
<Authors>Messerli Informatik AG</Authors>
<Copyright>© Messerli Informatik AG. All rights reserved.</Copyright>
</PropertyGroup>
<PropertyGroup Label="Deterministic Builds and Source Link">
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
Expand Down
3 changes: 1 addition & 2 deletions PgpWordList/PgpWordList.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>Messerli.PgpWordList</AssemblyName>
</PropertyGroup>
<PropertyGroup>
<Version>0.2.0</Version>
<Version>0.2.1</Version>
<TargetFrameworks>netstandard2.1;netstandard2.0;netcoreapp3.1</TargetFrameworks>
<LangVersion>10.0</LangVersion>
<Nullable>enable</Nullable>
Expand All @@ -14,7 +14,6 @@
<PackageTags>PGP word list wordlist</PackageTags>
<Description>PGP word list and functionality to encode and decode series of PGP words.</Description>
<PackageLicenseExpression>MIT OR Apache-2.0</PackageLicenseExpression>
<Copyright>© Messerli Informatik AG. All rights reserved.</Copyright>
</PropertyGroup>
<PropertyGroup>
<IncludeSymbols>true</IncludeSymbols>
Expand Down

0 comments on commit 0e65c86

Please sign in to comment.