Skip to content

Commit 12194f2

Browse files
committed
To preview 3!
1 parent e56e9df commit 12194f2

6 files changed

Lines changed: 8 additions & 19 deletions

File tree

nupkg.props

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33

44
<PropertyGroup Condition="'$(Configuration)'=='Release'">
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<Version>1.0.112-preview2</Version>
6+
<Version>1.0.140-preview3</Version>
77
<Authors>Berrysoft</Authors>
88
</PropertyGroup>
99

10+
<PropertyGroup>
11+
<OutputPath>bin\$(Configuration)\$(TargetFramework)</OutputPath>
12+
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(ProjectName).xml</DocumentationFile>
13+
</PropertyGroup>
14+
1015
</Project>

src/Berrysoft.Console/Berrysoft.Console.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,4 @@
33
<Import Project="..\..\target.props"/>
44
<Import Project="..\..\nupkg.props"/>
55

6-
<PropertyGroup>
7-
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Berrysoft.Console.xml</DocumentationFile>
8-
</PropertyGroup>
9-
106
</Project>

src/Berrysoft.Data/Berrysoft.Data.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,4 @@
33
<Import Project="..\..\target.props"/>
44
<Import Project="..\..\nupkg.props"/>
55

6-
<PropertyGroup>
7-
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Berrysoft.Data.xml</DocumentationFile>
8-
</PropertyGroup>
9-
106
</Project>

src/Berrysoft.Tsinghua.Net/Berrysoft.Tsinghua.Net.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
</PropertyGroup>
99

10-
<PropertyGroup>
11-
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Berrysoft.Tsinghua.Net.xml</DocumentationFile>
12-
</PropertyGroup>
13-
1410
<ItemGroup>
1511
<PackageReference Include="System.Json" Version="4.5.0" />
1612
</ItemGroup>

src/Berrysoft.Unsafe/Berrysoft.Unsafe.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
</PropertyGroup>
99

10-
<PropertyGroup>
11-
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Berrysoft.Unsafe.xml</DocumentationFile>
12-
</PropertyGroup>
13-
1410
<ItemGroup>
1511
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.0" />
1612
</ItemGroup>

target.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
<PropertyGroup>
99
<LangVersion>latest</LangVersion>
10-
<AssemblyVersion>1.0.112.0</AssemblyVersion>
11-
<FileVersion>1.0.112.0</FileVersion>
10+
<AssemblyVersion>1.0.140.0</AssemblyVersion>
11+
<FileVersion>1.0.140.0</FileVersion>
1212
</PropertyGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)