Skip to content

Commit 70aae3f

Browse files
committed
Add NuGet package meta attributes
1 parent bf666f0 commit 70aae3f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ strans --help
6969

7070
Examples
7171
========
72-
![Strans in action](strans.gif "Strans in action")
72+
![Strans in action](https://github.com/Inventitech/strans/raw/master/strans.gif)
7373

7474
## Example 1: Extract ending of files
7575

strans.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
<RuntimeFrameworkVersion>2.2.0</RuntimeFrameworkVersion>
77
<Version>0.0.4</Version>
88
<ToolCommandName>strans</ToolCommandName>
9-
<Copyright>Copyirght (C) 2019 Moritz Beller (Inventitech)</Copyright>
9+
<Authors>Inventitech</Authors>
10+
<RepositoryUrl>https://github.com/Inventitech/strans.git</RepositoryUrl>
11+
<Copyright>Copyright (C) 2019 Moritz Beller (Inventitech)</Copyright>
1012
<RuntimeIdentifiers>linux-x64;osx-x64</RuntimeIdentifiers>
1113
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
1214
</PropertyGroup>

0 commit comments

Comments
 (0)