Skip to content

Commit

Permalink
Removed SMI prefix from id
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Feb 7, 2022
1 parent ede1efe commit 3ead513
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
dotnet pack NuGet/IsIdentifiable.NuGet.csproj -c Release --include-source --include-symbols --nologo -p:NuspecFile=`pwd`/NuGet/IsIdentifiable.NuGet.nuspec -p:NuspecProperties=Version=$(fgrep AssemblyInformationalVersion SharedAssemblyInfo.cs|cut -d'"' -f2)\;configuration=Release -p:SymbolPackageFormat=snupkg
- name: Nuget push
if: contains(github.ref,'refs/tags/')
run: dotnet nuget push NuGet/bin/Release/SMI.IsIdentifiable.*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_KEY }} --skip-duplicate
run: dotnet nuget push NuGet/bin/Release/IsIdentifiable.*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_KEY }} --skip-duplicate
- name: Store created nupkg files
uses: actions/upload-artifact@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions NuGet/IsIdentifiable.NuGet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<RootNamespace>NuGet</RootNamespace>
<AssemblyName>NuGet</AssemblyName>
<TargetFramework>net6.0</TargetFramework>
<AssemblyTitle>SMI.IsIdentifiable</AssemblyTitle>
<AssemblyTitle>IsIdentifiable</AssemblyTitle>
<Company>Health Informatics Centre, University of Dundee</Company>
<Product>SMI.IsIdentifiable</Product>
<Product>IsIdentifiable</Product>
<Description>IsIdentifiable is Library for spotting identifiable data in flat files, dicom files and relational databases (Sql Server, My Sql, Oracle).</Description>
<Copyright>Copyright 2019</Copyright>
<Authors>Health Informatics Centre - University of Dundee</Authors>
Expand Down
4 changes: 2 additions & 2 deletions NuGet/IsIdentifiable.NuGet.nuspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>SMI.IsIdentifiable</id>
<id>IsIdentifiable</id>
<version>$version$</version>
<title>SMI.IsIdentifiable</title>
<title>IsIdentifiable</title>
<authors>Universities of Dundee and Edinburgh</authors>
<owners>Universities of Dundee and Edinburgh</owners>
<projectUrl>https://github.com/SMI/IsIdentifiable</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![.NET Core](https://github.com/SMI/IsIdentifiable/actions/workflows/dotnet-core.yml/badge.svg)](https://github.com/SMI/IsIdentifiable/actions/workflows/dotnet-core.yml) [![Total alerts](https://img.shields.io/lgtm/alerts/g/SMI/IsIdentifiable.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/SMI/IsIdentifiable/alerts/) [![NuGet Badge](https://buildstats.info/nuget/SMI.IsIdentifiable)](https://www.nuget.org/packages/SMI.IsIdentifiable/)
[![.NET Core](https://github.com/SMI/IsIdentifiable/actions/workflows/dotnet-core.yml/badge.svg)](https://github.com/SMI/IsIdentifiable/actions/workflows/dotnet-core.yml) [![Total alerts](https://img.shields.io/lgtm/alerts/g/SMI/IsIdentifiable.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/SMI/IsIdentifiable/alerts/) [![NuGet Badge](https://buildstats.info/nuget/IsIdentifiable)](https://www.nuget.org/packages/IsIdentifiable/)


# IsIdentifiable
Expand Down

0 comments on commit 3ead513

Please sign in to comment.