Skip to content

Commit c3bae90

Browse files
committed
increased version to 1.1.0
1 parent 642655a commit c3bae90

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

sources/RequestR.Demo/RequestR.Demo.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetFramework>net5.0</TargetFramework>
66
<AssemblyName>DustInTheWind.RequestR.Demo</AssemblyName>
77
<RootNamespace>DustInTheWind.RequestR.Demo</RootNamespace>
8+
<Version>1.1.0</Version>
89
</PropertyGroup>
910

1011
<ItemGroup>

sources/RequestR.Tests/RequestR.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net5.0</TargetFramework>
55
<AssemblyName>DustInTheWind.RequestR.Tests</AssemblyName>
66
<RootNamespace>DustInTheWind.RequestR.Tests</RootNamespace>
7+
<Version>1.1.0</Version>
78

89
<IsPackable>false</IsPackable>
910
</PropertyGroup>

sources/RequestR/RequestR.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netcoreapp3.1;net462;netstandard2.1</TargetFrameworks>
55
<AssemblyName>DustInTheWind.RequestR</AssemblyName>
66
<RootNamespace>DustInTheWind.RequestR</RootNamespace>
7-
<Version>1.0.0</Version>
7+
<Version>1.1.0</Version>
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
99
<Authors>Dust in the Wind</Authors>
1010
<Description>A lightweight library for the Business Layer for processing requests comeing from Presentation Layer.</Description>

0 commit comments

Comments
 (0)