Skip to content

Commit b4198ce

Browse files
committed
1.2.0
1 parent 0ba13bf commit b4198ce

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dotnet-version: ${{ matrix.dotnet-version }}
2121

2222
- name: Install solution dependencies
23-
run: dotnet restore
23+
run: dotnet restore --force-evaluate --no-http-cache --force
2424

2525
- name: Build Core
2626
run: dotnet build src/Danom -c Release

src/Danom.Mvc/Danom.Mvc.csproj

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<AssemblyName>Danom.Mvc</AssemblyName>
5-
<Version>1.1.1</Version>
5+
<Version>1.2.0</Version>
66

77
<!-- General info -->
88
<Description>ASP.NET Core MVC helpers for Danom.</Description>
@@ -44,8 +44,7 @@
4444
</ItemGroup>
4545

4646
<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" />
4948
</ItemGroup>
5049

5150
</Project>

src/Danom.Validation/Danom.Validation.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<AssemblyName>Danom.Validation</AssemblyName>
5-
<Version>1.1.1</Version>
5+
<Version>1.2.0</Version>
66

77
<!-- General info -->
88
<Description>Validators and validation helpers for Danom based on FluentValidation.</Description>
@@ -40,7 +40,7 @@
4040
</ItemGroup>
4141

4242
<ItemGroup>
43-
<PackageReference Include="Danom" Version="1.1.1" />
43+
<PackageReference Include="Danom" Version="1.2.0" />
4444
<PackageReference Include="FluentValidation" Version="11.11.0" />
4545
</ItemGroup>
4646
</Project>

0 commit comments

Comments
 (0)