Skip to content

Commit

Permalink
Merge pull request #65 from K-Society/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
maniglia authored Aug 17, 2023
2 parents b87d788 + 01ba104 commit d668198
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Push to NuGet Packages
if: github.event_name == 'push' && github.repository_owner == 'K-Society' && (github.ref == 'refs/heads/master')
run: nuget push build/**/Release/*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}
run: nuget push build/**/Release/*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}} -SkipDuplicate

- name: Release
uses: softprops/action-gh-release@v1
Expand Down
5 changes: 4 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[![Build status](https://ci.appveyor.com/api/projects/status/vw2wblpsxwihbuoo?svg=true)](https://ci.appveyor.com/project/maniglia/ksociety-com)
[![Logo](https://github.com/K-Society/KSociety.Com/blob/master/docs/K-Society__Logo_vs-negative.png)](https://github.com/K-Society)

[![build status](https://img.shields.io/github/actions/workflow/status/K-Society/KSociety.Com/build.yml?branch=develop)](https://github.com/K-Society/KSociety.Com/actions/workflows/build.yml?query=branch%3Adevelop) [![NuGet](https://img.shields.io/nuget/v/KSociety.Com.Driver)](https://www.nuget.org/profiles/K-Society)

![GitHub all releases](https://img.shields.io/github/downloads/K-Society/KSociety.Com/total)
# KSociety.Com - Communication System
#### A .NET full stack software for Siemens S7 Connectivity
Expand Down
Binary file added docs/K-Society__Logo_vs-negative.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit d668198

Please sign in to comment.