File tree Expand file tree Collapse file tree 9 files changed +23
-14
lines changed
custom-backends/dotnetIsolated-mssql
durablefunctionsmonitor.dotnetbackend
durablefunctionsmonitor.dotnetisolated.core
durablefunctionsmonitor.dotnetisolated.mssql
durablefunctionsmonitor.dotnetisolated
durablefunctionsmonitor.react Expand file tree Collapse file tree 9 files changed +23
-14
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <TargetFramework >net8.0</TargetFramework >
44 <AzureFunctionsVersion >v4</AzureFunctionsVersion >
5+
6+ <AssemblyVersion >6.7.0.0</AssemblyVersion >
7+ <FileVersion >6.7.0.0</FileVersion >
8+
59 <OutputType >Exe</OutputType >
610 <ImplicitUsings >enable</ImplicitUsings >
711 <Nullable >enable</Nullable >
812 </PropertyGroup >
913 <ItemGroup >
10- <PackageReference Include =" DurableFunctionsMonitor.DotNetIsolated" Version =" 6.6.0" />
1114 <PackageReference Include =" Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer" Version =" 1.2.1" />
1215 <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 5.2.0" />
1316 </ItemGroup >
1619 <ProjectReference Include =" ..\..\durablefunctionsmonitor.dotnetisolated.mssql\durablefunctionsmonitor.dotnetisolated.mssql.csproj" />
1720 </ItemGroup >
1821
22+ <!-- Copying statics -->
23+ <ItemGroup >
24+ <Content Include =" $(MSBuildThisFileDirectory)\..\..\durablefunctionsmonitor.dotnetisolated\DfmStatics\**" LinkBase =" DfmStatics\" >
25+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
26+ </Content >
27+ </ItemGroup >
28+
1929 <ItemGroup >
2030 <None Update =" host.json" >
2131 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata minClientVersion =" 2.5" >
44 <id >DurableFunctionsMonitor.DotNetIsolated.MsSql</id >
5- <version >6.6 .0-beta4 </version >
5+ <version >6.7 .0-beta1 </version >
66 <requireLicenseAcceptance >false</requireLicenseAcceptance >
77 <description >DurableFunctionsMonitor.DotNetIsolated.MsSql</description >
88 <authors >DurableFunctionsMonitor</authors >
99 <repository type =" git" url =" https://github.com/microsoft/DurableFunctionsMonitor" />
1010 <license type =" file" >LICENSE.txt</license >
1111
1212 <dependencies >
13- <dependency id =" DurableFunctionsMonitor.DotNetIsolated" version =" 6.6.0" />
1413 <dependency id =" Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer" version =" 1.2.1" />
1514 <dependency id =" Microsoft.Data.SqlClient" version =" 5.2.0" />
1615 </dependencies >
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <TargetFramework >net6.0</TargetFramework >
44 <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 >
77
88 <GenerateDocumentationFile >true</GenerateDocumentationFile >
99
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata minClientVersion =" 2.5" >
44 <id >DurableFunctionsMonitor.DotNetBackend</id >
5- <version >6.6.0 </version >
5+ <version >6.7.0-beta1 </version >
66 <requireLicenseAcceptance >false</requireLicenseAcceptance >
77 <description >DurableFunctionsMonitor.DotNetBackend</description >
88 <authors >DurableFunctionsMonitor</authors >
Original file line number Diff line number Diff line change 33 <TargetFramework >net8.0</TargetFramework >
44 <AzureFunctionsVersion >v4</AzureFunctionsVersion >
55
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 >
88
99 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1010 <ImplicitUsings >enable</ImplicitUsings >
Original file line number Diff line number Diff line change 33 <TargetFramework >net8.0</TargetFramework >
44 <AzureFunctionsVersion >v4</AzureFunctionsVersion >
55
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 >
88
99 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1010 <ImplicitUsings >enable</ImplicitUsings >
Original file line number Diff line number Diff line change 33 <TargetFramework >net8.0</TargetFramework >
44 <AzureFunctionsVersion >v4</AzureFunctionsVersion >
55
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 >
88
99 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1010 <OutputType >Exe</OutputType >
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata minClientVersion =" 2.5" >
44 <id >DurableFunctionsMonitor.DotNetIsolated</id >
5- <version >6.6.0 </version >
5+ <version >6.7.0-beta1 </version >
66 <requireLicenseAcceptance >false</requireLicenseAcceptance >
77 <description >DurableFunctionsMonitor.DotNetIsolated</description >
88 <authors >DurableFunctionsMonitor</authors >
Original file line number Diff line number Diff line change 11{
22 "name" : " durablefunctionsmonitor.react" ,
3- "version" : " 6.6 .0" ,
3+ "version" : " 6.7 .0" ,
44 "private" : true ,
55 "homepage" : " http://localhost:7072" ,
66 "dependencies" : {
You can’t perform that action at this time.
0 commit comments