Skip to content

Commit e977e5c

Browse files
committed
Публикация новой версии пакета v1.0.0
1 parent 87d3391 commit e977e5c

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

MathCore.TestsExtensions/MathCore.TestsExtensions.csproj

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12-
<Version>0.1.44</Version>
13-
<PackageReleaseNotes>
14-
Методы-расширения для записи данных в System.Diagnostics.Trace
15-
</PackageReleaseNotes>
12+
<Version>1.0.0</Version>
13+
<PackageReleaseNotes>Актуализация пакета и зависимостей, поддержка netstandard2.0</PackageReleaseNotes>
1614
</PropertyGroup>
1715

1816
<PropertyGroup>
@@ -21,6 +19,11 @@
2119
<Description>Библиотека средств помощи в процессе тестирования</Description>
2220
<PackageProjectUrl>https://github.com/Infarh/MathCore.TestsExtensions</PackageProjectUrl>
2321
<RepositoryUrl>https://github.com/Infarh/MathCore.TestsExtensions</RepositoryUrl>
22+
<RepositoryType>git</RepositoryType>
23+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
24+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
25+
<Deterministic>true</Deterministic>
26+
<DebugType>portable</DebugType>
2427
<PackageTags>UnitTest, MSTest</PackageTags>
2528
<RootNamespace>Microsoft.VisualStudio.TestTools.UnitTesting</RootNamespace>
2629
<Copyright>shmachilin@yandex.ru</Copyright>
@@ -29,8 +32,13 @@
2932
<AssemblyOriginatorKeyFile>MathCore.TestsExtensions.snk</AssemblyOriginatorKeyFile>
3033
<IncludeSymbols>true</IncludeSymbols>
3134
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
35+
<PackageReadmeFile>readme.md</PackageReadmeFile>
3236
</PropertyGroup>
3337

38+
<ItemGroup>
39+
<None Include="readme.md" Pack="true" PackagePath="/" />
40+
</ItemGroup>
41+
3442
<ItemGroup>
3543
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting.Infrastructure" />
3644
<Using Include="System" />
@@ -43,6 +51,7 @@
4351

4452
<ItemGroup>
4553
<PackageReference Include="MSTest.TestFramework" Version="4.0.2" />
54+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" IncludeAssets="All" />
4655
</ItemGroup>
4756

4857
<PropertyGroup Condition="'$(Configuration)'=='Release'">

0 commit comments

Comments
 (0)