Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pimbrouwers committed Dec 6, 2024
1 parent 0ba13bf commit b4198ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
dotnet-version: ${{ matrix.dotnet-version }}

- name: Install solution dependencies
run: dotnet restore
run: dotnet restore --force-evaluate --no-http-cache --force

- name: Build Core
run: dotnet build src/Danom -c Release
Expand Down
5 changes: 2 additions & 3 deletions src/Danom.Mvc/Danom.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<AssemblyName>Danom.Mvc</AssemblyName>
<Version>1.1.1</Version>
<Version>1.2.0</Version>

<!-- General info -->
<Description>ASP.NET Core MVC helpers for Danom.</Description>
Expand Down Expand Up @@ -44,8 +44,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Danom" Version="1.1.1" />
<PackageReference Include="Danom.Validation" Version="1.1.1" />
<PackageReference Include="Danom.Validation" Version="1.2.0" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/Danom.Validation/Danom.Validation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<AssemblyName>Danom.Validation</AssemblyName>
<Version>1.1.1</Version>
<Version>1.2.0</Version>

<!-- General info -->
<Description>Validators and validation helpers for Danom based on FluentValidation.</Description>
Expand Down Expand Up @@ -40,7 +40,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Danom" Version="1.1.1" />
<PackageReference Include="Danom" Version="1.2.0" />
<PackageReference Include="FluentValidation" Version="11.11.0" />
</ItemGroup>
</Project>

0 comments on commit b4198ce

Please sign in to comment.