Skip to content

Commit ec2a48c

Browse files
committed
Add NuGet settings.
1 parent 445c2d4 commit ec2a48c

File tree

6 files changed

+42
-0
lines changed

6 files changed

+42
-0
lines changed

src/Berrysoft.Console/Berrysoft.Console.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
<PropertyGroup>
88
<LangVersion>latest</LangVersion>
9+
<AssemblyVersion>1.0.112.0</AssemblyVersion>
10+
<FileVersion>1.0.112.0</FileVersion>
11+
</PropertyGroup>
12+
13+
<PropertyGroup Condition="'$(Configuration)'=='Release'">
14+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
15+
<Version>1.0.112-preview2</Version>
16+
<Authors>Berrysoft</Authors>
917
</PropertyGroup>
1018

1119
<ItemGroup>

src/Berrysoft.Data/Berrysoft.Data.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
<PropertyGroup>
88
<LangVersion>latest</LangVersion>
9+
<AssemblyVersion>1.0.112.0</AssemblyVersion>
10+
<FileVersion>1.0.112.0</FileVersion>
11+
</PropertyGroup>
12+
13+
<PropertyGroup Condition="'$(Configuration)'=='Release'">
14+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
15+
<Version>1.0.112-preview2</Version>
16+
<Authors>Berrysoft</Authors>
917
</PropertyGroup>
1018

1119
<PropertyGroup>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
<PropertyGroup>
88
<LangVersion>latest</LangVersion>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
10+
<AssemblyVersion>1.0.112.0</AssemblyVersion>
11+
<FileVersion>1.0.112.0</FileVersion>
12+
</PropertyGroup>
13+
14+
<PropertyGroup Condition="'$(Configuration)'=='Release'">
15+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
16+
<Version>1.0.112-preview2</Version>
17+
<Authors>Berrysoft</Authors>
1018
</PropertyGroup>
1119

1220
<PropertyGroup>

src/Berrysoft.Tsinghua.Physics/Berrysoft.Tsinghua.Physics.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
<TargetFrameworks>netcoreapp2.0;netstandard2.0;net472</TargetFrameworks>
55
</PropertyGroup>
66

7+
<PropertyGroup>
8+
<AssemblyVersion>1.0.112.0</AssemblyVersion>
9+
<FileVersion>1.0.112.0</FileVersion>
10+
</PropertyGroup>
11+
712
<ItemGroup>
813
<ProjectReference Include="..\Berrysoft.Tsinghua.Net\Berrysoft.Tsinghua.Net.csproj" />
914
</ItemGroup>

src/Berrysoft.Unsafe/Berrysoft.Unsafe.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
<PropertyGroup>
88
<LangVersion>latest</LangVersion>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
10+
<AssemblyVersion>1.0.112.0</AssemblyVersion>
11+
<FileVersion>1.0.112.0</FileVersion>
12+
</PropertyGroup>
13+
14+
<PropertyGroup Condition="'$(Configuration)'=='Release'">
15+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
16+
<Version>1.0.112-preview2</Version>
17+
<Authors>Berrysoft</Authors>
1018
</PropertyGroup>
1119

1220
<PropertyGroup>

src/Berrysoft.Workflow/Berrysoft.Workflow.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44
<TargetFrameworks>netcoreapp2.0;netstandard2.0;net472</TargetFrameworks>
55
</PropertyGroup>
66

7+
<PropertyGroup>
8+
<AssemblyVersion>1.0.112.0</AssemblyVersion>
9+
<FileVersion>1.0.112.0</FileVersion>
10+
</PropertyGroup>
11+
712
</Project>

0 commit comments

Comments
 (0)