Skip to content

Commit

Permalink
Fixed versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime-olivares committed May 24, 2019
1 parent cf54e8a commit 470bc51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![NuGet](https://img.shields.io/nuget/v/Efferent.Native.svg)](https://www.nuget.org/packages/Efferent.Native/)
[![github](https://img.shields.io/github/stars/Efferent-Health/Dicom-native.svg)]()
[![Build Status](https://dev.azure.com/efferent/open-source/_apis/build/status/Efferent-Health.Dicom-native?branchName=master)](https://dev.azure.com/efferent/open-source/_build/latest?definitionId=9&branchName=master)

This is an alternative `TranscoderManager` class to be used along with the well-known [fo-dicom](https://github.com/fo-dicom/fo-dicom) project. It is associated to C++ libraries compiled natively for several platforms. So far:
- Windows 64 (similar to Native64.dll)
Expand Down
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ stages:
inputs:
command: 'build'
projects: 'src/efferent-native.csproj'
arguments: '--configuration Debug'
configuration: 'Debug'
arguments: '--configuration Release'
configuration: 'Release'
feedsToUse: 'select'
versioningScheme: 'off'
- script: |
Expand All @@ -67,7 +67,7 @@ stages:
- task: PublishBuildArtifacts@1
displayName: Publish managed artifacts
inputs:
PathtoPublish: 'src/bin/Debug/netstandard2.0'
PathtoPublish: 'src/bin/Release/netstandard2.0'
ArtifactName: 'lib-managed'
publishLocation: 'Container'
- task: DotNetCoreCLI@2
Expand Down
2 changes: 1 addition & 1 deletion src/efferent-native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Cross-platform Dicom native transcoder for fo-dicom</Description>
<Copyright>(c) Efferent Health, LLC</Copyright>
<VersionPrefix>3.8.2</VersionPrefix>
<VersionPrefix>3.8.2-test3</VersionPrefix>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Efferent.Native</RootNamespace>
<AssemblyName>Efferent.Native</AssemblyName>
Expand Down

0 comments on commit 470bc51

Please sign in to comment.