Skip to content
Snippets Groups Projects
Commit abadd229 authored by Klaus Fischer's avatar Klaus Fischer
Browse files

NuGet infos added

parent 234a85af
No related branches found
No related tags found
1 merge request!8Feature/526 nuget
......@@ -4,15 +4,9 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<<<<<<< HEAD
<AssemblyVersion></AssemblyVersion>
<FileVersion></FileVersion>
<PackageVersion>0.1.0-beta.1</PackageVersion>
<Title>FitConnect SDK</Title>
=======
<AssemblyVersion>0.0.0</AssemblyVersion>
<FileVersion>0.0.0</FileVersion>
<PackageVersion>0.9.0</PackageVersion>
<PackageVersion>0.0.1</PackageVersion>
<Title>FIT-Connect .NET SDK</Title>
<Description>Library for sending and receiving submissions via FIT-Connect</Description>
<Copyright>2022 FIT-Connect contributors</Copyright>
......@@ -24,7 +18,6 @@
<PackageTags>egovernment, ozg, fitconnect</PackageTags>
<PackageReleaseNotes>initial version of the SDK</PackageReleaseNotes>
<PackageIcon>icon.png</PackageIcon>
>>>>>>> 2e36428 (Pack adds icon)
</PropertyGroup>
<ItemGroup>
......@@ -33,8 +26,8 @@
<PackageReference Include="jose-jwt" Version="4.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.21.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.21.0" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.22.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.22.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.14" />
<PackageReference Include="NJsonSchema" Version="10.7.2" />
......
<< Just add your nuget api key here and rename the file to nuget_api.txt >>
\ No newline at end of file
......@@ -50,6 +50,8 @@ cp "FitConnect/bin/Release/FitConnect.$1.nupkg" .
exit 0
dotnet nuget push "FitConnect.$1.nupkg" -k $(cat nuget_api.txt) -s https://api.nuget.org/v3/index.json
#CURRENT=$(git branch | grep \* | cut -d ' ' -f2)
#if [ "$CURRENT" != "master" ]; then
# echo "Not on master branch"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment