Skip to content

Commit d24db34

Browse files
committed
updated .csproj
1 parent b4b3a9a commit d24db34

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

FINT.Model.Resource/FINT.Model.Resource.csproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard1.4</TargetFramework>
4-
<Version>1.0.1</Version>
5-
<Authors>FINT</Authors>
4+
<ReleaseVersion>1.0.1</ReleaseVersion>
5+
<PackOnBuild>true</PackOnBuild>
6+
<PackageId>FINT.Model.Resource</PackageId>
7+
<PackageVersion>1.0.1</PackageVersion>
8+
<Company>Vigo IKS</Company>
9+
<Authors>FINTLabs</Authors>
10+
<Description>FINT Resource Model contains the core classes for FINT data models containing HATEOAS relations</Description>
11+
<SynchReleaseVersion>true</SynchReleaseVersion>
612
<PackageTags>fint</PackageTags>
713
</PropertyGroup>
814
<ItemGroup>

NuGet.Config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<configuration>
22
<packageSources>
33
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
4-
<add key="Bintray" value="https://api.bintray.com/nuget/fint/nuget" />
4+
55
</packageSources>
66
</configuration>

0 commit comments

Comments
 (0)