Skip to content

Commit

Permalink
update nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MaceWindu committed Oct 23, 2024
1 parent 6359e17 commit d5659e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ci/SourceMapTools.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="esprima" version="3.0.5" />
<dependency id="System.Text.Json" version="6.0.9" />
<dependency id="esprima" version="3.0.5" />
<dependency id="System.Text.Json" version="6.0.10" />
</group>
</dependencies>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions ci/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ variables:
- name: build_configuration
value: Release
- name: assemblyVersion
value: 3.2.0
value: 3.2.1
- name: packageVersion
value: 3.2.0
- name: nugetDevVersion
value: 3.2.1
- name: nugetDevVersion
value: 3.2.2

trigger:
- master
Expand Down

0 comments on commit d5659e4

Please sign in to comment.