Skip to content

Commit 3a1a8d1

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 1607ea1 + 3f56661 commit 3a1a8d1

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "coreclr",
77
"request": "launch",
88
"preLaunchTask": "Build",
9-
"program": "${workspaceFolder}/src/TesterApp/bin/Debug/net5.0/TesterApp.dll",
9+
"program": "${workspaceFolder}/src/TesterApp/bin/Debug/net6.0/TesterApp.dll",
1010
"cwd": "${workspaceFolder}/src/TesterApp",
1111
"internalConsoleOptions": "openOnSessionStart",
1212
"env":

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: "{build}"
22

3-
image: Visual Studio 2019
3+
image: Visual Studio 2022
44

55
skip_tags: true
66
clone_depth: 1

src/Simplify.Web.Postman/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

3-
## [1.0.0] - Unreleased
3+
## [1.0-pre02] - 2021-11-24
4+
5+
### Dependencies
6+
7+
- Simplify.Web bump to 4.5
8+
9+
## [1.0-pre01] - 2021-07-24
410

511
### Added
612

src/Simplify.Web.Postman/Simplify.Web.Postman.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010

11-
<Version>1.0-pre01</Version>
11+
<Version>1.0-pre02</Version>
1212

1313
<Description>Postman collection and environment generation extension for Simplify.Web</Description>
1414
<Product>Simplify</Product>
@@ -21,10 +21,10 @@
2121
<RepositoryType>GIT</RepositoryType>
2222
<PackageTags>Simplify.Web Postman API</PackageTags>
2323

24-
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify.Web.Postman/tree/master/src/Simplif.Web.Postman/CHANGELOG.md for details</PackageReleaseNotes>
24+
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify.Web.Postman/blob/master/src/Simplify.Web.Postman/CHANGELOG.md for details</PackageReleaseNotes>
2525
</PropertyGroup>
2626
<ItemGroup>
27-
<PackageReference Include="Simplify.Web" Version="4.4.*" />
27+
<PackageReference Include="Simplify.Web" Version="4.5.*" />
2828
<PackageReference Include="System.Text.Json" Version="5.0.*" />
2929
</ItemGroup>
3030
<ItemGroup>

src/TesterApp/TesterApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
3-
<TargetFramework>net5.0</TargetFramework>
3+
<TargetFramework>net6.0</TargetFramework>
44
<AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel>
55
</PropertyGroup>
66
<ItemGroup>

0 commit comments

Comments
 (0)