Skip to content

Commit 928571b

Browse files
committed
🔖 2.0.0
1 parent 0606668 commit 928571b

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

src/CommandQuery.AWSLambda/CommandQuery.AWSLambda.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<Version>1.0.0</Version>
6+
<Version>2.0.0</Version>
77
<PackageReleaseNotes>
88
- Changed target framework to netcoreapp3.1 🎯
99
- Now uses System.Text.Json, instead of Newtonsoft.Json 📜

src/CommandQuery.Abstractions/CommandQuery.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<RootNamespace>CommandQuery</RootNamespace>
7-
<Version>1.0.0</Version>
7+
<Version>2.0.0</Version>
88
<PackageReleaseNotes>
99
- Removed target framework net461 🎯
1010
- Changed the class Error to a interface IError

src/CommandQuery.AspNetCore/CommandQuery.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netcoreapp3.1</TargetFrameworks>
55
<Nullable>enable</Nullable>
6-
<Version>1.0.0</Version>
6+
<Version>2.0.0</Version>
77
<PackageReleaseNotes>
88
- Changed the target frameworks to netstandard2.0 and netcoreapp3.1 🎯
99
- Added extension methods AddCommandControllers and AddQueryControllers on IServiceCollection

src/CommandQuery.AzureFunctions/CommandQuery.AzureFunctions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
55
<Nullable>enable</Nullable>
6-
<Version>1.0.0</Version>
6+
<Version>2.0.0</Version>
77
<PackageReleaseNotes>
88
- Changed target frameworks to netcoreapp3.1 and net5.0 🎯
99
- netcoreapp3.1 uses Newtonsoft.Json 📜

src/CommandQuery.Client/CommandQuery.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<Version>1.0.0</Version>
6+
<Version>2.0.0</Version>
77
<PackageReleaseNotes>
88
- Removed target framework net461 🎯
99
- Now uses System.Text.Json, instead of Newtonsoft.Json 📜

src/CommandQuery.GoogleCloudFunctions/CommandQuery.GoogleCloudFunctions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<Version>1.0.0</Version>
6+
<Version>2.0.0</Version>
77
<PackageReleaseNotes>
88
- New project ✨
99
- Target framework netcoreapp3.1 🎯

src/CommandQuery.NewtonsoftJson/CommandQuery.NewtonsoftJson.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<Version>1.0.0</Version>
6+
<Version>2.0.0</Version>
77
<PackageReleaseNotes>
88
- New project ✨
99
- Code moved from CommandQuery.Extensions

src/CommandQuery.SystemTextJson/CommandQuery.SystemTextJson.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<Version>1.0.0</Version>
6+
<Version>2.0.0</Version>
77
<PackageReleaseNotes>
88
- New project ✨
99
- Target framework netstandard2.0 🎯

src/CommandQuery/CommandQuery.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<Version>1.0.0</Version>
6+
<Version>2.0.0</Version>
77
<PackageReleaseNotes>
88
- Removed target framework net461 🎯
99
- Renamed method ProcessWithResultAsync to ProcessAsync in CommandProcessor 💥

0 commit comments

Comments
 (0)