Skip to content

Commit

Permalink
updating AI assembly version (#2952)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettsam committed Feb 3, 2023
1 parent 01a8cfd commit 535ccaf
Showing 1 changed file with 3 additions and 1 deletion.
@@ -1,8 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\Microsoft.Azure.WebJobs.Shared\WebJobs.Shared.projitems" Label="Shared" />
<Import Project="..\..\build\common.props" />

<PropertyGroup>
<Version>3.0.34$(VersionSuffix)</Version>
<Version>3.0.35$(VersionSuffix)</Version>
<InformationalVersion>$(Version) Commit hash: $(CommitHash)</InformationalVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Microsoft.Azure.WebJobs.Logging.ApplicationInsights</PackageId>
<Description>This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Logging.ApplicationInsights. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971</Description>
Expand Down

0 comments on commit 535ccaf

Please sign in to comment.