Skip to content

Commit af79eeb

Browse files
committed
Meta info update
1 parent 4c3e879 commit af79eeb

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0</TargetFrameworks>
4-
<LangVersion>8.0</LangVersion>
4+
<LangVersion>9.0</LangVersion>
55
<Nullable>enable</Nullable>
6+
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
7+
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.Postman.xml</DocumentationFile>
8+
9+
<Version>0.2</Version>
10+
<PackageReleaseNotes>
11+
</PackageReleaseNotes>
12+
613
<Authors>Alexander Krylkov</Authors>
714
<Product>Simplify</Product>
815
<Description>Postman collection and environment generation extension for Simplify.Web</Description>
916
<Copyright>Licensed under LGPL</Copyright>
10-
<Version>0.2</Version>
1117
<PackageProjectUrl>https://github.com/SimplifyNet/Simplify.Web.Postman</PackageProjectUrl>
1218
<PackageIconUrl>https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl>
1319
<RepositoryUrl>https://github.com/SimplifyNet/Simplify.Web.Postman</RepositoryUrl>
1420
<RepositoryType>GIT</RepositoryType>
1521
<PackageTags>Simplify.Web Postman API</PackageTags>
16-
<PackageReleaseNotes>
17-
</PackageReleaseNotes>
18-
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
19-
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.Postman.xml</DocumentationFile>
2022
</PropertyGroup>
2123
<ItemGroup>
2224
<PackageReference Include="Simplify.Web" Version="4.2.*" />

0 commit comments

Comments
 (0)