Skip to content

Commit 352fd19

Browse files
release: update version to v0.10.0
1 parent 17a2010 commit 352fd19

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>1.0.0</Version>
4+
<Version>0.10.0</Version>
55
<TargetFramework>net10.0</TargetFramework>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77
<WarningLevel>5</WarningLevel>

src/Napper.VsCode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Napper.VsCode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "napper",
33
"displayName": "Napper",
44
"description": "CLI-first, test-oriented HTTP API testing tool. Send requests, run assertions, manage environments.",
5-
"version": "0.6.0",
5+
"version": "0.10.0",
66
"publisher": "nimblesite",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)