Skip to content

Commit d6490a9

Browse files
committed
.snupkg file added
1 parent 97656f3 commit d6490a9

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: github.event_name == 'push'
3131
run: |
3232
if ( "${{github.ref}}" -match "^refs/tags/[0-9]+\.[0-9]+\.[0-9]+$" ) {
33-
dotnet nuget push Raptorious.SharpMt940Lib\bin\Release\*.nupkg -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json
33+
dotnet nuget push Raptorious.SharpMt940Lib\bin\Release\*.nupkg -s nuget.org -k ${{secrets.NUGET_TOKEN}}
3434
} else {
3535
echo "publish is only enabled by tagging with a release tag"
3636
}

Raptorious.SharpMt940Lib/Raptorious.SharpMt940Lib.csproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<PackageId>SharpMt940Lib.Core</PackageId>
88
<Title>SharpMt940Lib.Core</Title>
99
<Product>SharpMt940Lib.Core</Product>
10-
<Version>1.0.1</Version>
11-
<PackageVersion>1.0.1</PackageVersion>
12-
<AssemblyVersion>1.0.1</AssemblyVersion>
10+
<Version>1.0.2</Version>
11+
<PackageVersion>1.0.2</PackageVersion>
12+
<AssemblyVersion>1.0.2</AssemblyVersion>
1313
<Authors>Mohammad Javad Ebrahimi</Authors>
1414
<Company>Mohammad Javad Ebrahimi</Company>
1515
<Copyright>Copyright © Mohammad Javad Ebrahimi 2019</Copyright>
@@ -24,6 +24,10 @@
2424
<GeneratePackageOnBuild Condition="'$(Configuration)'=='Release'">true</GeneratePackageOnBuild>
2525
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2626
<PackageIcon>MT940.jpg</PackageIcon>
27+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
28+
<DebugSymbols>true</DebugSymbols>
29+
<IncludeSymbols>true</IncludeSymbols>
30+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2731
</PropertyGroup>
2832

2933
<ItemGroup>

0 commit comments

Comments
 (0)