Commit b4198ce 1 parent 0ba13bf commit b4198ce Copy full SHA for b4198ce
File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 20
20
dotnet-version : ${{ matrix.dotnet-version }}
21
21
22
22
- name : Install solution dependencies
23
- run : dotnet restore
23
+ run : dotnet restore --force-evaluate --no-http-cache --force
24
24
25
25
- name : Build Core
26
26
run : dotnet build src/Danom -c Release
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<AssemblyName >Danom.Mvc</AssemblyName >
5
- <Version >1.1.1 </Version >
5
+ <Version >1.2.0 </Version >
6
6
7
7
<!-- General info -->
8
8
<Description >ASP.NET Core MVC helpers for Danom.</Description >
44
44
</ItemGroup >
45
45
46
46
<ItemGroup >
47
- <PackageReference Include =" Danom" Version =" 1.1.1" />
48
- <PackageReference Include =" Danom.Validation" Version =" 1.1.1" />
47
+ <PackageReference Include =" Danom.Validation" Version =" 1.2.0" />
49
48
</ItemGroup >
50
49
51
50
</Project >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<AssemblyName >Danom.Validation</AssemblyName >
5
- <Version >1.1.1 </Version >
5
+ <Version >1.2.0 </Version >
6
6
7
7
<!-- General info -->
8
8
<Description >Validators and validation helpers for Danom based on FluentValidation.</Description >
40
40
</ItemGroup >
41
41
42
42
<ItemGroup >
43
- <PackageReference Include =" Danom" Version =" 1.1.1 " />
43
+ <PackageReference Include =" Danom" Version =" 1.2.0 " />
44
44
<PackageReference Include =" FluentValidation" Version =" 11.11.0" />
45
45
</ItemGroup >
46
46
</Project >
You can’t perform that action at this time.
0 commit comments