Skip to content

Commit

Permalink
Update version and csproj files
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed committed Oct 3, 2017
1 parent 8729db0 commit 92f455a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ REM build the functions sdk.
dotnet build src\Microsoft.NET.Sdk.Functions.Console --configuration=Release
if errorlevel 1 GOTO ERROR

dotnet publish src\Microsoft.NET.Sdk.Functions.Console --configuration=Release --output=bin\publish --framework=netcoreapp2.0
if errorlevel 1 GOTO ERROR

REM Pack the functions sdk
dotnet pack pack\Microsoft.NET.Sdk.Functions --configuration=Release
if errorlevel 1 GOTO ERROR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
<PackageName>Microsoft.NET.Sdk.Functions</PackageName>
<PackageVersion>1.0.100</PackageVersion>
<PackageVersion>1.0.5</PackageVersion>
<AssemblyOriginatorKeyFile>PublicKey.snk</AssemblyOriginatorKeyFile>
<SignAssembly>false</SignAssembly>
<DelaySign>true</DelaySign>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>PublicKey.snk</AssemblyOriginatorKeyFile>
<DelaySign>true</DelaySign>
</PropertyGroup>


Expand Down

0 comments on commit 92f455a

Please sign in to comment.