Skip to content

Commit

Permalink
updating versions for Storage assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
brettsam committed Jan 23, 2020
1 parent 4130350 commit 94a9815
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 5 additions & 2 deletions build/common.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<Project>
<PropertyGroup>
<!-- Extensions can have independent versions and only increment when released -->
<!-- Packages can have independent versions and only increment when released -->
<Version>3.0.16$(VersionSuffix)</Version>
<ExtensionsStorageVersion>4.0.0$(VersionSuffix)</ExtensionsStorageVersion>
<ExtensionsStorageVersion>4.0.0-preview1$(VersionSuffix)</ExtensionsStorageVersion>
<HostStorageVersion>4.0.0$(VersionSuffix)</HostStorageVersion>
<LoggingVersion>4.0.0$(VersionSuffix)</LoggingVersion>

<TargetFramework>netstandard2.0</TargetFramework>
<DebugType>embedded</DebugType>
<LatestCommit Condition="$(LatestCommit) == ''">$(CommitHash)</LatestCommit>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<Import Project="..\..\build\common.props" />

<PropertyGroup>
<Version>4.0.0$(VersionSuffix)</Version>
<Version>$(HostStorageVersion)</Version>
<InformationalVersion>$(Version) Commit hash: $(CommitHash)</InformationalVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Microsoft.Azure.WebJobs.Host.Storage</AssemblyName>
</PropertyGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/Microsoft.Azure.WebJobs.Logging/WebJobs.Logging.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<Version>4.0.0$(VersionSuffix)</Version>
<Version>$(LoggingVersion)</Version>
<InformationalVersion>$(Version) Commit hash: $(CommitHash)</InformationalVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Microsoft.Azure.WebJobs.Logging</PackageId>
<Description>This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Logging. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971</Description>
Expand Down

0 comments on commit 94a9815

Please sign in to comment.