Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f2358db

Browse filesBrowse files
committed
[edit] version/changelog
1 parent 5c97b12 commit f2358db
Copy full SHA for f2358db

File tree

Expand file treeCollapse file tree

2 files changed

+11
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+11
-4
lines changed

‎src/Simplify.Web.Postman/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Simplify.Web.Postman/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0-pre03] - 2022-09-15
4+
5+
### Dependencies
6+
7+
- Simplify.Web bump to 4.6
8+
- System.Text.Json to 6.0.6
9+
310
## [1.0-pre02] - 2021-11-24
411

512
### Dependencies

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

Copy file name to clipboardExpand all lines: src/Simplify.Web.Postman/Simplify.Web.Postman.csproj
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0</TargetFrameworks>
4-
<LangVersion>9.0</LangVersion>
4+
<LangVersion>10.0</LangVersion>
55
<Nullable>enable</Nullable>
66
<IncludeSymbols>true</IncludeSymbols>
77
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
88
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010

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

1313
<Description>Postman collection and environment generation extension for Simplify.Web</Description>
1414
<Product>Simplify</Product>
@@ -24,8 +24,8 @@
2424
<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.6.*" />
28-
<PackageReference Include="System.Text.Json" Version="6.0.*" />
27+
<PackageReference Include="Simplify.Web" Version="4.6.0" />
28+
<PackageReference Include="System.Text.Json" Version="6.0.6" />
2929
</ItemGroup>
3030
<ItemGroup>
3131
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.