Skip to content

Commit

Permalink
Fixed Core Version (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
amdeel authored Jan 22, 2021
1 parent 5d2ceff commit 8dd694a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/DurableTask.Redis/DurableTask.Redis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<RunCodeAnalysis>false</RunCodeAnalysis>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<FileVersion>0.1.6</FileVersion>
<FileVersion>0.1.7</FileVersion>
<AssemblyVersion>$(FileVersion)</AssemblyVersion>
<Version>$(FileVersion)-alpha</Version>
<IncludeSymbols>true</IncludeSymbols>
Expand Down
6 changes: 3 additions & 3 deletions tools/DurableTask.props
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
<!-- Nuget Package Settings -->
<PropertyGroup>
<PackageOutputPath>..\..\build_output\packages</PackageOutputPath>
<AssemblyVersion>2.5.2</AssemblyVersion>
<FileVersion>2.5.2</FileVersion>
<Version>2.5.2</Version>
<AssemblyVersion>2.5.1</AssemblyVersion>
<FileVersion>2.5.1</FileVersion>
<Version>2.5.1</Version>
<Company>Microsoft</Company>
<Authors>Microsoft</Authors>
<Product>Durable Task Framework</Product>
Expand Down

0 comments on commit 8dd694a

Please sign in to comment.