Skip to content

Commit

Permalink
Fix nuget versions
Browse files Browse the repository at this point in the history
  • Loading branch information
groovyfeng authored and xuzhg committed Apr 1, 2020
1 parent 837ff1b commit 2347aa6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Microsoft.OData.Extensions.V3Client.Abstractions</id>
<title>Microsoft Extensions V3 OData Client.Abstractions</title>
<version>1.0.1</version>
<version>$VersionNuGetSemantic$</version>
<authors>Microsoft</authors>
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
<description>This package contains the abstract codes you need to create OData v3 client.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Microsoft.OData.Extensions.V3Client</id>
<title>Microsoft Extensions OData Client</title>
<version>1.0.1</version>
<version>$VersionNuGetSemantic$</version>
<authors>Microsoft</authors>
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
<description>This package contains the codes you need to create OData client.</description>
Expand All @@ -17,7 +17,7 @@
<dependency id="Microsoft.Extensions.DependencyInjection" version="$ExtensionsDependencyInjectionDependency$" />
<dependency id="Microsoft.Extensions.Options" version="$ExtensionsOptionsDependency$" />
<dependency id="Microsoft.Extensions.Http" version="$ExtensionsHttpDependency$" />
<dependency id="Microsoft.OData.Extensions.V3Client.Abstractions" version="[$VersionFullSemantic$-Nightly$NightlyBuildVersion$]" />
<dependency id="Microsoft.OData.Extensions.V3Client.Abstractions" version="[$VersionNuGetSemantic$]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion tools/WebStack.versions.settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<VersionMajor Condition="'$(VersionMajor)' == ''">1</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
<VersionBuild Condition="'$(VersionBuild)' == ''">1</VersionBuild>
<VersionRelease Condition="'$(VersionRelease)' == ''">beta0</VersionRelease>
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
</PropertyGroup>

<!-- For NuGet Package Dependencies -->
Expand Down

0 comments on commit 2347aa6

Please sign in to comment.