File tree 7 files changed +36
-8
lines changed
7 files changed +36
-8
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,15 @@ Build:
197
197
IgnoreNoPKTable : true
198
198
IgnoreView : true
199
199
200
+ # Please install dotnet-format first!
201
+ # dotnet tool install -g dotnet-format
202
+ CodeFormat :
203
+ Type : Process
204
+ Parameters :
205
+ FileName : powershell
206
+ WorkingDirectory : ' {{Project.Output.Path}}'
207
+ Args : dotnet-format
208
+
200
209
ReStore :
201
210
Type : Process
202
211
Parameters :
Original file line number Diff line number Diff line change @@ -197,6 +197,15 @@ Build:
197
197
IgnoreNoPKTable : true
198
198
IgnoreView : true
199
199
200
+ # Please install dotnet-format first!
201
+ # dotnet tool install -g dotnet-format
202
+ CodeFormat :
203
+ Type : Process
204
+ Parameters :
205
+ FileName : powershell
206
+ WorkingDirectory : ' {{Project.Output.Path}}'
207
+ Args : dotnet-format
208
+
200
209
ReStore :
201
210
Type : Process
202
211
Parameters :
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<VersionMajor >2</VersionMajor >
4
4
<VersionMinor >2</VersionMinor >
5
- <VersionPatch >48 </VersionPatch >
5
+ <VersionPatch >50 </VersionPatch >
6
6
<VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
7
7
</PropertyGroup >
8
8
</Project >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Output:
14
14
Type : File
15
15
Path : ' E:\SmartSql-Starter'
16
16
Parameters :
17
- SmartSqlVersion : ' 4.0.46 '
17
+ SmartSqlVersion : ' 4.0.56 '
18
18
SmartSqlSchemaVersion : ' 4.0.42'
19
19
BuildDir : ' E:\SmartSql-Starter\build'
20
20
DockerImage : ' smartsql.starter'
@@ -153,6 +153,15 @@ Build:
153
153
IgnoreNoPKTable : true
154
154
IgnoreView : true
155
155
156
+ # Please install dotnet-format first!
157
+ # dotnet tool install -g dotnet-format
158
+ CodeFormat :
159
+ Type : Process
160
+ Parameters :
161
+ FileName : powershell
162
+ WorkingDirectory : ' {{Project.Output.Path}}'
163
+ Args : dotnet-format
164
+
156
165
ReStore :
157
166
Type : Process
158
167
Parameters :
Original file line number Diff line number Diff line change 55
55
<ItemGroup >
56
56
<Folder Include =" nupkg\" />
57
57
<Folder Include =" Properties\" />
58
+
58
59
</ItemGroup >
59
60
</Project >
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" SmartSql.Options" Version =" 4.0.46 " />
9
- <PackageReference Include =" SmartSql.TypeHandler" Version =" 4.0.46 " />
10
- <PackageReference Include =" SmartSql.TypeHandler.PostgreSql" Version =" 4.0.46 " />
8
+ <PackageReference Include =" SmartSql.Options" Version =" 4.0.56 " />
9
+ <PackageReference Include =" SmartSql.TypeHandler" Version =" 4.0.56 " />
10
+ <PackageReference Include =" SmartSql.TypeHandler.PostgreSql" Version =" 4.0.56 " />
11
11
<PackageReference Include =" System.Data.SqlClient" Version =" 4.6.1" />
12
12
<PackageReference Include =" System.Data.SQLite" Version =" 1.0.110" />
13
13
<PackageReference Include =" MySql.Data" Version =" 8.0.16" />
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" SmartSql.Bulk.MySql" Version =" 4.0.46 " />
9
- <PackageReference Include =" SmartSql.Bulk.PostgreSql" Version =" 4.0.46 " />
10
- <PackageReference Include =" SmartSql.Bulk.SqlServer" Version =" 4.0.46 " />
8
+ <PackageReference Include =" SmartSql.Bulk.MySql" Version =" 4.0.56 " />
9
+ <PackageReference Include =" SmartSql.Bulk.PostgreSql" Version =" 4.0.56 " />
10
+ <PackageReference Include =" SmartSql.Bulk.SqlServer" Version =" 4.0.56 " />
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
You can’t perform that action at this time.
0 commit comments