Skip to content

Commit

Permalink
Merge pull request #2793 from FirelyTeam/feature/update-metrics-library
Browse files Browse the repository at this point in the history
Update metrics library to 1.3.0
  • Loading branch information
mmsmits authored May 29, 2024
2 parents 1d6d91b + 9931170 commit 776e52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/pipeline-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ variables:
isTagBranch: $[startswith(variables['Build.SourceBranch'], 'refs/tags/v')]
GITHUB_PACKAGES_APIKEY: $(GitHubPushPackagesAPIKey) # key is set in variable group APIKeys
NUGET_APIKEY: $(NuGetSDKAPIKey) # key is set in variable group APIKeys
useGitHubPackageFeed: 'yes' # possible values: 'yes', 'no'
useGitHubPackageFeed: 'no' # possible values: 'yes', 'no'
2 changes: 1 addition & 1 deletion src/Hl7.Fhir.Base/Hl7.Fhir.Base.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Fhir.Metrics" Version="1.3.0-build-20240523.2" />
<PackageReference Include="Fhir.Metrics" Version="1.3.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
Expand Down

0 comments on commit 776e52d

Please sign in to comment.