Skip to content

Commit 3c4523d

Browse files
fix tests
1 parent c45676d commit 3c4523d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<Authors>PaymentSense</Authors>
1111
<PackageLicense>Apache-2.0</PackageLicense>
1212
<Copyright>© PaymentSense. All rights reserved.</Copyright>
13-
<Version>8.0.0</Version>
13+
<Version>1.1.0</Version>
1414
</PropertyGroup>
1515
</Project>

Dojo.AutoGenerators/Dojo.AutoGenerators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<!-- Sections below allow to referrence project directly -->
4545
<PropertyGroup>
4646
<GetTargetPathDependsOn>$(GetTargetPathDependsOn);GetDependencyTargetPaths</GetTargetPathDependsOn>
47-
<Version>8.0.0</Version>
47+
<Version>1.1.0</Version>
4848
</PropertyGroup>
4949

5050
<Target Name="GetDependencyTargetPaths">

Dojo.Generators.Abstractions/Dojo.Generators.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
88
<Description>This library contains source generators used in PaymentSense DOJO</Description>
99
<TargetFramework>netstandard2.0</TargetFramework>
10-
<Version>8.0.0</Version>
10+
<Version>1.1.0</Version>
1111
</PropertyGroup>
1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />

Dojo.Generators.Core/Dojo.Generators.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageId>Dojo.Generators.Core</PackageId>
99
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
1010
<Description>This library contains core functionality used by source generators in PaymentSense DOJO</Description>
11-
<Version>8.0.0</Version>
11+
<Version>1.1.0</Version>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

Dojo.OpenApiGenerator/Dojo.OpenApiGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<!-- Sections below allow to referrence project directly -->
7777
<PropertyGroup>
7878
<GetTargetPathDependsOn>$(GetTargetPathDependsOn);GetDependencyTargetPaths</GetTargetPathDependsOn>
79-
<Version>8.0.0</Version>
79+
<Version>1.1.0</Version>
8080
</PropertyGroup>
8181

8282
<Target Name="GetDependencyTargetPaths">

0 commit comments

Comments
 (0)