Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/hkutluay/UblTr
Browse files Browse the repository at this point in the history
  • Loading branch information
hkutluay committed May 8, 2020
2 parents d3c93e1 + 11c788f commit 3f41bed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-multi-target.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: build & run tests multi
name: build & test

on: [push]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Pack with dotnet
run: dotnet pack Ubl-Tr/UblTr.csproj --configuration Release
- name: Push with dotnet
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }}--source https://api.nuget.org/v3/index.json --no-symbols 1
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --no-symbols 1
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
![icon](https://user-images.githubusercontent.com/1468775/80278696-1f6a5200-8701-11ea-8b32-aaf38c4df24d.png)

![build & test](https://github.com/hkutluay/UblTr/workflows/build%20&%20test/badge.svg)

C# proxy classes to create and serialize .Net objects to Xml that conforms [UBL-TR v1.2.1](https://www.oasis-open.org/committees/sc_home.php?wg_abbrev=ubl-trlsc#en) standards or deserialize UBL-Tr documents to .Net objects.

# Sample Usage
Expand Down
2 changes: 1 addition & 1 deletion UblTr.Tests/UblTr.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
<PackageReference Include="coverlet.collector" Version="1.2.1" />
Expand Down

0 comments on commit 3f41bed

Please sign in to comment.