Skip to content

Commit

Permalink
Add NuGet package meta attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Inventitech committed Mar 18, 2019
1 parent bf666f0 commit 70aae3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ strans --help

Examples
========
![Strans in action](strans.gif "Strans in action")
![Strans in action](https://github.com/Inventitech/strans/raw/master/strans.gif)

## Example 1: Extract ending of files

Expand Down
4 changes: 3 additions & 1 deletion strans.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<RuntimeFrameworkVersion>2.2.0</RuntimeFrameworkVersion>
<Version>0.0.4</Version>
<ToolCommandName>strans</ToolCommandName>
<Copyright>Copyirght (C) 2019 Moritz Beller (Inventitech)</Copyright>
<Authors>Inventitech</Authors>
<RepositoryUrl>https://github.com/Inventitech/strans.git</RepositoryUrl>
<Copyright>Copyright (C) 2019 Moritz Beller (Inventitech)</Copyright>
<RuntimeIdentifiers>linux-x64;osx-x64</RuntimeIdentifiers>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
</PropertyGroup>
Expand Down

0 comments on commit 70aae3f

Please sign in to comment.