File tree 9 files changed +23
-14
lines changed
custom-backends/dotnetIsolated-mssql
durablefunctionsmonitor.dotnetbackend
durablefunctionsmonitor.dotnetisolated
durablefunctionsmonitor.dotnetisolated.core
durablefunctionsmonitor.dotnetisolated.mssql
durablefunctionsmonitor.react 9 files changed +23
-14
lines changed Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<TargetFramework >net8.0</TargetFramework >
4
4
<AzureFunctionsVersion >v4</AzureFunctionsVersion >
5
+
6
+ <AssemblyVersion >6.7.0.0</AssemblyVersion >
7
+ <FileVersion >6.7.0.0</FileVersion >
8
+
5
9
<OutputType >Exe</OutputType >
6
10
<ImplicitUsings >enable</ImplicitUsings >
7
11
<Nullable >enable</Nullable >
8
12
</PropertyGroup >
9
13
<ItemGroup >
10
- <PackageReference Include =" DurableFunctionsMonitor.DotNetIsolated" Version =" 6.6.0" />
11
14
<PackageReference Include =" Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer" Version =" 1.2.1" />
12
15
<PackageReference Include =" Microsoft.Data.SqlClient" Version =" 5.2.0" />
13
16
</ItemGroup >
16
19
<ProjectReference Include =" ..\..\durablefunctionsmonitor.dotnetisolated.mssql\durablefunctionsmonitor.dotnetisolated.mssql.csproj" />
17
20
</ItemGroup >
18
21
22
+ <!-- Copying statics -->
23
+ <ItemGroup >
24
+ <Content Include =" $(MSBuildThisFileDirectory)\..\..\durablefunctionsmonitor.dotnetisolated\DfmStatics\**" LinkBase =" DfmStatics\" >
25
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
26
+ </Content >
27
+ </ItemGroup >
28
+
19
29
<ItemGroup >
20
30
<None Update =" host.json" >
21
31
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata minClientVersion =" 2.5" >
4
4
<id >DurableFunctionsMonitor.DotNetIsolated.MsSql</id >
5
- <version >6.6 .0-beta4 </version >
5
+ <version >6.7 .0-beta1 </version >
6
6
<requireLicenseAcceptance >false</requireLicenseAcceptance >
7
7
<description >DurableFunctionsMonitor.DotNetIsolated.MsSql</description >
8
8
<authors >DurableFunctionsMonitor</authors >
9
9
<repository type =" git" url =" https://github.com/microsoft/DurableFunctionsMonitor" />
10
10
<license type =" file" >LICENSE.txt</license >
11
11
12
12
<dependencies >
13
- <dependency id =" DurableFunctionsMonitor.DotNetIsolated" version =" 6.6.0" />
14
13
<dependency id =" Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer" version =" 1.2.1" />
15
14
<dependency id =" Microsoft.Data.SqlClient" version =" 5.2.0" />
16
15
</dependencies >
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<TargetFramework >net6.0</TargetFramework >
4
4
<AzureFunctionsVersion >v4</AzureFunctionsVersion >
5
- <AssemblyVersion >6.6 .0.0</AssemblyVersion >
6
- <FileVersion >6.6 .0.0</FileVersion >
5
+ <AssemblyVersion >6.7 .0.0</AssemblyVersion >
6
+ <FileVersion >6.7 .0.0</FileVersion >
7
7
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
9
9
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata minClientVersion =" 2.5" >
4
4
<id >DurableFunctionsMonitor.DotNetBackend</id >
5
- <version >6.6.0 </version >
5
+ <version >6.7.0-beta1 </version >
6
6
<requireLicenseAcceptance >false</requireLicenseAcceptance >
7
7
<description >DurableFunctionsMonitor.DotNetBackend</description >
8
8
<authors >DurableFunctionsMonitor</authors >
Original file line number Diff line number Diff line change 3
3
<TargetFramework >net8.0</TargetFramework >
4
4
<AzureFunctionsVersion >v4</AzureFunctionsVersion >
5
5
6
- <AssemblyVersion >6.6 .0.0</AssemblyVersion >
7
- <FileVersion >6.6 .0.0</FileVersion >
6
+ <AssemblyVersion >6.7 .0.0</AssemblyVersion >
7
+ <FileVersion >6.7 .0.0</FileVersion >
8
8
9
9
<GenerateDocumentationFile >true</GenerateDocumentationFile >
10
10
<ImplicitUsings >enable</ImplicitUsings >
Original file line number Diff line number Diff line change 3
3
<TargetFramework >net8.0</TargetFramework >
4
4
<AzureFunctionsVersion >v4</AzureFunctionsVersion >
5
5
6
- <AssemblyVersion >6.6 .0.0</AssemblyVersion >
7
- <FileVersion >6.6 .0.0</FileVersion >
6
+ <AssemblyVersion >6.7 .0.0</AssemblyVersion >
7
+ <FileVersion >6.7 .0.0</FileVersion >
8
8
9
9
<GenerateDocumentationFile >true</GenerateDocumentationFile >
10
10
<ImplicitUsings >enable</ImplicitUsings >
Original file line number Diff line number Diff line change 3
3
<TargetFramework >net8.0</TargetFramework >
4
4
<AzureFunctionsVersion >v4</AzureFunctionsVersion >
5
5
6
- <AssemblyVersion >6.6 .0.0</AssemblyVersion >
7
- <FileVersion >6.6 .0.0</FileVersion >
6
+ <AssemblyVersion >6.7 .0.0</AssemblyVersion >
7
+ <FileVersion >6.7 .0.0</FileVersion >
8
8
9
9
<GenerateDocumentationFile >true</GenerateDocumentationFile >
10
10
<OutputType >Exe</OutputType >
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata minClientVersion =" 2.5" >
4
4
<id >DurableFunctionsMonitor.DotNetIsolated</id >
5
- <version >6.6.0 </version >
5
+ <version >6.7.0-beta1 </version >
6
6
<requireLicenseAcceptance >false</requireLicenseAcceptance >
7
7
<description >DurableFunctionsMonitor.DotNetIsolated</description >
8
8
<authors >DurableFunctionsMonitor</authors >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " durablefunctionsmonitor.react" ,
3
- "version" : " 6.6 .0" ,
3
+ "version" : " 6.7 .0" ,
4
4
"private" : true ,
5
5
"homepage" : " http://localhost:7072" ,
6
6
"dependencies" : {
You can’t perform that action at this time.
0 commit comments