Skip to content

Commit f2686b9

Browse files
committed
Add project url
1 parent 169f2e1 commit f2686b9

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Janno Põldma
3+
Copyright (c) 2021 Janno Põldma
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/articles/license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Janno Põldma
3+
Copyright (c) 2021 Janno Põldma
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<PropertyGroup>
1010
<Authors>Janno Põldma</Authors>
11-
<Copyright>Copyright © 2020</Copyright>
11+
<Copyright>Copyright © 2021</Copyright>
1212
<PackageProjectUrl>http://github.com/janno-p/XRoadLib</PackageProjectUrl>
1313
<PackageLicense>http://github.com/janno-p/XRoadLib/blob/master/LICENSE.txt</PackageLicense>
1414
</PropertyGroup>

src/XRoadLib.Extensions.AspNetCore/XRoadLib.Extensions.AspNetCore.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<Description>XRoadLib extension to use X-Road messages on ASP.NET Core platform</Description>
1010
<PackageId>XRoadLib.Extensions.AspNetCore</PackageId>
1111
<PackageTags>x-tee;x-road;xtee;xroad;aspnetcore;asp.net,core,net</PackageTags>
12+
<RepositoryType>git</RepositoryType>
13+
<RepositoryUrl>https://github.com/janno-p/XRoadLib</RepositoryUrl>
1214
</PropertyGroup>
1315

1416
<ItemGroup>

src/XRoadLib.Extensions.ProtoBuf/XRoadLib.Extensions.ProtoBuf.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<Description>XRoadLib extension to use Google Protocol Buffers with X-Road messages</Description>
1010
<PackageId>XRoadLib.Extensions.ProtoBuf</PackageId>
1111
<PackageTags>x-tee;x-road;xtee;xroad;protocol;buffers</PackageTags>
12+
<RepositoryType>git</RepositoryType>
13+
<RepositoryUrl>https://github.com/janno-p/XRoadLib</RepositoryUrl>
1214
</PropertyGroup>
1315

1416
<ItemGroup>

src/XRoadLib/XRoadLib.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<Description>A .NET library for implementing service interfaces of X-Road providers using Code-First Development approach.</Description>
1010
<PackageId>XRoadLib</PackageId>
1111
<PackageTags>x-tee;x-road;xtee;xroad</PackageTags>
12+
<RepositoryType>git</RepositoryType>
13+
<RepositoryUrl>https://github.com/janno-p/XRoadLib</RepositoryUrl>
1214
</PropertyGroup>
1315

1416
<ItemGroup>

0 commit comments

Comments
 (0)